Claude Code
One CLI command. Wires the config and restart for you. Needs an API key. Grab one in the dashboard.
The market data API you query in SQL, addressable in chat: one question returns a ticker’s whole row, one WHERE clause screens the market. Install the Tickerbot MCP server in Claude, ChatGPT, Cursor, or any MCP runtime.
One card per install target. A key is free, no card; the remote endpoint is https://api.tickerbot.io/mcp.
One CLI command. Wires the config and restart for you. Needs an API key. Grab one in the dashboard.
Paste Tickerbot’s MCP URL as a custom connector. OAuth handles the rest. Install once on web or desktop. Mobile inherits the connector automatically.
Add Tickerbot as a plugin in ChatGPT. OAuth handles the rest.
JSON config. Paste into ~/.cursor/mcp.json and reload.
JSON config. Workspace or user file.
JSON config. Single MCP file.
JSON config under the context-servers section of settings.
Codex CLI, Aider, OpenClaw. Each tool exposes an mcp add equivalent.
Writing your own agent loop? Skip MCP. Drop our tool definitions into your runtime.
The live tool catalog is GET https://api.tickerbot.io/mcp/tools — the same array the server serves, with each tool’s JSON Schema and the endpoint it maps to, ready to drop into any function-calling runtime. The REST surface behind every tool is at /openapi.yaml.
One for every call an agent should make; each maps to one REST endpoint with the same name, params, and shape.
| Family | Tools |
|---|---|
| Tickers | tickerbot_list_tickerstickerbot_get_tickertickerbot_get_ticker_historytickerbot_get_ticker_coveragetickerbot_get_ticker_barstickerbot_get_ticker_holdingstickerbot_get_ticker_sectorstickerbot_subscribe_ticker |
| Signals | tickerbot_list_signals_catalogtickerbot_get_signals_matchtickerbot_list_signal_eventstickerbot_subscribe_signal |
| Scan | tickerbot_scantickerbot_subscribe_scan |
| Series | tickerbot_get_series |
| Events | tickerbot_list_eventstickerbot_subscribe_events |
| News | tickerbot_search_news |
| Custom signals | tickerbot_create_custom_signaltickerbot_update_custom_signaltickerbot_delete_custom_signal |
| Universes | tickerbot_list_universestickerbot_list_system_universestickerbot_get_universetickerbot_create_universetickerbot_update_universetickerbot_delete_universe |
| Webhooks | tickerbot_create_webhooktickerbot_patch_webhooktickerbot_list_webhookstickerbot_get_webhooktickerbot_list_webhook_deliveriestickerbot_test_webhooktickerbot_enable_webhooktickerbot_delete_webhook |