Alpha Vantage 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 histor
Описание
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.
README
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
🚀 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 build
Testing
# 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
Установка Alpha Vantage Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jeasionr-ui/alpha-ventage-mcpFAQ
Alpha Vantage Server MCP бесплатный?
Да, Alpha Vantage Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Alpha Vantage Server?
Нет, Alpha Vantage Server работает без API-ключей и переменных окружения.
Alpha Vantage Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Alpha Vantage Server в Claude Desktop, Claude Code или Cursor?
Открой Alpha Vantage Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Alpha Vantage Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
