alpha-vantage-llm

asicili17/alpha-vantage-llm
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
LLM application to work with the Alpha Vantage MCP server to fetch various types of market data
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alpha-vantage-llm": {
      "command": "uvx",
      "args": [
        "alpha-vantage-llm"
      ]
    }
  }
}

Or install with pip: pip install alpha-vantage-llm

README Excerpt

LLM application to work with the Alpha Vantage MCP server to fetch various types of market data