Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

API Status Check Server

БесплатноНе проверен

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 perfo

GitHubEmbed

Описание

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.

README

An MCP (Model Context Protocol) server for checking real-time operational status of 114+ cloud services and APIs directly from AI coding assistants.

Features

Tool Description
check_status Check the status of a specific API (e.g. github, openai, stripe)
list_apis List all monitored APIs and their current status
list_categories List available service categories (cloud, payments, etc.)
check_category Check all APIs in a specific category
check_url Check any public URL for availability

Supported Services

AWS, GitHub, Stripe, OpenAI, Vercel, Cloudflare, Datadog, PagerDuty, Twilio, Shopify, Slack, Zoom, and 100+ more. Full list at apistatuscheck.com.

Quick Start

Using npx

npx -y apistatuscheck-mcp-server

Broken on published version 0.1.0. That tarball's dist/index.js shipped without a #!/usr/bin/env node shebang, so the shim was executed by sh instead of Node and the command failed with command not found. Fixed in this repo (shebang added, plus an apistatuscheck-mcp-server bin alias so the command matches the package name), but the fix is not on npm yet — 0.1.1 needs to be published. Until then, build from source:

git clone https://github.com/shibley/apistatuscheck-mcp-server.git
cd apistatuscheck-mcp-server && npm install && npm run build
node dist/index.js

Using Docker

docker build -t apistatuscheck-mcp .
docker run -i apistatuscheck-mcp

Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "apistatuscheck": {
      "command": "npx",
      "args": ["-y", "apistatuscheck-mcp-server"]
    }
  }
}

Cursor / Other MCP Clients

{
  "mcpServers": {
    "apistatuscheck": {
      "command": "npx",
      "args": ["-y", "apistatuscheck-mcp-server"]
    }
  }
}

Environment Variables

Variable Default Description
ASC_BASE_URL https://apistatuscheck.com Base URL for the API

Local Development

git clone https://github.com/shibley/apistatuscheck-mcp-server.git
cd apistatuscheck-mcp-server
npm install
npm run build
node dist/index.js

License

MIT — Bity LLC

from github.com/shibley/apistatuscheck-mcp-server

Установить API Status Check Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install api-status-check-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add api-status-check-mcp-server -- npx -y apistatuscheck-mcp-server

Пошаговые гайды: как установить API Status Check Server

FAQ

API Status Check Server MCP бесплатный?

Да, API Status Check Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для API Status Check Server?

Нет, API Status Check Server работает без API-ключей и переменных окружения.

API Status Check Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить API Status Check Server в Claude Desktop, Claude Code или Cursor?

Открой API Status Check Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare API Status Check Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication