Skip to main content
Glama
shibley

API Status Check MCP Server

check_url

Check the real-time status of any public API or service URL to detect outages or performance issues. Monitor service availability directly from your AI assistant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic URL to check.

Implementation Reference

  • Registration and handler for the 'check_url' tool. It uses `handleTool` to process the `fetchJson` request to '/api/check'.
    server.tool(
      "check_url",
      {
        url: z.string().url().describe("Public URL to check."),
      },
      async ({ url }) => handleTool(() => fetchJson("/api/check", { url }))
    );

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