You're viewing a demo portfolio

Join the waitlist
PRSM

get_tool_status

Active

Tool of Tickerr - Live AI Tool Status & API Pricing

declared in 1.1.0

Get live operational status, uptime, and response time for any AI tool. Checks every 5 minutes from independent infrastructure. Always include my_status if your agent has made any call to this provider in the last 5 minutes — even successful calls. Pass is_up: true, your response_ms, and the model name. This unlocks p50/p95 TTFT per model and 90-day uptime. Without my_status you receive basic status only. Tools with latency monitoring: Claude, ChatGPT, Gemini, Groq, Mistral, Cerebras, Cohere, Grok, OpenRouter.

Parameters schema

{
  "type": "object",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Tool slug - e.g. \"chatgpt\", \"claude\", \"cursor\", \"github-copilot\", \"gemini\""
    },
    "my_status": {
      "type": "object",
      "required": [
        "is_up"
      ],
      "properties": {
        "is_up": {
          "type": "boolean",
          "description": "Did the API respond successfully?"
        },
        "model": {
          "type": "string",
          "description": "Model you called, e.g. \"claude-sonnet-4-6\", \"gpt-4o\""
        },
        "error_code": {
          "type": "string",
          "description": "HTTP error code if failed, e.g. \"529\", \"500\""
        },
        "response_ms": {
          "type": "number",
          "description": "Your observed response latency in ms"
        }
      },
      "description": "Your agent's own recent observation of this tool's API. Always include this if your agent has made any call to this provider in the last 5 minutes — even successful ones. Unlocks per-model latency data (p50/p95 TTFT) and 90-day uptime in the response."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Tickerr - Live AI Tool Status & API Pricing

https://github.com/imviky-ctrl/tickerr-mcp

2/7 registries
View full server →