Ticker DB MCP Server

Pre-computed stock market data for AI agents. TickerDB returns indicators like trend_direction, support_level, and analyst_consensus as named states - plus what changed and what usually happens next. Its 9 documented tools cluster into read & search, create & write, delete.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 3 · #67 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ticker DB

before you install - you'll need

Set TICKERDB_KEY, MCP_PUBLISHER_KEY before connecting.

Claude Code

claude mcp add tickerdb-tickerdb-mcp --transport http https://mcp.tickerdb.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tickerdb-tickerdb-mcp": {
      "url": "https://mcp.tickerdb.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.tickerdb.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.tickerdb.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package tickerdb-mcp - unscoped; check the name against the project README before installing

registry vendor namespace com.tickerdb - domain-verified with the official MCP registry

03 · What Ticker DB can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can discover all 182 fields and their valid band values, add tickers to your watchlist, and remove tickers from your watchlist.

Capability map

Tools grouped from the project's README - what Ticker DB lets an agent do.

read & search

7 tools - e.g. Technical + fundamental snapshot for a ticker. Historical lookups, state transition history, and what usually happens after; Daily or weekly EOD candles for returns, charts, and backtests; Screen assets…

get_summary · get_ohlcv · get_search · get_schema · get_watchlist · get_watchlist_changes…

create & write

1 tool - e.g. Add tickers to your watchlist

add_to_watchlist

delete

1 tool - e.g. Remove tickers from your watchlist

remove_from_watchlist

Latest releases

v1.9.2 · 2026-08-05

v1.9.1 · 2026-08-05

Document the point-in-time P/E ratio tools · New Contributors · @wolfgpt made their first contribution in

v1.9.0 · 2026-07-14

04 · Who maintains Ticker DB

TickerDB is maintained by tickerdb. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #67 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-05)
registry
com.tickerdb/mcp-server (active, first published 2026-04-15 · 14 versions)
packages
npm:tickerdb-mcp

06 · Ticker DB FAQ

Is Ticker DB still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-10 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Ticker DB do?

With this server connected, an agent can discover all 182 fields and their valid band values, add tickers to your watchlist, and remove tickers from your watchlist.

How do I install Ticker DB?

Run `npx -y tickerdb-mcp`. The README documents 2 environment variables (TICKERDB_KEY, MCP_PUBLISHER_KEY) to set first. Set TICKERDB_KEY, MCP_PUBLISHER_KEY before connecting. You can also paste the ready-made client config above.

Does Ticker DB require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Ticker DB

More finance MCP servers · TourMind Booking MCP · Trade It · Paradex Trading · Trayd MCP · Treza

More TypeScript MCP servers · Charlotte · Hound · Sessionplan · Hotkeyless AHK MCP Skill · Tiger Skills · see all