← Registry

API Tools

apizone.io

Monitors and reports the real-time status, uptime, and incidents for various APIs.

1 endpoint5 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://apizone.io/api/mcp

No auth detected

MCP server metadata

Name
apizone
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_apis

List the APIs APIzone monitors and their current status (operational, degraded, down, or unknown).

Inferred read-only
get_api_status

Check whether a specific API is currently up, degraded, or down.

Inferred read-only
check_apis

Check the current status of multiple APIs in one call — useful when diagnosing a failing app that depends on several services (e.

Inferred read-only
get_api_uptime

Get uptime percentage and latency (median + 95th percentile) for an API over the last 24 hours, 7 days, 30 days, and 90 days.

Inferred read-only
list_recent_incidents

List recent API outages and degradations detected by APIzone, newest first.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.