PluginBench
MCP Server
Active
MIT

API Status Check MCP Server

io.github.shibley/apistatuscheck

What is the API Status Check MCP server?

Check real-time uptime and incident status for 285 APIs and cloud services.

How to install API Status Check

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apistatuscheck": {
      "url": "https://apistatuscheck.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apistatuscheck": {
      "serverUrl": "https://apistatuscheck.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apistatuscheck": {
      "type": "http",
      "url": "https://apistatuscheck.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "apistatuscheck": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apistatuscheck.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http apistatuscheck https://apistatuscheck.com/api/mcp

Related MCP servers

AISOTools

Active

Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools.

3
MIT
View repository →

Find MCP servers and check whether they actually respond, via live handshake probes.

0
JavaScript
MIT
View repository →