{
  "markdown": "# APIzone — MCP server for API status\n\n**Is that API down?** [APIzone](https://apizone.io) is independent, real-time\nstatus monitoring for **200+ popular APIs** — Stripe, OpenAI, AWS, GitHub,\nTwilio and more. It runs its **own** probes from independent infrastructure, so\nstatus reflects what's actually observed, not what a vendor's status page\nreports.\n\nThis repository is the public home of APIzone's **Model Context Protocol (MCP)\nserver**, so any AI agent — Claude, Cursor, or your own — can natively answer\n*\"is X down right now?\"* mid-task.\n\n🔗 **[apizone.io](https://apizone.io)** ·\n[Status board](https://apizone.io) ·\n[Incidents](https://apizone.io/incidents) ·\n[API docs](https://apizone.io/api-docs) ·\n[MCP guide](https://apizone.io/mcp)\n\nLive examples (these badges update automatically):\n\n[![Stripe API status](https://apizone.io/badge/stripe.svg)](https://apizone.io/status/stripe)\n[![OpenAI API status](https://apizone.io/badge/openai.svg)](https://apizone.io/status/openai)\n[![GitHub API status](https://apizone.io/badge/github.svg)](https://apizone.io/status/github)\n\n## Connect the MCP server\n\nThe server is hosted and stateless — no install, no build, no API key:\n\n```bash\nclaude mcp add --transport http apizone https://apizone.io/api/mcp\n```\n\nOr point any MCP client at the Streamable-HTTP endpoint directly:\n\n```\nhttps://apizone.io/api/mcp\n```\n\nThe [`server.json`](./server.json) in this repo is the Model Context Protocol\nregistry manifest.\n\n### Tools\n\nAll tools are **read-only** and require **no authentication**:\n\n| Tool | What it answers |\n| --- | --- |\n| `list_apis` | Which APIs are monitored, and their current status (optionally by category) |\n| `get_api_status` | Is a specific API up, degraded, or down right now? |\n| `check_apis` | Status of several APIs at once — find which dependency is the culprit |\n| `get_api_uptime` | Uptime % and latency (p50/p95) over 24h / 7d / 30d / 90d |\n| `list_recent_incidents` | Recent outages and degradations, newest first |\n\nAgent discovery is also published at\n[`/llms.txt`](https://apizone.io/llms.txt).\n\n## Embed a status widget\n\nDrop a live status widget into any page:\n\n```html\n<div data-apizone=\"stripe,openai,aws-s3\"></div>\n<script src=\"https://apizone.io/widget.js\" async></script>\n```\n\nOr a single badge: `https://apizone.io/badge/<slug>.svg` — generator at\n[/badges](https://apizone.io/badges), multi-API widget at\n[/widget](https://apizone.io/widget).\n\n## Public JSON API\n\nNo key required; 60 req/min per IP:\n\n- `GET /api/v1/status` — all services with current status + latency\n- `GET /api/v1/status/<slug>` — one API: 24h checks, 90-day uptime, incidents\n- `GET /api/v1/uptime/<slug>` — uptime % and latency over 24h / 7d / 30d / 90d\n\nSpec at [`/openapi.json`](https://apizone.io/openapi.json); full reference at\n[/api-docs](https://apizone.io/api-docs).\n\n## How status is derived\n\n- **Synthetic checks.** APIzone probes a public, unauthenticated endpoint of\n  every monitored service. Any HTTP response under 500 counts as healthy (a\n  `401` from `api.stripe.com` still proves the API is up); timeouts, network\n  errors, and 5xx are failures.\n- **Status.** *Down* = recent checks all failing. *Degraded* = some recent\n  failures, or latency well above the service's own baseline.\n- **False-positive protection.** Before opening an incident, the checker\n  re-probes once; a transient blip that recovers is suppressed, so it never\n  alerts subscribers.\n- **Independent.** Status reflects APIzone's own probes and may differ from a\n  vendor's official status page.\n\n## About this repository\n\nThis is the public MCP + product home for APIzone. The monitoring service\nitself is hosted at [apizone.io](https://apizone.io); the application source is\nmaintained privately. Issues and suggestions for the MCP server (missing APIs,\ntool ideas) are welcome here.\n",
  "bytes": 3836,
  "sha": "652f5a8a71ca49a5fa400d5e3e702b40a01b5c432bfde0b7bb65132fe0846901",
  "repo_slug": "happymealsteak/apizone-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_happymealsteak_apizone_ab56204e/readme"
}