Command Palette

Search for a command to run...

UnylyUnyly
Browse all

API Status Check Server

FreeStale (200d)

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 perfo

GitHubEmbed

About

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.

README

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

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

from github.com/shibley/apistatuscheck-mcp-server

Install API Status Check Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install api-status-check-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add api-status-check-mcp-server --env ASC_BASE_URL="" -- npx -y apistatuscheck-mcp-server

Step-by-step: how to install API Status Check Server

FAQ

Is API Status Check Server MCP free?

Yes, API Status Check Server MCP is free — one-click install via Unyly at no cost.

Does API Status Check Server need an API key?

Yes, it requires environment variables: ASC_BASE_URL. Unyly injects them into the config during install.

Is API Status Check Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install API Status Check Server in Claude Desktop, Claude Code or Cursor?

Open API Status Check Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare API Status Check Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs