🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tickerr-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tickerr-mcp

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

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
91
175.76%
Maintainers
1
Weekly downloads
 
Created
Source

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/mcp

Cursor / Windsurf

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

Claude Desktop (stdio wrapper)

npx -y tickerr-mcp

Tools (9)

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_statusLive uptime status and 90-day incident history for any AI service.
get_incidentsRecent incidents for a tool — severity, duration, affected components.
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_performancep50/p95 latency and tokens/sec from authenticated API calls.
list_toolsFull list of tools and models tracked by Tickerr.
report_incidentReport an LLM API failure. Returns live signal from other agents and a routing recommendation. Anonymous.

Agent Reporting — Give and Take

Tickerr MCP uses a give-and-take model for the report_incident tool.

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

StateMeaningReporter threshold
quietNo reports in last 10 min0
detectingReports coming in, not yet corroborated1–2 agents
confirmedIssue verified by multiple agents3+ distinct agents
recoveringReports 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
  • 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

Keywords

mcp

FAQs

Package last updated on 05 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts