X

findata-mcp-server

Information

金融数据 - MCP 服务器 这是一个提供访问 Alpha Vantage API 的 MCP 服务器,允许检索股票数据作为 LLMs 的上下文使用。 可用功能 getStockQuote: 获取股票的当前报价。 getHistoricalData: 获取股票的历史数据(日、周或月)。 (之后将添加更多用于技术分析、公司概况等工具。) 设置 通过 Smithery 安装 要通过 Smithery 自动为 Claude Desktop 安装 Financial Data Server: 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 对象。输出结构取决于 interval 参数。 贡献 欢迎贡献!请打开一个 issue 或 pull request。 许可证 MIT

Prompts

Reviews

Tags

Write Your Review

Detailed Ratings

ALL
Correctness
Helpfulness
Interesting
Upload Pictures and Videos

Name
Size
Type
Download
Last Modified
  • Community

Add Discussion

Upload Pictures and Videos