apistatuscheck-mcp-server

shibley/apistatuscheck-mcp-server
★ 1 stars JavaScript API Integration Updated today
MCP server for checking real-time API and cloud service status
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apistatuscheck-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "shibley/apistatuscheck-mcp-server"
      ]
    }
  }
}