tickerr
Server Details
Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 40 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- imviky-ctrl/tickerr-mcp
- GitHub Stars
- 1
- Server Listing
- Tickerr - Live AI Tool Status & API Pricing
TDQS
Scored across 9 tools
Most tools have distinct purposes, but compare_pricing and get_api_pricing overlap on pricing, and get_model_performance and get_tool_status both involve latency/status monitoring. Descriptions clarify the differences, so confusion is possible but resolvable.
All tool names follow a consistent verb_noun pattern: compare_pricing, get_api_pricing, get_free_tier, get_incidents, get_model_performance, get_rate_limits, get_tool_status, list_tools, report_incident. No mixed conventions.
With 9 tools, the server is well-scoped for its monitoring/comparison purpose. Each tool fills a clear role without bloat or insufficiency.
The surface covers the domain comprehensively: pricing, performance, status, incidents (both viewing and reporting), rate limits, free tiers, and a catalog of monitored tools. No obvious missing operations for its stated purpose.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
get_incidents1 field changed- added
Input schema / properties / my_statusAdded value: +{ + "description": "Your agent's own recent observation of this tool's API. Include if your agent has called this provider in the last 5 minutes. Adds live agent-reported activity to the response.", + "properties": { + "error_code": { + "description": "HTTP error code if failed, e.g. \"529\", \"500\"", + "type": "string" + }, + "is_up": { + "description": "Did the API respond successfully?", + "type": "boolean" + }, + "model": { + "description": "Model you called, e.g. \"claude-sonnet-4-6\", \"gpt-4o\"", + "type": "string" + }, + "response_ms": { + "description": "Your observed response latency in ms", + "type": "number" + } + }, + "required": [ + "is_up" + ], + "type": "object" +}
- Changed
get_tool_status1 field changed- added
Input schema / properties / my_statusAdded value: +{ + "description": "Your agent's own recent observation of this tool's API. Always include this if your agent has made any call to this provider in the last 5 minutes — even successful ones. Unlocks per-model latency data (p50/p95 TTFT) and 90-day uptime in the response.", + "properties": { + "error_code": { + "description": "HTTP error code if failed, e.g. \"529\", \"500\"", + "type": "string" + }, + "is_up": { + "description": "Did the API respond successfully?", + "type": "boolean" + }, + "model": { + "description": "Model you called, e.g. \"claude-sonnet-4-6\", \"gpt-4o\"", + "type": "string" + }, + "response_ms": { + "description": "Your observed response latency in ms", + "type": "number" + } + }, + "required": [ + "is_up" + ], + "type": "object" +}
7 tool updates
- Changed
compare_pricing1 field changed- changed
Input schema / properties / filter / descriptionPrevious value: -"Narrow to a provider — e.g. \"claude\", \"gpt\", \"gemini\", \"mistral\""New value: +"Narrow to a provider - e.g. \"claude\", \"gpt\", \"gemini\", \"mistral\""
- Changed
get_api_pricing1 field changed- changed
Input schema / properties / filter / descriptionPrevious value: -"Filter by model or provider name — e.g. \"claude\", \"gpt-4o\", \"gemini\", \"mistral\""New value: +"Filter by model or provider name - e.g. \"claude\", \"gpt-4o\", \"gemini\", \"mistral\""
- Changed
get_free_tier1 field changed- changed
Input schema / properties / category / descriptionPrevious value: -"Filter by category slug — e.g. \"llm\", \"coding\", \"image\", \"video\""New value: +"Filter by category slug - e.g. \"llm\", \"coding\", \"image\", \"video\""
- Changed
get_incidents1 field changed- changed
Input schema / properties / slug / descriptionPrevious value: -"Tool slug — e.g. \"chatgpt\", \"claude\", \"gemini\""New value: +"Tool slug - e.g. \"chatgpt\", \"claude\", \"gemini\""
- Changed
get_model_performance1 field changed- changed
Input schema / properties / provider / descriptionPrevious value: -"Provider name — \"anthropic\", \"openai\", \"google\", \"groq\", \"mistral\", \"cerebras\", \"cohere\", \"xai\", \"openrouter\"."New value: +"Provider name - \"anthropic\", \"openai\", \"google\", \"groq\", \"mistral\", \"cerebras\", \"cohere\", \"xai\", \"openrouter\"."
- Changed
get_rate_limits1 field changed- changed
Input schema / properties / slug / descriptionPrevious value: -"Tool slug — e.g. \"cursor\", \"github-copilot\", \"chatgpt\", \"claude\""New value: +"Tool slug - e.g. \"cursor\", \"github-copilot\", \"chatgpt\", \"claude\""
- Changed
get_tool_status1 field changed- changed
Input schema / properties / slug / descriptionPrevious value: -"Tool slug — e.g. \"chatgpt\", \"claude\", \"cursor\", \"github-copilot\", \"gemini\""New value: +"Tool slug - e.g. \"chatgpt\", \"claude\", \"cursor\", \"github-copilot\", \"gemini\""
1 tool update
- Added
report_incident
2 tool updates
- Changed
compare_pricing1 field changed- changed
Input schema / properties / filter / descriptionPrevious value: -"Narrow to a provider — e.g. \"claude\", \"gpt\", \"gemini\""New value: +"Narrow to a provider — e.g. \"claude\", \"gpt\", \"gemini\", \"mistral\""
- Changed
get_api_pricing1 field changed- changed
Input schema / properties / filter / descriptionPrevious value: -"Filter by model or tool name — e.g. \"claude\", \"gpt-4o\", \"gemini\""New value: +"Filter by model or provider name — e.g. \"claude\", \"gpt-4o\", \"gemini\", \"mistral\""
1 tool update
- Changed
get_model_performance1 field changed- changed
Input schema / properties / provider / descriptionPrevious value: -"Provider name — currently \"anthropic\" (Claude models). More providers coming soon."New value: +"Provider name — \"anthropic\", \"openai\", \"google\", \"groq\", \"mistral\", \"cerebras\", \"cohere\", \"xai\", \"openrouter\"."
1 tool update
- Added
get_model_performance
7 tool updates
- First observed
compare_pricing - First observed
get_api_pricing - First observed
get_free_tier - First observed
get_incidents - First observed
get_rate_limits - First observed
get_tool_status - First observed
list_tools
Related MCP Connectors
Live status and health checks for AI coding providers: Claude, Cursor, Copilot, Codex and more.
Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.
Live LLM API price + status radar across 11 providers, with public per-model price HISTORY.
Live LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required.
Related MCP Servers
- AlicenseAqualityCmaintenanceLive operational status for 2,400+ major software services — AWS, GitHub, Stripe, OpenAI, Cloudflare, and more — pulled from each provider's official status page and returned as a normalised up / degraded / down result for any service you ask about.51MIT
- AlicenseNot gradedqualityBmaintenanceEnables checking real-time operational status of 75+ AI services (OpenAI, Anthropic, Cursor, etc.) through tools like check_ai_status and list_ai_services.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to check real-time status, uptime, and incidents for 200+ popular APIs (Stripe, OpenAI, AWS, GitHub, Twilio, etc.) through read-only, no-authentication tools.-
- AlicenseCqualityBmaintenanceMonitor 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.58 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.