Servers
Alpha Vantage MCP Server
@matteoantoci
MCP server for interacting with the Alpha Vantage API, providing access to various financial data endpoints.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-alphavantage": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}