API Status Check MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add api-status-check -- npx -y apistatuscheck-mcp-server
README.md

Monitor the real-time status of 114+ cloud services and APIs.

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-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

Variable Default Description
ASC_BASE_URL https://apistatuscheck.com 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.js

License

MIT — Bity LLC

Tools (5)

check_statusCheck the status of a specific API
list_apisList all monitored APIs and their current status
list_categoriesList available service categories
check_categoryCheck all APIs in a specific category
check_urlCheck any public URL for availability

Environment Variables

ASC_BASE_URLBase URL for the API

Configuration

claude_desktop_config.json
{"mcpServers": {"apistatuscheck": {"command": "npx", "args": ["-y", "apistatuscheck-mcp-server"]}}}

Try it

Check the current status of GitHub and Stripe.
List all available service categories I can monitor.
Is the OpenAI API currently experiencing any outages?
Check if the website https://example.com is currently available.
Show me the status of all services in the cloud category.

Frequently Asked Questions

What are the key features of API Status Check?

Real-time operational status monitoring for over 114 cloud services. Categorized service lookups for cloud, payments, and more. Public URL availability checking. Direct integration with AI coding assistants via MCP.

What can I use API Status Check for?

Quickly verifying if a third-party API outage is causing your code to fail. Monitoring the health of critical infrastructure services during development. Checking if a specific service is down before debugging your own network configuration. Getting a high-level overview of service status across different categories.

How do I install API Status Check?

Install API Status Check by running: npx -y apistatuscheck-mcp-server

What MCP clients work with API Status Check?

API Status Check works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep API Status Check docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare