Alpha Vantage
About
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
Details
- Author
- smani7dm
- Categories
- Cloud Service, Finance, Other
Jump to
Setup
Install Alpha Vantage in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/smani7dm/alphavantage-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
A Model Context Protocol (MCP) server that provides access to Alpha Vantage financial data APIs for use with Claude Desktop and other MCP-compatible applications.
- Stock Data: Real-time quotes and historical daily prices
- Financial Statements: Income statements, balance sheets, and cash flow statements
- Company Information: Company overviews and earnings data
- News & Sentiment: Latest financial news with sentiment analysis
- Error Handling: Robust API error handling and rate limit management
- Alpha Vantage API Key: Get your free API key fromAlpha Vantage
- Python 3.8+: Make sure you have Python installed
- Claude Desktop: Or another MCP-compatible application
git clone https://github.com/yourusername/alphavantage-mcp-server.git cd alphavantage-mcp-server
- VisitAlpha Vantage
- Sign up for a free account
- Copy your API key
Add this configuration to your Claude Desktop config file:
macOS:~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "alphavantage": { "command": "python3", "args": ["/path/to/alphavantage_server.py"], "env": { "ALPHAVANTAGE_API_KEY": "your_actual_api_key_here" } } } }
Important: Replace/path/to/alphavantage_server.pywith the actual path to your script andyour_actual_api_key_herewith your Alpha Vantage API key.
- "Get the current stock quote for Apple (AAPL)"
- "Show me Microsoft's latest income statement"
- "What's the latest news about Tesla stock?"
- "Get Amazon's balance sheet data"
- "Show me Google's cash flow statement"
Test your installation by running the server directly:
export ALPHAVANTAGE_API_KEY="your_api_key" python3 alphavantage_server.py
The server should start without errors. PressCtrl+Cto stop.
- Free Tier: 25 requests/day for premium endpoints, 500 requests/day for standard endpoints
- Rate Limit: 5 calls/minute
- Premium Tiers: Available for higher limits
- Check that your API key is correct
- Verify the file path in your config
- Ensure dependencies are installed
"ModuleNotFoundError: No module named 'mcp'"
- Install dependencies:pip install -r requirements.txt
- Use the correct Python path in your config
- You've exceeded the free tier limits
- Wait for the rate limit to reset or upgrade your plan
- Fork the repository
- Create a feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m 'Add amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Open a Pull Request
This project is licensed under the MIT License - see theLICENSEfile for details.
- Alpha Vantagefor providing the financial data API
- Anthropicfor creating the Model Context Protocol
- The MCP community for tools and documentation
If you encounter any issues or have questions:
- Check thetroubleshooting section
- Search existingGitHub issues
- Create a new issue with detailed information about your problem
Realtime and Historical Exchange Rate Data, FX pairs, bid/ask, OHLC and Crypto prices
Streams real-time Binance Alpha token prices and liquidity data for AI agents and workflows.
Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp
Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.
Token Metrics integration for fetching real-time crypto market data, trading signals, price predictions, and advanced analytics.
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
EUR settlement for AI agents. USDC/EURC to EUR via SEPA Instant. Trust scoring (KYA 0-100), market data, crypto analytics, AI tools.
AudioAlpha turns 100+ daily finance and crypto podcasts into structured intelligence — α-sentiment scores, narrative signals, asset mentions, transcripts, and market snapshots with 40+ custom metrics. Built for AI-driven research and trading workflows.
Access real-time Binance cryptocurrency market data, including prices, order books, and trading history.
Full-lifecycle algorithmic trading: describe strategies in plain English, AI generates code, backtest on real data, deploy live to 10+ brokers. Stocks, options, crypto, futures. Free tier available.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




