Skip to main content
Glama
shibley

API Status Check MCP Server

by shibley

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

Related MCP server: Tickerr - Live AI Tool Status & API Pricing

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

Broken on published version 0.1.0. That tarball's dist/index.js shipped without a #!/usr/bin/env node shebang, so the shim was executed by sh instead of Node and the command failed with command not found. Fixed in this repo (shebang added, plus an apistatuscheck-mcp-server bin alias so the command matches the package name), but the fix is not on npm yet — 0.1.1 needs to be published. Until then, build from source:

git clone https://github.com/shibley/apistatuscheck-mcp-server.git
cd apistatuscheck-mcp-server && npm install && npm run build
node dist/index.js

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

Install Server
A
license - permissive license
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides real-time data for package versions, download counts, and cloud service statuses across npm, PyPI, and various service providers. It enables users to perform technical lookups and monitor service uptime through natural language commands.
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Real-time status monitoring, uptime tracking, incident history, and API pricing for 42+ AI tools including ChatGPT, Claude, Gemini, Cursor, GitHub Copilot, Perplexity, DeepSeek, and Groq. No API key required. Data updated every 5 minutes from independent monitoring infrastructure.
    7
    39
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Live operational status for 2,400+ major software services — AWS, GitHub, Stripe, OpenAI, Cloudflare, and more — pulled from each provider's official status page and returned as a normalised up / degraded / down result for any service you ask about.
    5
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.

  • Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.

  • Uptime, API and server monitoring with outages, reporting, on-call and status pages.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shibley/apistatuscheck-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server