HomeFinance › TickerDB

TickerDB

Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines.

TypeScript Cloud Remote
★ 5 stars Last pushed 2026-09-04 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.tickerdb.com/mcp Reachable (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Package (npm 1.8.6)

npx -y tickerdb-mcp@1.8.6

Or add to your MCP client config:

{
  "mcpServers": {
    "tickerdb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tickerdb-mcp@1.8.6"
      ],
      "env": {
        "TICKERDB_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TICKERDB_KEY required secret — Your TickerDB API key (get one at tickerdb.com/dashboard)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry