Alpha_Vantage_Mcp
Rank #3,613io.github.alphavantage/alpha_vantage_mcp
MCP server providing alpha_vantage_mcp capabilities
Alpha_Vantage_Mcp is a Model Context Protocol (MCP) server published by alphavantage. It ranks #3,613 of 132,046 servers tracked on MCP Toplist, and its repository has 211 GitHub stars. Alpha_Vantage_Mcp is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Jul 28, 2025 and most recently updated on Dec 18, 2025.
Ranks ahead of 128,433 of 132,046 servers on MCP Toplist.
Use Alpha_Vantage_Mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http alpha-vantage-mcp https://mcp.alphavantage.co/mcp[mcp_servers.alpha-vantage-mcp]
url = "https://mcp.alphavantage.co/mcp"Add to ~/.codex/config.toml.
https://mcp.alphavantage.co/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"alpha-vantage-mcp": {
"url": "https://mcp.alphavantage.co/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"alpha-vantage-mcp": {
"type": "http",
"url": "https://mcp.alphavantage.co/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"alpha-vantage-mcp": {
"serverUrl": "https://mcp.alphavantage.co/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"alpha-vantage-mcp": {
"url": "https://mcp.alphavantage.co/mcp"
}
}
}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.alphavantage%2Falpha_vantage_mcp)<a href="https://mcptoplist.com/server/io.github.alphavantage%2Falpha_vantage_mcp"><img src="https://mcptoplist.com/badge/io.github.alphavantage%2Falpha_vantage_mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
alphavantage
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Alpha_Vantage_Mcp?
- Alpha_Vantage_Mcp is maintained by alphavantage, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Alpha_Vantage_Mcp listed on the Official MCP Registry?
- Yes — Alpha_Vantage_Mcp is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Alpha_Vantage_Mcp have?
- MCP Toplist tracks 2 versions of Alpha_Vantage_Mcp, most recently published on Dec 18, 2025.
- Where can I find the source code for Alpha_Vantage_Mcp?
- The source code for Alpha_Vantage_Mcp is hosted at github.com/alphavantage/alpha_vantage_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.