Pipeworx alphavantage

Data & APIs

Access real-time stock prices, historical data, company fundamentals, financial statements, and earnings for any stock symbol using Alpha Vantage.

Install

openclaw skills install pipeworx-alphavantage

Alphavantage

Alpha Vantage MCP — Stock market data, fundamentals, and earnings

av_quote

Get real-time stock price for a symbol (e.g., "AAPL"). Returns current price, change, percent change

av_daily

Get daily stock price history for a symbol (e.g., "AAPL"). Returns open, high, low, close, volume fo

av_overview

Get company fundamentals for a symbol (e.g., "AAPL"). Returns sector, market cap, P/E ratio, EPS, di

av_income_statement

Get annual and quarterly income statements for a symbol (e.g., "AAPL"). Returns revenue, gross profi

av_balance_sheet

Get annual and quarterly balance sheets for a symbol (e.g., "AAPL"). Returns total assets, liabiliti

av_earnings

Get quarterly earnings data for a symbol (e.g., "AAPL"). Returns reported and estimated EPS, surpris

{
  "mcpServers": {
    "alphavantage": {
      "url": "https://gateway.pipeworx.io/alphavantage/mcp"
    }
  }
}