npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tickerr-mcp

v1.1.2

Published

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

Readme

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)

| 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 | Live uptime status and 90-day incident history for any AI service. | | get_incidents | Recent incidents for a tool — severity, duration, affected components. | | 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 | p50/p95 latency and tokens/sec from authenticated API calls. | | list_tools | Full list of tools and models tracked by Tickerr. | | report_incident | Report 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

| 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