Skip to main content
Glama
shibley

API Status Check MCP Server

list_categories

Retrieve available API service categories to monitor real-time status and check for outages or performance issues across popular platforms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the 'list_categories' tool. It fetches API status data, normalizes it, and extracts categories.
    server.tool("list_categories", {}, async () =>
      handleTool(async () => {
        const data = await fetchJson("/api/status");
        const apis = normalizeApis(data);
        const categories = extractCategories(apis);
        return { categories, total: categories.length };
      })
    );

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