Alpha Vantage MCP Server 📈
@deepsuthar496
关于 Alpha Vantage MCP Server 📈
A simple MCP server that fetches real-time financial data from Alpha Vantage API. Get instant access to stock prices, crypto rates, and market indicators with easy-to-use commands.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"alpha-vantage": {
"command": "node",
"args": [
"path/to/alpha-vantage-server/build/index.js"
],
"env": {
"ALPHA_VANTAGE_API_KEY": "your-api-key-here"
},
"disabled": false,
"alwaysAllow": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Alpha Vantage MCP Server?
It is a Model Context Protocol (MCP) server that integrates with the Alpha Vantage financial data API, providing real-time stock market data, cryptocurrency prices, forex rates, and technical indicators. It is intended for developers and users who want to access financial data through MCP-compatible clients.
How to use Alpha Vantage MCP Server?
Install automatically via Smithery with npx -y @smithery/cli install @deepsuthar496/alpha-ventage-mcp --client claude or manually by cloning the repository, running npm install and npm run build, then configuring the server in MCP
金融与商务 分类下的更多 MCP 服务器
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
✅ Official Alpha Vantage MCP Server
calvernazA MCP server for the stock market data API, Alphavantage API.
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Awesome Crypto MCP Servers
badkkA collection of crypto MCP servers.
Crypto Indicators MCP Server
kukapayAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
评论