Skip to main content
Glama

APIzone — 用于 API 状态的 MCP 服务器

那个 API 挂了吗? APIzone200+ 个热门 API 的独立实时状态监控服务 — Stripe、OpenAI、AWS、GitHub、Twilio 等。它从独立基础设施运行自己的探测,因此状态反映的是实际观测结果,而非供应商状态页面所报告的内容。

本仓库是 APIzone 的 Model Context Protocol (MCP) 服务器的公开主页,因此任何 AI 代理 — Claude、Cursor 或你自己的 — 都能在任务中途原生回答 "X 现在挂了吗?"

🔗 apizone.io · 状态面板 · 事件 · API 文档 · MCP 指南

实时示例(这些徽章会自动更新):

Stripe API status OpenAI API status GitHub API status

连接 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

list_apis

监控了哪些 API,以及它们当前的状态(可按类别筛选)

get_api_status

某个特定 API 现在是正常、降级还是宕机?

check_apis

同时检查多个 API 的状态 — 找出哪个依赖是罪魁祸首

get_api_uptime

24 小时 / 7 天 / 30 天 / 90 天的可用性百分比和延迟(p50/p95)

list_recent_incidents

最近的中断和降级事件,按最新优先排序

代理发现信息也发布在 /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.com401 仍能证明 API 在线);超时、网络错误和 5xx 均视为故障。

  • 状态。 宕机 = 最近的检查全部失败。降级 = 最近有一些失败,或延迟远高于服务自身的基线。

  • 误报防护。 在开启事件之前,检查器会重新探测一次;恢复的瞬时波动会被抑制,因此绝不会打扰订阅者。

  • 独立。 状态反映的是 APIzone 自身的探测结果,可能与供应商的官方状态页面有所不同。

关于本仓库

这里是 APIzone 的公开 MCP + 产品主页。监控服务本身托管在 apizone.io;应用程序源码为私有维护。欢迎在此提交针对 MCP 服务器的问题和建议(缺失的 API、工具想法等)。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    B
    maintenance
    Monitor 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.
    5
    10
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Live 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.
    5
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables checking real-time operational status of 75+ AI services (OpenAI, Anthropic, Cursor, etc.) through tools like check_ai_status and list_ai_services.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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