Skip to main content
Glama
shibley

API Status Check MCP Server

check_status

Check real-time operational status of popular APIs and services to identify outages or performance issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesAPI slug, e.g. 'cloudflare', 'github', 'openai'.

Implementation Reference

  • src/index.ts:128-134 (registration)
    The 'check_status' tool is registered here using 'server.tool', defining its input schema using 'zod' and its execution handler.
    server.tool(
      "check_status",
      {
        slug: z.string().min(1).describe("API slug, e.g. 'cloudflare', 'github', 'openai'."),
      },
      async ({ slug }) => handleTool(() => fetchJson("/api/status", { api: slug }))
    );

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/shibley/apistatuscheck-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server