MCP server exposing 4 tools for statuspage.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/statuspage/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
statuspage_check — Is a service down right now? Live service status, outage and uptime check for 123 vendors that publish an Atlassian Statuspage — OpenAI, Anthropic/Claude, GitHub, Cloudflare, Vercel, Netlify, DigitalOcean, MongoDB, Snowflake, Datadog, Twilio, SendGrid, Zoom, Discord, Shopify, Coinbase, Plaid, Figma, Dropbox, Atlassian/Jira and more. Returns the current status indicator (none / minor / major / critical / maintenance), the vendor's own status line such as "All Systems Operational" or "Partial System Outage", every component currently degraded or offline, open incidents with their latest update text and how long they have been running, and upcoming scheduled maintenance where the page publishes it. Use for questions about downtime, outages, service health, incidents in progress and whether an API or platform is working. Pass status_host to check any other vendor running a Statuspage.statuspage_incidents — Incident and outage history for a vendor's status page — what broke, when, and whether it is fixed. Covers 123 verified Atlassian Statuspage vendors across AI providers, clouds, developer platforms, payments and communications. Each incident returns its title, lifecycle status (investigating / identified / monitoring / resolved), impact level (none / minor / major / critical), the time it started, the time it resolved, how long it lasted, the affected components, and the text of the latest update the vendor posted. Set unresolved_only to see only incidents that are still open. Use for outage history, past downtime, current incidents and postmortem timelines. Pass status_host for vendors outside the curated map.statuspage_list_vendors — Which companies this service-status pack can answer for: 123 verified Atlassian Statuspage hosts across AI and model providers, cloud and hosting, databases and observability, developer tools, payments and fintech, communications, and business SaaS. Returns the total count plus each vendor's lookup key, display name, category and status hostname, so a vendor name can be confirmed before calling statuspage_check instead of guessed. Also lists well-known companies whose status pages use a different format, together with the URL a human should open. Filter by category or search text.statuspage_multi_check — Check the live service status of several vendors at once — "are any of my providers down right now?". Takes a list of vendor names or Statuspage hostnames and returns one compact row each: status indicator, the vendor's status line, open incident count and degraded component count, plus a roll-up naming which are operational, which are degraded or in an outage, and which could not be reached. Use for dependency health sweeps, incident triage across a stack, and monitoring a set of upstream APIs in one call.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/statuspage/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io