TickerDB MCP Server
Rank #4,591com.tickerdb/mcp-server
Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines.
TickerDB MCP Server is a Model Context Protocol (MCP) server published by tickerdb. It ranks #4,591 of 132,345 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. TickerDB MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 14 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Jul 9, 2026.
Ranks ahead of 127,754 of 132,345 servers on MCP Toplist.
Use TickerDB MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tickerdb https://mcp.tickerdb.com/mcpclaude mcp add tickerdb -e "TICKERDB_KEY=<your TICKERDB_KEY>" -- npx -y tickerdb-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tickerdb]
url = "https://mcp.tickerdb.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tickerdb]
command = "npx"
args = ["-y", "tickerdb-mcp"]
[mcp_servers.tickerdb.env]
TICKERDB_KEY = "<your TICKERDB_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.tickerdb.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tickerdb": {
"command": "npx",
"args": [
"-y",
"tickerdb-mcp"
],
"env": {
"TICKERDB_KEY": "<your TICKERDB_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tickerdb": {
"url": "https://mcp.tickerdb.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tickerdb": {
"command": "npx",
"args": [
"-y",
"tickerdb-mcp"
],
"env": {
"TICKERDB_KEY": "<your TICKERDB_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tickerdb": {
"type": "http",
"url": "https://mcp.tickerdb.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tickerdb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tickerdb-mcp"
],
"env": {
"TICKERDB_KEY": "<your TICKERDB_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tickerdb": {
"serverUrl": "https://mcp.tickerdb.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tickerdb": {
"command": "npx",
"args": [
"-y",
"tickerdb-mcp"
],
"env": {
"TICKERDB_KEY": "<your TICKERDB_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tickerdb": {
"url": "https://mcp.tickerdb.com/mcp"
}
}
}{
"mcpServers": {
"tickerdb": {
"command": "npx",
"args": [
"-y",
"tickerdb-mcp"
],
"env": {
"TICKERDB_KEY": "<your TICKERDB_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.tickerdb%2Fmcp-server)<a href="https://mcptoplist.com/server/com.tickerdb%2Fmcp-server"><img src="https://mcptoplist.com/badge/com.tickerdb%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tickerdb
Available versions (14)
| Version | Published |
|---|---|
| 1.8.6 | Jul 9, 2026 |
| 1.8.5 | Jul 8, 2026 |
| 1.8.4 | Jul 6, 2026 |
| 1.8.2 | Jun 29, 2026 |
| 1.7.15 | Apr 24, 2026 |
| 1.7.12 | Apr 24, 2026 |
| 1.7.11 | Apr 19, 2026 |
| 1.7.10 | Apr 17, 2026 |
| 1.7.9 | Apr 17, 2026 |
| 1.7.8 | Apr 17, 2026 |
| 1.7.7 | Apr 17, 2026 |
| 1.7.6 | Apr 17, 2026 |
| 1.7.5 | Apr 17, 2026 |
| 1.7.4 | Apr 15, 2026 |
Frequently asked questions
- Who maintains TickerDB MCP Server?
- TickerDB MCP Server is maintained by tickerdb, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is TickerDB MCP Server listed on the Official MCP Registry?
- Yes — TickerDB MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does TickerDB MCP Server have?
- MCP Toplist tracks 14 versions of TickerDB MCP Server, most recently published on Jul 9, 2026.
- Where can I find the source code for TickerDB MCP Server?
- The source code for TickerDB MCP Server is hosted at github.com/tickerdb/tickerdb-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.