# APIzone > Independent, real-time status monitoring for 200+ popular APIs (Stripe, OpenAI, AWS, GitHub, Twilio, and more). APIzone runs its own probes, so status reflects what we independently observe — not the vendor's own status page. APIzone helps developers and AI agents answer "is this API down right now?", look up uptime history, and track recent outages. Status: "operational" = recent probes succeeded; "degraded" = some failures or high latency; "down" = consecutive failures confirmed by a re-probe. ## For AI agents (MCP) - [MCP server](https://apizone.io/api/mcp): Model Context Protocol endpoint (Streamable HTTP). Tools: list_apis, get_api_status, check_apis, get_api_uptime, list_recent_incidents. No auth, read-only. - [MCP setup guide](https://apizone.io/mcp): how to connect from Claude, Cursor, or any MCP client. ## API - [All API statuses](https://apizone.io/api/v1/status): every monitored API with current status and latency (JSON, no key, 60 req/min). - [Single API status](https://apizone.io/api/v1/status/stripe): status, 24h checks, 90-day uptime, and incidents for one API (replace "stripe" with any slug). - [API uptime summary](https://apizone.io/api/v1/uptime/stripe): uptime % and latency over 24h / 7d / 30d / 90d. - [OpenAPI spec](https://apizone.io/openapi.json): machine-readable API description. ## Feeds - [Recent outages (RSS)](https://apizone.io/incidents.xml): global feed of API outages and degradations. - [Category outage feeds](https://apizone.io/category/ai/incidents.xml): per-category RSS (replace "ai" with any category slug). ## Pages - [Status board](https://apizone.io): live status for every monitored API. - [Per-API status](https://apizone.io/status/stripe): "Is X down?" page with uptime and incident history. - [Recent incidents](https://apizone.io/incidents): human-readable outage timeline. - [Status badges](https://apizone.io/badges): embeddable live status badges for READMEs. - [API docs](https://apizone.io/api-docs): full JSON API reference. ## Notes - Status is independent monitoring and may differ from a vendor's official status page.