← Index

TickerDB

com.tickerdb/mcp-server·v1.7.15·Developer Tools
Quality Score
90
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.tickerdb.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tickerdb-mcp"
      ],
      "env": {
        "TICKERDB_KEY": "<your-tickerdb_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tickerdb-mcp"
      ],
      "env": {
        "TICKERDB_KEY": "<your-tickerdb_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tickerdb-mcp
§02  Environment variables
TICKERDB_KEY
requiredsecret

Your TickerDB API key (get one at tickerdb.com/dashboard)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools