statuspage_list_vendors

Pack: statuspage · Endpoint: https://gateway.pipeworx.io/statuspage/mcp

Which companies this service-status pack can answer for: ${VENDOR_COUNT} 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.

Parameters

NameTypeRequiredDescription
categorystringnoRestrict to one category: ai, cloud, data, devtools, payments, comms, saas.
querystringnoSubstring filter over vendor key, display name and aliases, e.g. “cloud” or “git”.
include_elsewherebooleannoAlso list known vendors that publish status in another format, with the URL to open (default false).

Example call

Arguments

{
  "category": "ai"
}

curl

curl -X POST https://gateway.pipeworx.io/statuspage/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"statuspage_list_vendors","arguments":{"category":"ai"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('statuspage_list_vendors', {
  "category": "ai"
});

More examples

{
  "query": "cloud"
}
{
  "include_elsewhere": true
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "statuspage": {
      "url": "https://gateway.pipeworx.io/statuspage/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 4, 2026