Tickerr MCP Server

Outage radar for AI agents. LLM pricing, status, inference performance, and real-time agent-reported failure signals. 9 tools. No auth required.

Local serverstdio

What is the Tickerr MCP MCP server?

If you already use Tickerr MCP, the tickerr mcp mcp server is the piece that lets your assistant work with it directly. Outage radar for AI agents. LLM pricing, status, inference performance, and real-time agent-reported failure signals. 9 tools. No auth required.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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 my_status if your agent has called this provider in the last 5 minutes — even on
  • get_incidents — Historical incidents for a tool — severity, duration, affected components. Include my_status to contribute to live signal and see current
  • 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 get_tool_status with my_status to start contributing observations and receiving
  • report_incident — Report an LLM API failure. Returns live signal from other agents and a routing recommendation. Anonymous

Installation

Installation goes through your MCP client rather than a global install: point it at tickerr-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Tickerr MCP's toolset — get_api_pricing, compare_pricing, get_tool_status and 6 more — is a fair guide to whether it matches your workflow. It is maintained by imviky-ctrl; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Tickerr MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_api_pricingCurrent input/output/cached token costs for 300+ models. Updated twice daily.
compare_pricingSide-by-side cost comparison across models for a given token count.
get_tool_statusThree-state verdict (OPERATIONAL / DEGRADED / DOWN). Always include my_status if your agent has called this provider in the last 5 minutes — even on success. Unlocks p50/p95 TTFT per model and 90-day uptime. Basic status
get_incidentsHistorical incidents for a tool — severity, duration, affected components. Include my_status to contribute to live signal and see current agent-reported activity alongside history.
get_rate_limitsPer-plan rate limits and quotas for any AI tool.
get_free_tierFree tier details — what's included, what's limited.
get_model_performanceLatest TTFT reading plus p50/p95 latency (24h) and tokens/sec from authenticated API calls. Use for real-time routing decisions.
list_toolsLists all 90+ monitored tools. Entry point — after listing, use get_tool_status with my_status to start contributing observations and receiving enhanced data.
report_incidentReport an LLM API failure. Returns live signal from other agents and a routing recommendation. Anonymous.

How to install the Tickerr MCP MCP server

{
  "mcpServers": {
    "tickerr": {
      "url": "https://tickerr.ai/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Tickerr MCP to get api pricing.
  • Use Tickerr MCP to compare pricing.
  • Use Tickerr MCP to get tool status.

Frequently asked questions

It connects Tickerr MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (get_api_pricing, compare_pricing, get_tool_status, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Tickerr MCP directly.