Back to directory
alphavantage

alphavantage

@calvernaz73

An MCP server providing real-time and historical stock market data by integrating with the Alpha Vantage API.

stockmarketapialphavantagefinance

Installation & Configuration

{
  "mcpServers": {
    "alphavantage": {
      "command": "uv",
      "args": [
        "--directory",
        "<DIRECTORY-OF-CLONED-PROJECT>/alphavantage",
        "run",
        "alphavantage"
      ],
      "env": {
        "ALPHAVANTAGE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Information

Transport
stdiostreamable
Language
Python
Created
2024/12/6
Updated
2026/6/8