APIzone
Provides real-time status monitoring for the GitHub API, including current status, uptime and latency metrics, and recent incidents.
Provides real-time status monitoring for the OpenAI API, including current status, uptime and latency metrics, and recent incidents.
Provides real-time status monitoring for the Stripe API, including current status, uptime and latency metrics, and recent incidents.
Provides real-time status monitoring for the Twilio API, including current status, uptime and latency metrics, and recent incidents.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@APIzoneIs the Stripe API down right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
APIzone โ MCP server for API status
Is that API down? APIzone is independent, real-time status monitoring for 294 popular APIs โ Stripe, OpenAI, AWS, GitHub, Twilio and more. It runs its own probes from independent infrastructure, so status reflects what's actually observed, not what a vendor's status page reports.
This repository is the public home of APIzone's Model Context Protocol (MCP) server, so any AI agent โ Claude, Cursor, or your own โ can natively answer "is X down right now?" mid-task.
๐ apizone.io ยท Status board ยท Incidents ยท API docs ยท MCP guide
Live examples (these badges update automatically):
Connect the MCP server
The server is hosted and stateless โ no install, no build, no API key:
claude mcp add --transport http apizone https://apizone.io/api/mcpOr point any MCP client at the Streamable-HTTP endpoint directly:
https://apizone.io/api/mcpThe server.json in this repo is the Model Context Protocol
registry manifest.
Tools
All tools are read-only and require no authentication:
Tool | What it answers |
| Which APIs are monitored, and their current status (optionally by category) |
| Is a specific API up, degraded, or down right now? |
| Status of several APIs at once โ find which dependency is the culprit |
| Uptime % and latency (p50/p95) over 24h / 7d / 30d / 90d |
| Recent outages and degradations, newest first |
Agent discovery is also published at
/llms.txt.
Related MCP server: GetMonitor MCP Server
Embed a status widget
Drop a live status widget into any page:
<div data-apizone="stripe,openai,aws-s3"></div>
<script src="https://apizone.io/widget.js" async></script>Or a single badge: https://apizone.io/badge/<slug>.svg โ generator at
/badges, multi-API widget at
/widget.
Public JSON API
No key required; 60 req/min per IP:
GET /api/v1/statusโ all services with current status + latencyGET /api/v1/status/<slug>โ one API: 24h checks, 90-day uptime, incidentsGET /api/v1/uptime/<slug>โ uptime % and latency over 24h / 7d / 30d / 90d
Spec at /openapi.json; full reference at
/api-docs.
How status is derived
Synthetic checks. APIzone probes a public, unauthenticated endpoint of every monitored service. Any HTTP response under 500 counts as healthy (a
401fromapi.stripe.comstill proves the API is up); timeouts, network errors, and 5xx are failures.Status. Down = recent checks all failing. Degraded = some recent failures, or latency well above the service's own baseline.
False-positive protection. Before opening an incident, the checker re-probes once; a transient blip that recovers is suppressed, so it never alerts subscribers.
Independent. Status reflects APIzone's own probes and may differ from a vendor's official status page.
About this repository
This is the public MCP + product home for APIzone. The monitoring service itself is hosted at apizone.io; the application source is maintained privately. Issues and suggestions for the MCP server (missing APIs, tool ideas) are welcome here.
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.
Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
AI-callable tools for API mocking, testing, monitoring, security, and automation.
Related MCP Servers
- AlicenseCqualityBmaintenanceMonitor the real-time status of 200+ popular APIs and services. Check if services like GitHub, Stripe, AWS, and Slack are experiencing outages or degraded performance directly from your AI assistant.515 npm1MIT

GetMonitor MCP Serverofficial
AlicenseCqualityBmaintenanceConnects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.10023 npmApache 2.0- AlicenseAqualityCmaintenanceLive operational status for 2,400+ major software services โ AWS, GitHub, Stripe, OpenAI, Cloudflare, and more โ pulled from each provider's official status page and returned as a normalised up / degraded / down result for any service you ask about.51MIT
- AlicenseNot gradedqualityBmaintenanceEnables checking real-time operational status of 75+ AI services (OpenAI, Anthropic, Cursor, etc.) through tools like check_ai_status and list_ai_services.MIT