Table of Contents

Table of Contents

site icon
2025.04.28 0
TypeScript股票市场数据金融数据集成金融服务
Investidor10 - MCP Server 是 Model Context Protocol (MCP) 生态系统的一部分,提供与外部 API 交互和管理特定领域模型的工具。它展示了如何构建一个具有外部 API 集成和数据验证功能的 MCP 服务器。
View on GitHub

Overview

基本能力

产品定位

Investidor10 - MCP Server 主要用于查询股票市场数据,如股票价格和指标,通过与 Investidor10 API 的集成实现。

核心功能

  • get-acoes: 获取基本的股票信息。
  • 使用 Zod 进行输入验证。
  • 使用 fetch 与 Investidor10 API 集成(基础设施层)。

适用场景

  • 股票市场数据分析
  • 金融数据集成
  • 投资决策支持

工具列表

  • get-acoes: 用于获取股票的基本信息。

常见问题解答

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

使用教程

使用依赖

无明确前置依赖说明。

安装教程

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

调试方式

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

许可证

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