Tickerr - Live AI Tool Status & API Pricing
Tickerr is an AI tool monitoring server providing live status, pricing, performance, and incident data for 90+ AI tools and 300+ models — no authentication required.
list_tools: List all 42+ monitored AI tools (e.g., ChatGPT, Claude, Gemini, Cursor, GitHub Copilot, DeepSeek, Groq).get_tool_status: Get real-time operational status (OPERATIONAL / DEGRADED / DOWN), uptime %, and response time for any AI tool, checked every 5 minutes.get_incidents: Retrieve historical outages and degradations for any AI tool over the last 90 days, sourced from 26 official provider status pages.get_api_pricing: Fetch current input/output token costs per 1M tokens for 300+ models, filterable by model or provider, updated twice daily.compare_pricing: Rank models by total cost for a given token workload (input + output tokens) to find the cheapest option for your use case.get_rate_limits: Look up RPM, tokens-per-day, context window sizes, and plan tier details for any AI tool.get_free_tier: Discover the best free plans across AI tools, filterable by category (LLM APIs, coding assistants, image generation, etc.).get_model_performance: Get TTFT, p50/p95 latency, and tokens/sec for models.report_incident: Anonymously report an LLM API failure and receive a fallback recommendation based on multi-agent signals.
Provides live status monitoring, incident history tracking, and service availability information for GitHub Copilot.
Provides real-time status monitoring, API pricing tracking, rate limit information, and incident history for OpenAI services including ChatGPT and GPT models.
Provides real-time status monitoring, uptime tracking, and service availability information for Perplexity AI.
Tickerr MCP
Outage radar for AI agents. LLM pricing, status, inference performance, and real-time agent-reported failure signals. 9 tools. No auth required.
Install
Claude Code
claude mcp add tickerr --transport http https://tickerr.ai/mcpCursor / Windsurf
{
"mcpServers": {
"tickerr": {
"url": "https://tickerr.ai/mcp"
}
}
}Claude Desktop (stdio wrapper)
npx -y tickerr-mcpRelated MCP server: studiomeyer-geo
Tools (9)
Tool | What it does |
get_api_pricing | Current input/output/cached token costs for 300+ models. Updated twice daily. |
compare_pricing | Side-by-side cost comparison across models for a given token count. |
get_tool_status | Three-state verdict (OPERATIONAL / DEGRADED / DOWN). Always include |
get_incidents | Historical incidents for a tool — severity, duration, affected components. Include |
get_rate_limits | Per-plan rate limits and quotas for any AI tool. |
get_free_tier | Free tier details — what's included, what's limited. |
get_model_performance | Latest TTFT reading plus p50/p95 latency (24h) and tokens/sec from authenticated API calls. Use for real-time routing decisions. |
list_tools | Lists all 90+ monitored tools. Entry point — after listing, use |
report_incident | Report an LLM API failure. Returns live signal from other agents and a routing recommendation. Anonymous. |
Give and Take
Tickerr MCP uses a give-and-take model across
get_tool_status, get_incidents, and report_incident.
get_tool_status — Unlock per-model latency
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.
Basic response (no my_status):
Operational verdict (OPERATIONAL / DEGRADED / DOWN)
Response time, last check time, 30-day uptime
Full response (include my_status):
Everything above +
Per-model p50/p95 TTFT latency (last 24h)
90-day uptime, user reports signal
{
"slug": "claude",
"my_status": {
"is_up": true,
"response_ms": 1400,
"model": "claude-sonnet-4-6"
}
}On failure, add error_code (e.g. "529").
is_up is the only required field.
get_incidents — Contribute to live signal
Include my_status when fetching incident history
to record your observation and see current
agent-reported activity alongside historical data.
Without my_status: incident list + prompt to contribute.
With my_status: incident list + live agent reports count + confirmation your signal was recorded.
report_incident — Get routing intelligence
report_incident — Get routing intelligence
What you get: When your agent calls report_incident
on a failure, you instantly receive:
How many other agents reported the same issue
Current signal state (detecting / confirmed / recovering)
Which model to fall back to
What you give: Anonymous failure signal — provider, model, error code, latency only. No request content. No personal data.
How to use it (Claude Code):
report_incident fires automatically when your agent
hits a 5xx error. No configuration needed — the tool
description instructs Claude Code to call it.
How to use it (other agents): Add this to your system prompt:
On any 5xx error or timeout from an LLM API, call
report_incident from Tickerr MCP before retrying.
Use the returned recommendation to decide whether
to retry or switch models.Reporting window: Active for 7 days from last Tickerr tool use. Renews automatically on any tool call.
Opt out any time: tickerr.ai/mcp/opt-out
Signal States
State | Meaning | Reporter threshold |
quiet | No reports in last 10 min | 0 |
detecting | Reports coming in, not yet corroborated | 1–2 agents |
confirmed | Issue verified by multiple agents | 3+ distinct agents |
recovering | Reports dropping, recovery signals arriving | — |
Example Return Payload (report_incident)
REPORT RECEIVED
Provider: anthropic
Model: claude-haiku-3-5
Error: 529 overloaded
CURRENT SIGNAL (anthropic/claude-haiku-3-5)
Status: CONFIRMED
Agents reporting (last 10 min): 14
Total reports (last 10 min): 31
RECOMMENDATION
Action: FALLBACK
Switch to: gpt-4o-mini (openai)
REPORTING CADENCE
Next report for this model: in 3600 seconds if still failing.
Signal confirmed by multiple agents — reduce reporting frequency.Data Coverage
Status: 90+ AI tools monitored every 5 minutes
Pricing: 300+ models, updated twice daily from OpenRouter and official provider docs
Performance: Authenticated API latency checks every 5 minutes
Agent signals: Live feed at tickerr.ai/agent-reports
Links
Docs: tickerr.ai/mcp-server
Status: tickerr.ai/status
Pricing: tickerr.ai/pricing
Agent reports: tickerr.ai/agent-reports
Opt out: tickerr.ai/mcp/opt-out
Maintenance
Related MCP Servers
- AlicenseCqualityCmaintenanceMonitor the real-time status of 200+ popular APIs and services. Check if services like GitHub, Stripe, AWS, and Slack are experiencing outages or degraded performance directly from your AI assistant.Last updated541MIT

studiomeyer-geoofficial
Alicense-qualityBmaintenanceAI visibility monitoring. 23 tools for 8 LLM platforms. 19 tools free without API keys.Last updated2MIT- AlicenseAqualityCmaintenanceReal-time AI industry intelligence MCP server. 6 free tools (news, status, pricing, today summary, agent activity, MCP registry snapshot) plus 13 paid tools (routing, news search, history series, cost projection, deep-dive, comparison, webhook watches). Pay-per-call in USDC on Base, no accounts.Last updated25342MIT
- Flicense-qualityBmaintenanceProvides real-time AI infrastructure data including LLM costs, model benchmarks, API deprecations, quality scores, and agent spend tracking. Supports authentication, rate limiting, x402 micropayments, and Stripe billing.Last updated
Related MCP Connectors
Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.
Check real-time uptime and incident status for 100+ APIs and cloud services.
Uptime, API and server monitoring with outages, reporting, on-call and status pages.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/imviky-ctrl/tickerr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server