You're viewing a demo portfolio

Join the waitlist
PRSM

av_income_statement

Active

Tool of Alphavantage

declared in 0.1.0

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

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "symbol": "AAPL",
      "_apiKey": "your-alphavantage-api-key"
    },
    {
      "symbol": "MSFT",
      "_apiKey": "your-alphavantage-api-key"
    }
  ],
  "required": [
    "_apiKey",
    "symbol"
  ],
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock ticker symbol (e.g., \"AAPL\", \"MSFT\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "Alpha Vantage API key"
    }
  }
}

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 →
av_income_statement — Alphavantage — PRSM MCP