MCP server exposing 6 tools for alphavantage.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/alphavantage/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
av_quote — Get real-time stock price for a symbol (e.g., "AAPL"). Returns current price, change, percent change, and trading volume.av_daily — Get daily stock price history for a symbol (e.g., "AAPL"). Returns open, high, low, close, volume for recent days or full 20+ year history.av_overview — Get company fundamentals for a symbol (e.g., "AAPL"). Returns sector, market cap, P/E ratio, EPS, dividend yield, 52-week range, and analyst ratings.av_income_statement — Get annual and quarterly income statements for a symbol (e.g., "AAPL"). Returns revenue, gross profit, operating income, net income, and EBITDA.av_balance_sheet — Get annual and quarterly balance sheets for a symbol (e.g., "AAPL"). Returns total assets, liabilities, equity, cash, and debt.av_earnings — Get quarterly earnings data for a symbol (e.g., "AAPL"). Returns reported and estimated EPS, surprise amount, and surprise percentage.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/alphavantage/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io