Back to Home
NonmaskableInt icon

alphavantage-mcp

Verified Safe

by NonmaskableInt

Overview

Provides comprehensive market data and fundamental analysis through the AlphaVantage API for integration with MCP-compatible clients like Claude Desktop.

Installation

Run Command
uv run alphavantage-mcp-server

Environment Variables

  • ALPHA_VANTAGE_API_KEY

Security Notes

The server follows good security practices by requiring the AlphaVantage API key via environment variables or a .env file, preventing hardcoding. Input validation functions are used for symbols, and Pydantic models enforce type and structure validation for other parameters. The `httpx` library is used for secure asynchronous HTTP requests. There are no indications of 'eval' or other dangerous patterns, and dependencies are standard and well-maintained.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2026-01-19

Tags

Financial DataMarket AnalysisStock DataTechnical AnalysisAlphaVantage API