{
  "markdown": "# @tickerbot/mcp-server\n\nModel Context Protocol server for [Tickerbot](https://tickerbot.io) — the stock market, in SQL. Install in Claude, Cursor, VS Code Copilot, and other MCP-compatible clients to scan ~14,500 US-listed equities plus a curated set of rates, FX and crypto series, replay any day, or subscribe a query — across 421+ signal columns.\n\n## Install\n\nYou need a Tickerbot API key. Get one from your [dashboard](https://tickerbot.io/dashboard).\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%/Claude/claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"tickerbot\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@tickerbot/mcp-server\"],\n      \"env\": {\n        \"TICKERBOT_API_KEY\": \"tb_live_...\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop.\n\n### Claude Code\n\n```bash\nclaude mcp add tickerbot --env TICKERBOT_API_KEY=tb_live_... -- npx -y @tickerbot/mcp-server\n```\n\n### Cursor\n\nAdd to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"tickerbot\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@tickerbot/mcp-server\"],\n      \"env\": { \"TICKERBOT_API_KEY\": \"tb_live_...\" }\n    }\n  }\n}\n```\n\n### VS Code (Copilot)\n\nAdd to `.vscode/mcp.json` in your workspace:\n\n```json\n{\n  \"servers\": {\n    \"tickerbot\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@tickerbot/mcp-server\"],\n      \"env\": { \"TICKERBOT_API_KEY\": \"tb_live_...\" }\n    }\n  }\n}\n```\n\n## Tools\n\n19 tools covering tickers, signals, scans, universes, news, and webhook subscriptions.\n\n| Tool | Endpoint |\n| --- | --- |\n| `tickerbot_list_tickers` | `GET /v2/tickers` |\n| `tickerbot_get_ticker` | `GET /v2/tickers/{ticker}` |\n| `tickerbot_get_ticker_history` | `GET /v2/tickers/{ticker}/history` |\n| `tickerbot_get_ticker_events` | `GET /v2/tickers/{ticker}/events` |\n| `tickerbot_list_signals_catalog` | `GET /v2/signals` |\n| `tickerbot_get_signals_match` | `GET /v2/signals/{signal}` |\n| `tickerbot_get_signal_history` | `GET /v2/signals/{signal}/{ticker}/history/{interval}` |\n| `tickerbot_list_signal_events` | `GET /v2/signals/{signal}/{ticker}/events` |\n| `tickerbot_scan` | `GET /v2/scan` (live or `asof`) |\n| `tickerbot_list_universes` | `GET /v2/universes` |\n| `tickerbot_get_universe` | `GET /v2/universes/{id}` |\n| `tickerbot_create_universe` | `POST /v2/universes` |\n| `tickerbot_create_custom_signal` | `POST /v2/signals` |\n| `tickerbot_search_news` | `GET /v2/news/scan` |\n| `tickerbot_subscribe_scan` | `POST /v2/scan/subscribe` |\n| `tickerbot_subscribe_signal` | `POST /v2/signals/{signal}/subscribe` |\n| `tickerbot_subscribe_ticker` | `POST /v2/tickers/{ticker}/subscribe` |\n| `tickerbot_list_webhooks` | `GET /v2/webhooks` |\n| `tickerbot_delete_webhook` | `DELETE /v2/webhooks/{id}` |\n\nStrategies are not exposed via MCP — see the [REST API docs](https://tickerbot.io/api) for those.\n\n## Examples\n\nOpen Claude and try:\n\n> *\"Find oversold semiconductor stocks bouncing on volume.\"*\n\n> *\"What's NVDA's RSI and short interest right now?\"*\n\n> *\"How often has the gap-up + small-cap + high-RVOL setup hit over the last 30 days?\"*\n\n> *\"Save a signal called `oversold_with_volume` defined as `rsi_14 < 30 AND volume_ratio_20d > 2`.\"*\n\n## Configuration\n\n| Env var | Default | Purpose |\n| --- | --- | --- |\n| `TICKERBOT_API_KEY` | *(required)* | Your API key. Sent as `Authorization: Bearer <key>` on every call. |\n| `TICKERBOT_API_URL` | `https://api.tickerbot.io` | Override the API base URL (for staging or self-hosted). |\n\n## Remote install\n\nFor consumer chat apps (Claude.ai web/mobile, ChatGPT) that don't run subprocesses, use the hosted remote MCP endpoint at `https://mcp.tickerbot.io` instead. See [tickerbot.io/mcp-server](https://tickerbot.io/mcp-server) for setup.\n\n## License\n\nMIT\n",
  "bytes": 3766,
  "sha": "22989906cba0bb2e629bcc6ecb8d7085b290c95809f510b193405160e1285d0f",
  "repo_slug": "tickerbot/tickerbot-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tickerbot_mcp_server_0e43f4da/readme"
}