MCP Hub
Back to servers

API Status Check MCP Server

Monitor the real-time status of 200+ popular APIs and services. Check if services like GitHub, Stripe, AWS, and Slack are experiencing outages or degraded performance directly from your AI assistant.

glama
Forks
1
Updated
Feb 26, 2026

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

ToolDescription
check_statusCheck the status of a specific API (e.g. github, openai, stripe)
list_apisList all monitored APIs and their current status
list_categoriesList available service categories (cloud, payments, etc.)
check_categoryCheck all APIs in a specific category
check_urlCheck 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-server

Using Docker

docker build -t apistatuscheck-mcp .
docker run -i apistatuscheck-mcp

Configuration

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

VariableDefaultDescription
ASC_BASE_URLhttps://apistatuscheck.comBase 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.js

License

MIT — Bity LLC

Reviews

No reviews yet

Sign in to write a review