EarningsCalls.dev
Rank #61,643io.github.stockmarketscan/earningscalls-mcp
177,000+ earnings call transcripts for AI - speaker segments & full-text search.
EarningsCalls.dev is a Model Context Protocol (MCP) server published by stockmarketscan. It ranks #61,643 of 115,591 servers tracked on MCP Toplist. EarningsCalls.dev is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 2, 2026 and most recently updated on Jul 2, 2026.
Ranks ahead of 53,948 of 115,591 servers on MCP Toplist.
Use EarningsCalls.dev
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http earningscalls-mcp https://mcp.earningscalls.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add earningscalls-mcp -e "EARNINGSCALLS_API_KEY=<your EARNINGSCALLS_API_KEY>" -- npx -y @earningscalls/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.earningscalls-mcp]
url = "https://mcp.earningscalls.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.earningscalls-mcp]
command = "npx"
args = ["-y", "@earningscalls/mcp-server"]
[mcp_servers.earningscalls-mcp.env]
EARNINGSCALLS_API_KEY = "<your EARNINGSCALLS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.earningscalls.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"earningscalls-mcp": {
"command": "npx",
"args": [
"-y",
"@earningscalls/mcp-server"
],
"env": {
"EARNINGSCALLS_API_KEY": "<your EARNINGSCALLS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"earningscalls-mcp": {
"url": "https://mcp.earningscalls.dev/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": {
"earningscalls-mcp": {
"command": "npx",
"args": [
"-y",
"@earningscalls/mcp-server"
],
"env": {
"EARNINGSCALLS_API_KEY": "<your EARNINGSCALLS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"earningscalls-mcp": {
"type": "http",
"url": "https://mcp.earningscalls.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"earningscalls-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@earningscalls/mcp-server"
],
"env": {
"EARNINGSCALLS_API_KEY": "<your EARNINGSCALLS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"earningscalls-mcp": {
"serverUrl": "https://mcp.earningscalls.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"earningscalls-mcp": {
"command": "npx",
"args": [
"-y",
"@earningscalls/mcp-server"
],
"env": {
"EARNINGSCALLS_API_KEY": "<your EARNINGSCALLS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"earningscalls-mcp": {
"url": "https://mcp.earningscalls.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"earningscalls-mcp": {
"command": "npx",
"args": [
"-y",
"@earningscalls/mcp-server"
],
"env": {
"EARNINGSCALLS_API_KEY": "<your EARNINGSCALLS_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.stockmarketscan%2Fearningscalls-mcp)<a href="https://mcptoplist.com/server/io.github.stockmarketscan%2Fearningscalls-mcp"><img src="https://mcptoplist.com/badge/io.github.stockmarketscan%2Fearningscalls-mcp.svg" alt="MCP Toplist: #61,643 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
stockmarketscan
Other servers by stockmarketscan
View all stockmarketscan servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Jul 2, 2026 |
Frequently asked questions
- Who maintains EarningsCalls.dev?
- EarningsCalls.dev is maintained by stockmarketscan, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is EarningsCalls.dev listed on the Official MCP Registry?
- Yes — EarningsCalls.dev is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does EarningsCalls.dev have?
- MCP Toplist tracks 1 version of EarningsCalls.dev, most recently published on Jul 2, 2026.
- Where can I find the source code for EarningsCalls.dev?
- The source code for EarningsCalls.dev is hosted at github.com/stockmarketscan/earningscalls-mcp.