New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

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

MCP server for live AI tool status, API pricing, and rate limits

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
19
-62.75%
Maintainers
1
Weekly downloads
 
Created
Source

Tickerr MCP Server

Real-time AI tool intelligence for Claude, Cursor, Windsurf, and Claude Code. Check if ChatGPT is down. Get live API pricing. Compare rate limits.

What you can ask

  • "Is Claude down right now?"
  • "What's the cheapest LLM API for my use case?"
  • "What are Cursor's rate limits on the free plan?"
  • "Has OpenAI changed their pricing this month?"
  • "Compare Claude Haiku vs GPT-4o Mini cost per million tokens"
  • "Which AI tools have a free tier for coding assistants?"
  • "Show me recent outages for GitHub Copilot"

Tools exposed

ToolDescription
get_tool_statusLive status + uptime % for any AI tool, checked every 5 min
get_api_pricingCurrent pricing per model, sorted cheapest first
get_rate_limitsRate limits by tool and plan tier
compare_pricingRank models by cost for a given token workload
get_free_tierBest free plans by category
get_incidentsHistorical incident log for any tool (last 90 days)
list_toolsAll 42+ monitored tools with slugs

Installation

claude mcp add tickerr --transport http --url https://tickerr.ai/mcp

Cursor / Windsurf — HTTP

Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

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

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "tickerr": {
      "command": "npx",
      "args": ["-y", "tickerr-mcp"]
    }
  }
}

Claude Code (CLI) — npm/stdio alternative

claude mcp add tickerr -- npx -y tickerr-mcp

Data coverage

42+ AI tools tracked including ChatGPT, Claude, Gemini, Cursor, GitHub Copilot, Perplexity, DeepSeek, Fireworks AI, Groq, Cohere, and more.

  • Status: updated every 5 minutes from independent monitoring
  • Pricing: updated daily from official provider documentation
  • Limits: updated when providers announce changes
  • Incidents: sourced from 26 official provider status pages, ~700 incidents tracked

Data source

All data sourced from official provider documentation and live status pages. See tickerr.ai for the full web interface.

License

MIT

Keywords

mcp

FAQs

Package last updated on 14 Apr 2026

Related posts