@tickerbot/mcp-server

MCP serverDatabases & data

Once this app is added, your AI can search the US stock market and major cryptocurrencies directly. It covers about 12,000 US tickers plus the top 100 cryptos, set up so your AI can search it all like a database. It can scan the whole market, replay past data, or subscribe to ongoing updates for specific tickers.

Available today. Use it from your connected AI after setup.

Add it, then ask your AI to scan a set of tickers or replay some past market data to see what it finds. When you are ready, have it subscribe to the stocks and coins you follow.

Then ask your AI: use the tickerbot list tickers tool from @tickerbot/mcp-server

What your AI can do with it

  • Search across about 12,000 US stock tickers
  • Search the top 100 cryptocurrencies
  • Replay past market data
  • Subscribe to ongoing market data
  • Query the market like a database

From the project's README

As published by tickerbot/tickerbot-mcp in README.md.

Model Context Protocol server for Tickerbot — 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.

Install

You need a Tickerbot API key. Get one from your dashboard.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "tickerbot": {
      "command": "npx",
      "args": ["-y", "@tickerbot/mcp-server"],
      "env": {
        "TICKERBOT_API_KEY": "tb_live_..."
      }
    }
  }
}

Restart Claude Desktop.

Claude Code

claude mcp add tickerbot --env TICKERBOT_API_KEY=tb_live_... -- npx -y @tickerbot/mcp-server

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "tickerbot": {
      "command": "npx",
      "args": ["-y", "@tickerbot/mcp-server"],
      "env": { "TICKERBOT_API_KEY": "tb_live_..." }
    }
  }
}

VS Code (Copilot)

Add to .vscode/mcp.json in your workspace:

{
  "servers": {
    "tickerbot": {
      "command": "npx",
      "args": ["-y", "@tickerbot/mcp-server"],
      "env": { "TICKERBOT_API_KEY": "tb_live_..." }
    }
  }
}

Tools

19 tools covering tickers, signals, scans, universes, news, and webhook subscriptions.

ToolEndpoint
tickerbot_list_tickersGET /v2/tickers
tickerbot_get_tickerGET /v2/tickers/{ticker}
tickerbot_get_ticker_historyGET /v2/tickers/{ticker}/history
tickerbot_get_ticker_eventsGET /v2/tickers/{ticker}/events
tickerbot_list_signals_catalogGET /v2/signals
tickerbot_get_signals_matchGET /v2/signals/{signal}
tickerbot_get_signal_historyGET /v2/signals/{signal}/{ticker}/history/{interval}
tickerbot_list_signal_eventsGET /v2/signals/{signal}/{ticker}/events
tickerbot_scanGET /v2/scan (live or asof)
tickerbot_list_universesGET /v2/universes
tickerbot_get_universeGET /v2/universes/{id}
tickerbot_create_universePOST /v2/universes
tickerbot_create_custom_signalPOST /v2/signals
tickerbot_search_newsGET /v2/news/scan
tickerbot_subscribe_scanPOST /v2/scan/subscribe
tickerbot_subscribe_signalPOST /v2/signals/{signal}/subscribe
tickerbot_subscribe_tickerPOST /v2/tickers/{ticker}/subscribe
tickerbot_list_webhooksGET /v2/webhooks
tickerbot_delete_webhookDELETE /v2/webhooks/{id}

Strategies are not exposed via MCP — see the REST API docs for those.

Examples

Open Claude and try:

"Find oversold semiconductor stocks bouncing on volume."

"What's NVDA's RSI and short interest right now?"

"How often has the gap-up + small-cap + high-RVOL setup hit over the last 30 days?"

"Save a signal called oversold_with_volume defined as rsi_14 < 30 AND volume_ratio_20d > 2."

Configuration

Env varDefaultPurpose
TICKERBOT_API_KEY(required)Your API key. Sent as Authorization: Bearer <key> on every call.
TICKERBOT_API_URLhttps://api.tickerbot.ioOverride the API base URL (for staging or self-hosted).

Remote install

For 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 for setup.

License

MIT

Tools it offers (35)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • tickerbot_list_tickers
  • tickerbot_get_ticker
  • tickerbot_get_ticker_history
  • tickerbot_get_ticker_coverage
  • tickerbot_get_ticker_bars
  • tickerbot_get_ticker_holdings
  • tickerbot_get_ticker_sectors
  • tickerbot_subscribe_ticker
  • tickerbot_get_series
  • tickerbot_list_signals_catalog
  • tickerbot_get_signals_match
  • tickerbot_list_signal_events
  • tickerbot_create_custom_signal
  • tickerbot_update_custom_signal
  • tickerbot_delete_custom_signal
  • tickerbot_subscribe_signal
  • tickerbot_list_events
  • tickerbot_subscribe_events
  • tickerbot_scan
  • tickerbot_subscribe_scan
  • tickerbot_search_news
  • tickerbot_create_webhook
  • tickerbot_patch_webhook
  • tickerbot_list_webhooks
  • tickerbot_get_webhook
  • tickerbot_list_webhook_deliveries
  • tickerbot_test_webhook
  • tickerbot_enable_webhook
  • tickerbot_delete_webhook
  • tickerbot_list_universes

Signals

Last commit
Aug 2026
Advanced
Delivery
mcp-server MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-tickerbot-mcp-server
Source
github.com/tickerbot/tickerbot-mcp
Hosted endpoint
https://api.tickerbot.io/mcp