← Registry

Analytics

tickerbot.io

Provides stock and crypto market data including tickers, prices, indicators, historical snapshots, corporate events, and OHLCV bars.

1 endpoint32 known toolsFirst detected July 6, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.tickerbot.io/mcp

No auth detected

MCP server metadata

Name
@tickerbot/mcp-server
Version
0.1.0
Capabilities
tools

Known tools 32

tickerbot_list_tickers

List active tickers from the Tickerbot universe (~12,000 US equities + top 100 crypto).

Inferred read-only
tickerbot_get_ticker

Get 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-only
tickerbot_get_ticker_history

Time-travel: get the full wide row for one ticker as it stood at a past date.

Inferred read-only
tickerbot_get_ticker_events

Get the discrete corporate-event log for one ticker — dividends, splits, and insider transactions — merged newest-first.

Inferred read-only
tickerbot_get_ticker_bars

Get OHLCV (open/high/low/close/volume) bars for one or more symbols at a given interval, oldest-first.

Inferred read-only
tickerbot_get_ticker_holdings

Get an ETF's constituent holdings and their weights, heaviest first.

Inferred read-only
tickerbot_get_ticker_sectors

Get an ETF's sector allocation (sector weights, heaviest first).

Inferred read-only
tickerbot_list_signals_catalog

List the unified signal catalog: every built-in column on the schema (`kind: builtin`) plus the caller's custom signals (`kind: expression`).

Inferred read-only
tickerbot_get_signals_match

Find tickers that match a single signal right now (or at a past moment with `asof`).

Inferred read-only
tickerbot_get_signal_history

Get the time series of one signal for one ticker at a chosen interval (1m, 1h, 1d, 1w).

Inferred read-only
tickerbot_list_signal_events

Discrete firings of a boolean signal for one ticker, newest-first.

Inferred read-only
tickerbot_create_custom_signal

Save a SQL WHERE expression as a named custom signal the caller can reference by name in future scans.

Inferred read-only
tickerbot_update_custom_signal

Edit one of the caller's custom signals — supply `expr`, `description`, or both.

Potential side effects
tickerbot_delete_custom_signal

Delete one of the caller's custom signals.

Potential side effects
tickerbot_scan

Run a SQL WHERE clause against the live ticker universe (or against a past moment with `asof`).

Inferred read-only
tickerbot_list_universes

List the caller's saved universes.

Inferred read-only
tickerbot_list_system_universes

List the built-in system universes (`top_10`, `top_100` — the most-actively-traded tickers by 30-day trailing dollar volume, rebalanced monthly).

Inferred read-only
tickerbot_get_universe

Get one universe by slug, including its ticker list.

Inferred read-only
tickerbot_create_universe

Create a new universe (named set of tickers) for scoping future scans.

Potential side effects
tickerbot_update_universe

Update one of the caller's universes.

Potential side effects
tickerbot_delete_universe

Delete one of the caller's universes.

Potential side effects
tickerbot_list_analyst_events

List per-event analyst rating history (upgrades, downgrades, initiations, price-target changes) from the analyst_events archive (history back to 2012).

Inferred read-only
tickerbot_search_news

Search the news archive (back to 2015) with a SQL WHERE clause.

Inferred read-only
tickerbot_subscribe_ticker

Register a webhook that fires when one ticker matches a condition.

Inferred read-only
tickerbot_subscribe_signal

Register a webhook that fires when a signal turns true (booleans) or its value crosses a condition (numerics).

Inferred read-only
tickerbot_subscribe_scan

Register a webhook that fires when matches for a scan query change.

Inferred read-only
tickerbot_list_webhooks

List the caller's webhook subscriptions (rules created via the subscribe tools), newest-first.

Inferred read-only
tickerbot_get_webhook

Fetch one webhook subscription by id (current state, match-set, schedule).

Inferred read-only
tickerbot_list_webhook_deliveries

List recent deliveries (pings and fires) for a webhook, newest-first — for diagnosing failures.

Inferred read-only
tickerbot_test_webhook

Send a real-shape `webhook.

Potential side effects
tickerbot_enable_webhook

Re-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 effects
tickerbot_delete_webhook

Delete a webhook subscription by id.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.