Alpha Vantage MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Alpha Vantage MCP ServerWhat's the current stock price of AAPL?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Alpha Vantage MCP Server
A Model Context Protocol (MCP) server that provides access to Alpha Vantage financial data APIs. This server enables AI assistants to fetch real-time and historical financial market data including stock prices, forex rates, cryptocurrency data, and various technical indicators.
β¨ Features
Real-time Stock Data: Get current stock prices, quotes, and market information
Historical Data: Access historical stock prices and trading volumes
Technical Indicators: Calculate various technical analysis indicators (SMA, EMA, RSI, MACD, etc.)
Forex Data: Real-time and historical foreign exchange rates
Cryptocurrency: Digital currency prices and market data
Company Information: Fundamental data, earnings, and company overviews
Market News: Latest financial news and market sentiment
Related MCP server: AlphaVantage MCP Server
π Quick Start
Prerequisites
Node.js 16+ installed
Alpha Vantage API key (get one free at Alpha Vantage)
Installation
No installation required! The package will be downloaded and run automatically using npx.
For local development:
git clone https://github.com/jeasionr-ui/alpha-ventage-mcp.git
cd alpha-ventage-mcp
npm installβοΈ Configuration
Configure the server in your MCP settings file:
{
"mcpServers": {
"alpha-vantage": {
"command": "npx",
"args": ["alpha-ventage-mcp"],
"env": {
"ALPHA_VANTAGE_API_KEY": "your-api-key-here"
},
"disabled": false,
"alwaysAllow": []
}
}
}π API Key
Get your free Alpha Vantage API key:
Visit Alpha Vantage
Sign up for a free account
Copy your API key
Add it to your environment variables or MCP configuration
π Available Tools
Stock Data
get_stock_quote- Get real-time stock quoteget_stock_intraday- Get intraday stock dataget_stock_daily- Get daily stock pricesget_stock_weekly- Get weekly stock pricesget_stock_monthly- Get monthly stock prices
Technical Indicators
get_sma- Simple Moving Averageget_ema- Exponential Moving Averageget_rsi- Relative Strength Indexget_macd- Moving Average Convergence Divergenceget_bollinger_bands- Bollinger Bandsget_stochastic- Stochastic Oscillator
Forex & Crypto
get_forex_rate- Real-time forex exchange ratesget_crypto_rating- Cryptocurrency ratingsget_crypto_intraday- Intraday crypto data
Company Information
get_company_overview- Company fundamental dataget_earnings- Quarterly and annual earningssearch_symbol- Search for stock symbols
Market News
get_news_sentiment- Market news and sentiment analysis
π οΈ Development
Building
npm run buildTesting
# Test with environment variable
ALPHA_VANTAGE_API_KEY=your_key_here node build/index.jsπ Example Usage
Once configured, you can ask your AI assistant questions like:
"What's the current stock price of AAPL?"
"Show me the RSI for Tesla stock"
"Get the latest earnings for Microsoft"
"What's the EUR/USD exchange rate?"
"Show me Bitcoin's price trend today"
π€ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
π License
MIT License - see LICENSE file for details.
π Links
This server cannot be deployed
Maintenance
Related MCP Connectors
Alpha Vantage MCP β Stock market data, fundamentals, and earnings
A Model Context Protocol server exposing real-time and historical Colombo Stock Exchange (CSE) data to AI agents and LLM applications. Provides quotes and OHLCV price history, full financial statements (income, balance sheet, cash flow), pre-computed technicals (moving averages, RS ratings, volume signals), macroeconomic indicators, corporate actions, and rule-based screening across CSE stocks and sector indices, everything needed to build CSE-aware trading assistants, research tools, and market-analysis agents.
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
MCP server exposing the Backtest360 engine API as tools for AI agents.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.12104MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.75 npm4MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables LLMs to access comprehensive financial data from Alpha Vantage API, including stock prices, fundamentals, forex, crypto, and economic indicators.946 npm1Apache 2.0