API Tools
apizone.io
Monitors and reports the real-time status, uptime, and incidents for various APIs.
ENDPOINT 1
https://apizone.io/api/mcp
MCP server metadata
- Name
- apizone
- Version
- 1.0.0
APIzone provides independent, real-time status monitoring for 200+ popular APIs (Stripe, OpenAI, AWS, GitHub, Twilio, and more). Use these tools to check whether an API is currently down, look up uptime/reliability history, or list recent outages. Status reflects APIzone's own independent probes and may differ from a vendor's official status page.
Known tools 5
list_apisList the APIs APIzone monitors and their current status (operational, degraded, down, or unknown).
Inferred read-onlycheck_apisCheck the current status of multiple APIs in one call — useful when diagnosing a failing app that depends on several services (e.
Inferred read-onlyget_api_uptimeGet uptime percentage and latency (median + 95th percentile) for an API over the last 24 hours, 7 days, 30 days, and 90 days.
Inferred read-onlylist_recent_incidentsList recent API outages and degradations detected by APIzone, newest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apizone]
url = "https://apizone.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apizone": {
"type": "http",
"url": "https://apizone.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apizone
Remote MCP URL: https://apizone.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apizone": {
"url": "https://apizone.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apizone": {
"type": "http",
"url": "https://apizone.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apizone",
"transport": "streamable-http",
"url": "https://apizone.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.