shibley/apistatuscheck-mcp-server
FreeNot checkedCheck real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm.
About
Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm.
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'sdist/index.jsshipped without a#!/usr/bin/env nodeshebang, so the shim was executed byshinstead of Node and the command failed withcommand not found. Fixed in this repo (shebang added, plus anapistatuscheck-mcp-serverbin alias so the command matches the package name), but the fix is not on npm yet —0.1.1needs 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
Installing shibley/apistatuscheck-mcp-server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/shibley/apistatuscheck-mcp-serverFAQ
Is shibley/apistatuscheck-mcp-server MCP free?
Yes, shibley/apistatuscheck-mcp-server MCP is free — one-click install via Unyly at no cost.
Does shibley/apistatuscheck-mcp-server need an API key?
No, shibley/apistatuscheck-mcp-server runs without API keys or environment variables.
Is shibley/apistatuscheck-mcp-server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install shibley/apistatuscheck-mcp-server in Claude Desktop, Claude Code or Cursor?
Open shibley/apistatuscheck-mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare shibley/apistatuscheck-mcp-server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
