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.
git clone https://github.com/yourusername/alphavantage-mcp-server.git
cd alphavantage-mcp-server
pip install -r requirements.txt
Add this configuration to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %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.py
with the actual path to your script and your_actual_api_key_here
with your Alpha Vantage API key.
Once configured, you can ask Claude:
Function | Description |
---|---|
get_stock_quote | Current stock price and basic metrics |
get_daily_prices | Historical daily price data |
get_income_statement | Annual income statements |
get_balance_sheet | Annual balance sheet data |
get_cash_flow | Annual cash flow statements |
get_company_overview | Company fundamentals and key metrics |
get_news_sentiment | Latest news with sentiment analysis |
get_earnings | Quarterly and annual earnings data |
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. Press Ctrl+C
to stop.
"Server disconnected" error
"ModuleNotFoundError: No module named 'mcp'"
pip install -r requirements.txt
API rate limit errors
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions:
A template for deploying a remote MCP server on Cloudflare Workers without authentication. It supports one-click deployment or local setup via npm.
Interact with the Meta Ads API to access, analyze, and manage advertising campaigns.
Interact with the Domino Data Lab platform to execute and check the status of Domino jobs.
A remote MCP server deployable on Cloudflare Workers without authentication.
An MCP server for Zuora, powered by the CData JDBC Driver. Requires a separate driver and configuration file for connection.
Connect to Kubernetes cluster and manage pods, deployments, services.
Administer Tableau Cloud with AI-powered tools. This server offers complete API coverage, enterprise-grade logging, and a production-ready architecture.
Streams real-time Binance Alpha token prices and liquidity data for AI agents and workflows.
Access and manage AWS VPC Lattice resources and related documentation.
Integrates with the Slide API for device and infrastructure management.