Skip to main content
Glama
shibley

API Status Check MCP Server

check_category

Check the operational status of APIs and services within a specific category to identify outages or performance issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCategory slug, e.g. 'cloud', 'payments'.

Implementation Reference

  • The registration and handler implementation of the 'check_category' tool, which fetches status information for a specific category using an API call.
    server.tool(
      "check_category",
      {
        slug: z.string().min(1).describe("Category slug, e.g. 'cloud', 'payments'."),
      },
      async ({ slug }) => handleTool(() => fetchJson("/api/status", { category: slug }))
    );

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

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