# tickerr-live-status

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add imviky-zzzr/tickerr-live-status

# Browse available tools
npx -y @smithery/cli@latest tool list imviky-zzzr/tickerr-live-status

# Get full schema for a tool
npx -y @smithery/cli@latest tool get imviky-zzzr/tickerr-live-status list_tools

# Call a tool
npx -y @smithery/cli@latest tool call imviky-zzzr/tickerr-live-status list_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://tickerr-live-status--imviky-zzzr.run.tools`

## Tools (7)

- `list_tools` — List all 42+ AI tools monitored by tickerr.ai — ChatGPT, Claude, Gemini, Cursor, GitHub Copilot, Perplexity, DeepSeek, …
- `get_tool_status` — Get live operational status, uptime percentage, and response time for any AI tool. Checks every 5 minutes from independ…
- `get_incidents` — Get historical incidents (outages, degradations) for any AI tool from the last 90 days. Sourced from 26 official provid…
- `get_api_pricing` — Get current API pricing (input/output cost per 1M tokens) for AI models tracked by tickerr.ai. Filter by model or provi…
- `get_rate_limits` — Get rate limits and plan details for any AI tool — requests per minute, tokens per day, context window, and more by pla…
- `compare_pricing` — Rank AI models by total cost for a given token workload. Useful for finding the cheapest model for your use case.
- `get_free_tier` — Find the best free plans across AI tools, grouped by category (LLM APIs, coding assistants, image generation, etc.).

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get imviky-zzzr/tickerr-live-status <tool-name>
```
