Analytics
tickerbot.io
Provides stock and crypto market data including tickers, prices, indicators, historical snapshots, corporate events, and OHLCV bars.
ENDPOINT 1
https://api.tickerbot.io/mcp
MCP server metadata
- Name
- @tickerbot/mcp-server
- Version
- 0.1.0
Known tools 32
tickerbot_list_tickersList active tickers from the Tickerbot universe (~12,000 US equities + top 100 crypto).
Inferred read-onlytickerbot_get_tickerGet the full current row for one ticker — every column on the schema (price, change, indicators like rsi_14, every boolean flag like above_sma_50, fundamentals like pe_ratio).
Inferred read-onlytickerbot_get_ticker_historyTime-travel: get the full wide row for one ticker as it stood at a past date.
Inferred read-onlytickerbot_get_ticker_eventsGet the discrete corporate-event log for one ticker — dividends, splits, and insider transactions — merged newest-first.
Inferred read-onlytickerbot_get_ticker_barsGet OHLCV (open/high/low/close/volume) bars for one or more symbols at a given interval, oldest-first.
Inferred read-onlytickerbot_get_ticker_holdingsGet an ETF's constituent holdings and their weights, heaviest first.
Inferred read-onlytickerbot_get_ticker_sectorsGet an ETF's sector allocation (sector weights, heaviest first).
Inferred read-onlytickerbot_list_signals_catalogList the unified signal catalog: every built-in column on the schema (`kind: builtin`) plus the caller's custom signals (`kind: expression`).
Inferred read-onlytickerbot_get_signals_matchFind tickers that match a single signal right now (or at a past moment with `asof`).
Inferred read-onlytickerbot_get_signal_historyGet the time series of one signal for one ticker at a chosen interval (1m, 1h, 1d, 1w).
Inferred read-onlytickerbot_list_signal_eventsDiscrete firings of a boolean signal for one ticker, newest-first.
Inferred read-onlytickerbot_create_custom_signalSave a SQL WHERE expression as a named custom signal the caller can reference by name in future scans.
Inferred read-onlytickerbot_update_custom_signalEdit one of the caller's custom signals — supply `expr`, `description`, or both.
Potential side effectstickerbot_scanRun a SQL WHERE clause against the live ticker universe (or against a past moment with `asof`).
Inferred read-onlytickerbot_list_system_universesList the built-in system universes (`top_10`, `top_100` — the most-actively-traded tickers by 30-day trailing dollar volume, rebalanced monthly).
Inferred read-onlytickerbot_create_universeCreate a new universe (named set of tickers) for scoping future scans.
Potential side effectstickerbot_list_analyst_eventsList per-event analyst rating history (upgrades, downgrades, initiations, price-target changes) from the analyst_events archive (history back to 2012).
Inferred read-onlytickerbot_search_newsSearch the news archive (back to 2015) with a SQL WHERE clause.
Inferred read-onlytickerbot_subscribe_tickerRegister a webhook that fires when one ticker matches a condition.
Inferred read-onlytickerbot_subscribe_signalRegister a webhook that fires when a signal turns true (booleans) or its value crosses a condition (numerics).
Inferred read-onlytickerbot_subscribe_scanRegister a webhook that fires when matches for a scan query change.
Inferred read-onlytickerbot_list_webhooksList the caller's webhook subscriptions (rules created via the subscribe tools), newest-first.
Inferred read-onlytickerbot_get_webhookFetch one webhook subscription by id (current state, match-set, schedule).
Inferred read-onlytickerbot_list_webhook_deliveriesList recent deliveries (pings and fires) for a webhook, newest-first — for diagnosing failures.
Inferred read-onlytickerbot_enable_webhookRe-enable a disabled webhook — flips it back to `active` and clears its match-state so the next eval treats every currently-matching ticker as new.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tickerbot-mcp-server]
url = "https://api.tickerbot.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tickerbot-mcp-server": {
"type": "http",
"url": "https://api.tickerbot.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tickerbot-mcp-server
Remote MCP URL: https://api.tickerbot.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tickerbot-mcp-server": {
"url": "https://api.tickerbot.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tickerbot-mcp-server": {
"type": "http",
"url": "https://api.tickerbot.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tickerbot-mcp-server",
"transport": "streamable-http",
"url": "https://api.tickerbot.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.