findata-mcp-server
财务数据 - MCP 服务器
这是一个 MCP 服务器,提供对 Alpha Vantage API 的访问,允许将股票数据检索用作 LLM 的上下文。
可用功能
getStockQuote:获取股票的当前报价。getHistoricalData:获取股票的历史数据(每日、每周或每月)。(稍后将添加更多工具,用于技术分析、公司概况等)
Related MCP server: AlphaVantage MCP Server
设置
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装财务数据服务器:
npx -y @smithery/cli install findata-mcp-server --client claude手动安装
npm install findata-mcp-server在主机中使用
从 Alpha Vantage 获取 API 密钥https://www.alphavantage.co/support/#api-key 。
配置您的 MCP 客户端(例如,Claude Desktop)以连接到服务器:
{
"mcpServers": {
"alphaVantage": {
"command": "npx",
"args": ["-y", "findata-mcp-server"],
"env": {
"ALPHA_VANTAGE_API_KEY": "PUT_YOUR_API_KEY_HERE"
}
}
}
}工具
getStockQuote
获取股票的当前报价。
输入:
symbol :股票代码(例如 AAPL)输出示例:
getHistoricalData
获取股票的历史数据。
输入:
symbol:股票代码(例如 AAPL)interval:数据的时间间隔(daily、weekly或monthly)(可选,默认值:daily)outputsize:输出的大小(compact或full)(可选,默认值:compact)输出:
包含历史数据的 JSON 对象。输出的结构取决于间隔参数。
贡献
欢迎贡献!请提交 issue 或 pull request。
执照
麻省理工学院
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.12105MIT
- Alicense-qualityDmaintenanceAn 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.7164MIT
- AlicenseBqualityDmaintenanceThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.223MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xBlueCode/findata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server