Tickerbot MCP Server
Rank #31,355io.github.tickerbot/mcp-server
The stock market, in SQL — scan, replay, or subscribe across ~12k US tickers and top 100 cryptos.
Tickerbot MCP Server is a Model Context Protocol (MCP) server published by tickerbot. It ranks #31,355 of 132,046 servers tracked on MCP Toplist. Tickerbot MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 11, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 100,691 of 132,046 servers on MCP Toplist.
Use Tickerbot MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http tickerbot https://api.tickerbot.io/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add tickerbot -e "TICKERBOT_API_KEY=<your TICKERBOT_API_KEY>" -- npx -y @tickerbot/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.tickerbot]
url = "https://api.tickerbot.io/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tickerbot]
command = "npx"
args = ["-y", "@tickerbot/mcp-server"]
[mcp_servers.tickerbot.env]
TICKERBOT_API_KEY = "<your TICKERBOT_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.tickerbot.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tickerbot": {
"command": "npx",
"args": [
"-y",
"@tickerbot/mcp-server"
],
"env": {
"TICKERBOT_API_KEY": "<your TICKERBOT_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tickerbot": {
"url": "https://api.tickerbot.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tickerbot": {
"command": "npx",
"args": [
"-y",
"@tickerbot/mcp-server"
],
"env": {
"TICKERBOT_API_KEY": "<your TICKERBOT_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tickerbot": {
"type": "http",
"url": "https://api.tickerbot.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tickerbot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tickerbot/mcp-server"
],
"env": {
"TICKERBOT_API_KEY": "<your TICKERBOT_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tickerbot": {
"serverUrl": "https://api.tickerbot.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tickerbot": {
"command": "npx",
"args": [
"-y",
"@tickerbot/mcp-server"
],
"env": {
"TICKERBOT_API_KEY": "<your TICKERBOT_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tickerbot": {
"url": "https://api.tickerbot.io/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tickerbot": {
"command": "npx",
"args": [
"-y",
"@tickerbot/mcp-server"
],
"env": {
"TICKERBOT_API_KEY": "<your TICKERBOT_API_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/io.github.tickerbot%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.tickerbot%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.tickerbot%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tickerbot
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jun 11, 2026 |
Frequently asked questions
- Who maintains Tickerbot MCP Server?
- Tickerbot MCP Server is maintained by tickerbot, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Tickerbot MCP Server listed on the Official MCP Registry?
- Yes — Tickerbot MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Tickerbot MCP Server have?
- MCP Toplist tracks 1 version of Tickerbot MCP Server, most recently published on Jun 11, 2026.
- Where can I find the source code for Tickerbot MCP Server?
- The source code for Tickerbot MCP Server is hosted at github.com/tickerbot/tickerbot-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.