Allows checking the real-time operational status and availability of Cloudflare services.
Provides tools to check the current operational status and service availability for Datadog.
Enables real-time status monitoring and availability checks for GitHub services.
Allows checking the real-time operational status and availability of OpenAI's API and services.
Provides the ability to check the real-time status and operational availability of PagerDuty.
Allows monitoring the real-time operational status and availability of Shopify services.
Enables checking the current operational status and availability for Slack.
Allows checking the real-time operational status and availability of Stripe's payment services and APIs.
Provides tools for checking the real-time status and availability of Twilio's communication services.
Allows checking the operational status and availability of Vercel's hosting and edge platform.
Enables real-time status and availability monitoring for Zoom services.
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 the status of a specific API (e.g. |
| List all monitored APIs and their current status |
| List available service categories (cloud, payments, etc.) |
| Check all APIs in a specific category |
| 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"]
}
}
}Cursor / Other MCP Clients
{
"mcpServers": {
"apistatuscheck": {
"command": "npx",
"args": ["-y", "apistatuscheck-mcp-server"]
}
}
}Environment Variables
Variable | Default | Description |
|
| Base URL for the API |
Local Development
git clone https://github.com/shibley/apistatuscheck-mcp-server.git
cd apistatuscheck-mcp-server
npm install
npm run build
node dist/index.jsLicense
MIT — Bity LLC