A
Apistatuscheck Mcp Server
shibley
0 Views
0 Installs
📇 ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm.
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"shibley-apistatuscheck-mcp-server": {
"command": "npx",
"args": [
"-y",
"shibley-apistatuscheck-mcp-server"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
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