API Status Check MCP Server
An MCP (Model Context Protocol) server for checking real-time operational status of 114+ cloud services and APIs directly from AI coding assistants.
Features
| Tool | Description |
|---|---|
check_status |
Check the status of a specific API (e.g. github, openai, stripe) |
list_apis |
List all monitored APIs and their current status |
list_categories |
List available service categories (cloud, payments, etc.) |
check_category |
Check all APIs in a specific category |
check_url |
Check any public URL for availability |
Supported Services
AWS, GitHub, Stripe, OpenAI, Vercel, Cloudflare, Datadog, PagerDuty, Twilio, Shopify, Slack, Zoom, and 100+ more. Full list at apistatuscheck.com.
Quick Start
Using npx
npx -y apistatuscheck-mcp-serverUsing Docker
docker build -t apistatuscheck-mcp .
docker run -i apistatuscheck-mcpConfiguration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"apistatuscheck": {
"command": "npx",
"args": ["-y", "apistatuscheck-mcp-server"]
}
}
}





