Invokera Status

Published via Invokera

Live service health and AI-readable metadata of invokera.com. A working demo of an Invokera-hosted MCP server.

Connect from an agent

MCP endpoint (Claude Desktop, Cursor, any MCP client): https://invokera.com/r/invokera-status

REST endpoint (any HTTP caller): https://invokera.com/v1/invokera-status/tools

Calls require an endpoint token issued by the project owner.

Claude Code (one command)

claude mcp add --transport http invokera-status https://invokera.com/r/invokera-status --header "Authorization: Bearer inv_YOUR_TOKEN"

Success check: ask a question in the chat — if you can see your tool names, you're connected.

Claude Desktop configuration

{
  "mcpServers": {
    "invokera-status": {
      "type": "http",
      "url": "https://invokera.com/r/invokera-status",
      "headers": { "Authorization": "Bearer inv_YOUR_TOKEN" }
    }
  }
}

Success check: ask a question in the chat — if you can see your tool names, you're connected.

curl example

curl -X POST https://invokera.com/v1/invokera-status/tools/get_health \
  -H "Authorization: Bearer inv_YOUR_TOKEN" \
  -H "Content-Type: application/json" -d '{}'

Available tools

get_health

Service health check with pending usage-event count. Returns: ok.

get_llms_txt

AI-readable overview of the site (llms.txt). Returns: ok.

get_robots_txt

Crawler policy (robots.txt). Returns: ok.