원클릭으로
mcp-data-gateway
统一查询股票、加密货币等金融数据。支持Yahoo Finance、Alpha Vantage、Tushare、Binance等多个数据源。当用户需要市场数据、行情、财务数据时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
统一查询股票、加密货币等金融数据。支持Yahoo Finance、Alpha Vantage、Tushare、Binance等多个数据源。当用户需要市场数据、行情、财务数据时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automated API testing assistant for REST and GraphQL endpoints
Backend development expert specializing in API design, microservices, database architecture, and system performance. Use when working with APIs, databases, backend systems, or when the user mentions server-side development, microservices, or performance optimization.
Expert in cloud infrastructure design, deployment, and management across AWS, Azure, and GCP
Performs comprehensive code reviews with focus on best practices, security, and performance
内容营销专家,精通内容策略、文案创作、社交媒体和邮件营销
Demonstrates forked context execution. This skill runs in an isolated sub-agent context with its own conversation history and tool access.
| name | mcp-data-gateway |
| description | 统一查询股票、加密货币等金融数据。支持Yahoo Finance、Alpha Vantage、Tushare、Binance等多个数据源。当用户需要市场数据、行情、财务数据时使用。 |
| version | 1.0.0 |
| author | InvestIntel AI Team |
| tags | ["market-data","data-gateway","financial-data","crypto-data","api-integration"] |
统一访问多个金融数据源,提供一致的查询接口。
| 数据源 | 类型 | 覆盖范围 |
|---|---|---|
| Yahoo Finance | 股票、ETF、指数 | 全球市场 |
| Alpha Vantage | 股票、外汇、加密货币 | 美股为主 |
| Tushare | A股、港股、中概股 | 中国市场 |
| Binance | 加密货币 | 主要币种 |
优先使用默认数据源,自动失败转移:
// 获取报价
let quote = gateway.get_quote("AAPL").await?;
// 获取财务数据
let fundamental = gateway.get_fundamental("AAPL").await?;
// 获取历史K线
let history = gateway.get_history("AAPL", Period::Daily, 1).await?;