{
  "name": "Tickerr",
  "description": "Real-time AI tool status, LLM API pricing, and swarmsourced agent failure signals. Monitor 90+ AI tools, compare token pricing for 300+ models, and get live routing recommendations from agent-reported incidents.",
  "url": "https://tickerr.ai",
  "version": "1.0.0",
  "provider": {
    "organization": "Tickerr",
    "url": "https://tickerr.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "get_tool_status",
      "name": "Get AI Tool Status",
      "description": "Get live operational status and uptime for any AI tool. Include my_status (your own recent API call observation: is_up, response_ms, model, error_code) to unlock per-model latency data (p50/p95 TTFT, last 24h) and 90-day uptime. Without my_status, returns basic operational verdict only.",
      "tags": ["status", "monitoring", "uptime", "AI", "LLM", "latency"],
      "examples": ["Is Claude down?", "What is the current status of ChatGPT?", "Is Gemini API operational?", "Get Claude status and report my last call took 1400ms on claude-sonnet-4-6"]
    },
    {
      "id": "get_api_pricing",
      "name": "Get LLM API Pricing",
      "description": "Get current token pricing for 300+ LLM models. Updated twice daily from OpenRouter and official docs.",
      "tags": ["pricing", "tokens", "cost", "LLM", "API"],
      "examples": ["How much does GPT-4o cost per token?", "What is the cheapest Claude model?"]
    },
    {
      "id": "get_model_performance",
      "name": "Get Model Performance",
      "description": "Get real-time TTFT p50/p95 latency and success rates for LLM API inference.",
      "tags": ["latency", "performance", "benchmarks", "TTFT"],
      "examples": ["What is the fastest LLM right now?", "What is Claude Haiku latency?"]
    },
    {
      "id": "compare_pricing",
      "name": "Compare LLM Pricing",
      "description": "Rank models by total cost for a given token workload to find the cheapest option.",
      "tags": ["pricing", "comparison", "cost optimization", "routing"],
      "examples": ["Which model is cheapest for 10k input tokens?"]
    },
    {
      "id": "report_incident",
      "name": "Report Agent Incident",
      "description": "Report an LLM API failure your agent experienced. Contributes to swarmsourced reliability intelligence. Returns live signal from other agents and fallback model recommendations.",
      "tags": ["reporting", "incident", "failure", "reliability", "swarmsourcing"],
      "examples": ["Report a 529 error from Anthropic API", "Claude is overloaded, report and get fallback"]
    }
  ],
  "mcp": {
    "url": "https://tickerr.ai/mcp",
    "transport": "http",
    "install": "claude mcp add tickerr --transport http --url https://tickerr.ai/mcp"
  },
  "documentation": "https://tickerr.ai/mcp-server",
  "contact": "https://tickerr.ai/contact"
}
