investor-agent logo

investor-agent为投资代理模型构建协议服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

投资者代理是为长期投资者而设计的Model Context Protocol服务器。它提供了一个套件用于财务研究,包括获取股票基本面数据、历史价格数据、期权合约数据、市场上升者、赢利日历和技术指标等。服务器可以使用命令'npm install investor-agent'设置。存储库包含可用工具列表,例如get_stock_info,historical_prices,get_options,market_movers,earnings_calendar,fear_greed_index和技术指标。该项目已获得MIT许可并使用TypeScript构建。

主要功能

  • 股票基本面数据获取
  • 历史价格数据(开盘、最高价、最低价、收盘、成交量)
  • 期权合约数据
  • 识别市场流动者
  • 赢利日历访问
  • 技术指标(SMA、EMA、RSI、MACD、布林带)

价格

模型
Free
评分
暂无评价

使用场景

长期投资研究

使用投资者代理来收集综合财务数据进行明智的长期投资决策。

自动股票分析

利用投资者代理的工具,自动分析股票的财务指标、趋势和市场情绪等。

优点 & 缺点

优点

  • 采用开源且使用MIT许可
  • 提供多种财务研究工具
  • 使用TypeScript进行维护

缺点

  • 使用与集成时缺乏详细说明
  • 对外部财务信息的数据源依赖

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is the project open‑source and what license does it use?

Yes, investor-agent is open‑source under the MIT license, allowing free use, modification, and distribution as long as the license terms are preserved.

Asked by Fumiko Sato · Jan 15, 2026

How can I retrieve technical indicators using investor-agent?

Call the `technical_indicator` tool with parameters such as SMA, EMA, RSI, MACD, or Bollinger Bands. The server will compute and return the requested indicator values based on the underlying price data.

Asked by Priyanka Menon · Jan 2, 2026

Which data sources does investor-agent rely on for market information?

The tool depends on external APIs or data providers for stock fundamentals, historical prices, options contracts, market movers, earnings calendars, and the fear‑greed index, though specific providers are not listed in the repository.

Asked by Damian Wysocki · Nov 23, 2025

What is the setup process for the investor-agent server?

Install the package and start the server with a single command: run `npx investor-agent`. This will launch the Model Context Protocol server ready to serve the financial research tools.

Asked by Zeynep Aydin · Nov 12, 2025

提问

服务配缩器 的替代品