Alphavantage
STDIO股市和金融数据接口服务器
股市和金融数据接口服务器
This is a fork of Cesar Alvernaz's "Alphavantage MCP server". It fixes a few bugs which were preventing the server from working correctly.
A MCP server for the stock market data API, Alphavantage API.
ALPHAVANTAGE_API_KEYAdd this to your claude_desktop_config.json:
{
  "mcpServers": {
    "alphavantage": {
      "command": "uv",
      "args": [
        "--directory",
        "<DIRECTORY>/alphavantage",
        "run",
        "alphavantage"
      ],
      "env": {
        "ALPHAVANTAGE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}