APIzone
APIzone — 用于 API 状态的 MCP 服务器
那个 API 挂了吗? APIzone 是 200+ 个热门 API 的独立实时状态监控服务 — Stripe、OpenAI、AWS、GitHub、Twilio 等。它从独立基础设施运行自己的探测,因此状态反映的是实际观测结果,而非供应商状态页面所报告的内容。
本仓库是 APIzone 的 Model Context Protocol (MCP) 服务器的公开主页,因此任何 AI 代理 — Claude、Cursor 或你自己的 — 都能在任务中途原生回答 "X 现在挂了吗?"。
🔗 apizone.io · 状态面板 · 事件 · API 文档 · MCP 指南
实时示例(这些徽章会自动更新):
连接 MCP 服务器
该服务器为托管式且无状态 — 无需安装、无需构建、无需 API 密钥:
claude mcp add --transport http apizone https://apizone.io/api/mcp或者将任何 MCP 客户端直接指向 Streamable-HTTP 端点:
https://apizone.io/api/mcp本仓库中的 server.json 是 Model Context Protocol 注册表清单。
工具
所有工具均为只读,且无需身份验证:
Tool | What it answers |
| 监控了哪些 API,以及它们当前的状态(可按类别筛选) |
| 某个特定 API 现在是正常、降级还是宕机? |
| 同时检查多个 API 的状态 — 找出哪个依赖是罪魁祸首 |
| 24 小时 / 7 天 / 30 天 / 90 天的可用性百分比和延迟(p50/p95) |
| 最近的中断和降级事件,按最新优先排序 |
代理发现信息也发布在 /llms.txt。
Related MCP server: GetMonitor MCP Server
嵌入状态小部件
将实时状态小部件嵌入任何页面:
<div data-apizone="stripe,openai,aws-s3"></div>
<script src="https://apizone.io/widget.js" async></script>或者单个徽章:https://apizone.io/badge/<slug>.svg — 生成器位于 /badges,多 API 小部件位于 /widget。
公共 JSON API
无需密钥;每个 IP 每分钟 60 次请求:
GET /api/v1/status— 所有服务及其当前状态 + 延迟GET /api/v1/status/<slug>— 单个 API:24 小时检查、90 天可用性、事件GET /api/v1/uptime/<slug>— 24 小时 / 7 天 / 30 天 / 90 天的可用性百分比和延迟
规范见 /openapi.json;完整参考见 /api-docs。
状态如何得出
合成检查。 APIzone 探测每个受监控服务的公共、无需身份验证的端点。任何低于 500 的 HTTP 响应都算作健康(来自
api.stripe.com的401仍能证明 API 在线);超时、网络错误和 5xx 均视为故障。状态。 宕机 = 最近的检查全部失败。降级 = 最近有一些失败,或延迟远高于服务自身的基线。
误报防护。 在开启事件之前,检查器会重新探测一次;恢复的瞬时波动会被抑制,因此绝不会打扰订阅者。
独立。 状态反映的是 APIzone 自身的探测结果,可能与供应商的官方状态页面有所不同。
关于本仓库
这里是 APIzone 的公开 MCP + 产品主页。监控服务本身托管在 apizone.io;应用程序源码为私有维护。欢迎在此提交针对 MCP 服务器的问题和建议(缺失的 API、工具想法等)。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.5101MIT

GetMonitor MCP Serverofficial
AlicenseCqualityCmaintenanceConnects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.10017Apache 2.0- AlicenseAqualityBmaintenanceLive 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
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.
Check real-time uptime and incident status for 285 APIs and cloud services.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HappyMealSteak/apizone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server