This server connects Claude to Alpha Vantage's financial market API through the Pipeworx gateway. The source documentation doesn't list specific tools, but Alpha Vantage typically provides stock quotes, historical pricing, company fundamentals, earnings reports, and technical indicators. You can either call tools directly or use the ask_pipeworx interface to query market data in plain English and let the gateway route to the right endpoint. It's hosted remotely, so no API key management on your end. Useful when you need real time stock data or fundamental analysis without leaving your AI workflow. Part of a larger gateway that aggregates 673+ data sources if you need broader access.
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"alphavantage": {
"url": "https://gateway.pipeworx.io/alphavantage/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Alphavantage data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json