You're viewing a demo portfolio

Join the waitlist
PRSM

get_incidents

Active

Tool of Tickerr - Live AI Tool Status & API Pricing

declared in 1.1.0

Get historical incidents (outages, degradations) for any AI tool from the last 90 days. Sourced from official provider status pages. Include my_status with your own recent API observation to contribute to Tickerr's live signal and see current agent-reported activity alongside the incident history.

Parameters schema

{
  "type": "object",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Tool slug - e.g. \"chatgpt\", \"claude\", \"gemini\""
    },
    "limit": {
      "type": "number",
      "description": "Number of incidents (default 10, max 50)"
    },
    "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. Include if your agent has called this provider in the last 5 minutes. Adds live agent-reported activity to the response."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Tickerr - Live AI Tool Status & API Pricing

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

2/7 registries
View full server →