You're viewing a demo portfolio

Join the waitlist
PRSM

av_daily

Active

Tool of Alphavantage

declared in 0.1.0

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.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "symbol": "AAPL",
      "_apiKey": "your-alphavantage-api-key"
    },
    {
      "symbol": "MSFT",
      "_apiKey": "your-alphavantage-api-key",
      "outputsize": "full"
    }
  ],
  "required": [
    "_apiKey",
    "symbol"
  ],
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock ticker symbol (e.g., \"AAPL\", \"MSFT\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "Alpha Vantage API key"
    },
    "outputsize": {
      "type": "string",
      "description": "\"compact\" for last 100 data points (default), \"full\" for 20+ years of data"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Alphavantage

https://github.com/pipeworx-io/mcp-alphavantage

1/7 registries
View full server →