INDIVIDUAL MCP TOOL
list_apis
List the APIs APIzone monitors and their current status (operational, degraded, down, or unknown).
LIVE ENDPOINT
https://apizone.io/api/mcp
Connect to this endpoint to inspect the live schema for list_apis and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get_api_status— Check whether a specific API is currently up, degraded, or down.check_apis— Check the current status of multiple APIs in one call — useful when diagnosing a failing app that depends on several services (e.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.list_recent_incidents— List recent API outages and degradations detected by APIzone, newest first.