Skip to main content
Glama

APIzone — APIステータス用MCPサーバー

このAPIはダウンしていますか? APIzone は、Stripe、OpenAI、AWS、GitHub、Twilioなど、200以上の人気APIに対する独立したリアルタイムのステータス監視です。APIzoneは独立したインフラから独自のプローブを実行するため、ステータスはベンダーのステータスページが報告する内容ではなく、実際に観測された内容を反映しています。

このリポジトリは、APIzoneのModel Context Protocol(MCP)サーバーの公開ホームです。これにより、Claude、Cursor、あるいは自作のものであれ、あらゆるAIエージェントがタスクの途中で*「Xは今ダウンしていますか?」*という問いにネイティブに答えられます。

🔗 apizone.io · ステータスボード · インシデント · APIドキュメント · MCPガイド

ライブの例(これらのバッジは自動的に更新されます):

Stripe APIのステータス OpenAI APIのステータス GitHub APIのステータス

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レジストリマニフェストです。

ツール

すべてのツールは読み取り専用で、認証は不要です。

ツール

回答する内容

list_apis

監視対象のAPIとその現在のステータス(カテゴリ指定も可能)

get_api_status

特定のAPIが現在 up(稼働中)、degraded(低下)、down(停止)のいずれかかを確認する

check_apis

複数のAPIのステータスを同時にチェックする — 原因となっている依存先を特定できる

get_api_uptime

24h / 7d / 30d / 90dでの稼働率とレイテンシ(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

APIキー不要。IPごとに60 req/min:

  • GET /api/v1/status — 全サービスの現在のステータス+レイテンシ

  • GET /api/v1/status/<slug> — 1つのAPI:24時間のチェック、90日間の稼働率、インシデント

  • GET /api/v1/uptime/<slug> — 24h / 7d / 30d / 90dでの稼働率%とレイテンシ

仕様は /openapi.json、完全なリファレンスは /api-docs にあります。

ステータスの算出方法

  • シンセティックチェック。 APIzoneは、監視対象の各サービスが公開する認証不要エンドポイントにプローブを送信します。HTTPレスポンスが500未満であれば正常とみなします(api.stripe.com からの401でも、APIが稼働していることの証明になります)。タイムアウト、ネットワークエラー、5xxは失敗とみなされます。

  • ステータス。 Down(停止)= 直近のチェックがすべて失敗。Degraded(低下)= 直近のチェックの一部が失敗、またはレイテンシがそのサービス自身のベースラインを大幅に超えている状態。

  • 誤検知の防止。 インシデントを発生させる前に、チェッカーは再プローブを1回実行します。一時的な障害が回復した場合は抑制され、購読者にアラートが届くことはありません。

  • 独立性。 ステータスはAPIzone自身のプローブに基づくものであり、ベンダーの公式ステータスページとは異なる場合があります。

このリポジトリについて

ここはAPIzoneのMCP + プロダクトの公開ホームです。監視サービス自体は apizone.io でホストされており、アプリケーションのソースコードは非公開で管理されています。MCPサーバーに関するIssueや提案(監視対象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