Table of Contents

Table of Contents

site icon
2025.04.28 1
TypeScript股票市场数据金融投资工具金融服务
Status Invest - MCP Server 是 Model Context Protocol (MCP) 生态系统的一部分,提供与外部 API 交互和管理特定领域模型的工具。该项目展示了如何构建一个具有外部 API 集成和数据验证功能的 MCP 服务器。主要功能包括查询股票市场数据,如股票价格、指标和支付日期等。
View on GitHub

Overview

基本能力

产品定位

Status Invest - MCP Server 是一个用于查询股票市场数据的服务,集成 Status Invest API,提供股票信息、指标和支付日期等数据。

核心功能

  • get-acoes: 获取基本股票信息。
  • get-indicadores: 获取详细的股票指标信息。
  • get-acoes-datas-pagamento: 获取股票支付日期。
  • 使用 Zod 进行输入验证。
  • 使用 fetch 与 Status Invest API 集成(基础设施层)。

适用场景

  • 股票市场数据分析
  • 金融投资工具集成
  • 数据验证和处理

工具列表

  • get-acoes: 获取基本股票信息。
  • get-indicadores: 获取详细的股票指标信息。
  • get-acoes-datas-pagamento: 获取股票支付日期。

常见问题解答

无明确常见问题解答部分。

使用教程

使用依赖

无明确前置依赖教程。

安装教程

git clone [email protected]:newerton/mcp-status-invest.git
cd mcp-status-invest
npm install
npm run build

调试方式

  1. 在 VSCode 中按下 Ctrl+Shift+P 并选择 "MCP: List Servers"。
  2. 选择 "stocks" 然后选择 "Start Server"。
  3. 要查看输出,选择 "Show Output"。

许可证

该项目遵循 MIT 开源许可条款,请参阅 MIT 了解完整条款。