alphavantage-mcp
alphavantage mcp server
Documentation
AlphaVantage MCP Server
This is a server based on the MCP (Model Control Protocol) framework, designed to integrate with the AlphaVantage financial data API service.The more information about AlphaVantage is here
Project Overview
AlphaVantage is an API service that provides real-time and historical financial market data, including:
- Stock market data
- Forex data
- Cryptocurrency data
- Technical indicators
- Fundamental data
This project encapsulates AlphaVantage's functionality into an MCP service, making it easier to integrate with other applications.
MCP Server Installation
Installing via Smithery
To install AlphaVantage MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @lifejwang11/alphavantage-mcpPrerequisites
- Python 3.12
- pip package manager
Installation Steps
1. Clone the project
git clone https://github.com/lifejwang11/alphavantage-mcp
cd alphavantage-mcp2. Create and activate virtual environment (recommended)
python -m venv venv
source venv/bin/activate # Unix/macOS
# or
.\venv\Scripts\activate # Windows3. Install dependencies
pip install -r requirements.txt4. Configure environment variables
export ALPHAVANTAGE_API_KEY=your_api_key5. Start the server
python main.pyAlphaVantage Features
This MCP server supports the following core AlphaVantage functionalities:
1. Stock Market Data
2. Technical Indicators
3. Fundamental Data
Usage Guide
1. Get AlphaVantage API Key
2. Configure API Key
3. Service Calls
Important Notes
- Please refer to AlphaVantage's official documentation for API rate limits
- Premium API keys are recommended for production environments to get higher rate limits
- Handle API keys securely and never expose them in public code
Contributing
Issues and Pull Requests are welcome to help improve the project.
License
MIT License
Copyright (c) 2025 lifejwang11
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Frequently asked questions
What is alphavantage-mcp?
alphavantage-mcp is alphavantage mcp server
How do I install alphavantage-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is alphavantage-mcp open source?
Yes — it is hosted on GitHub at https://github.com/lifejwang11/alphavantage-mcp.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP