← 返回 Skills 市场
Infoway Financial API — Real-Time Quotes, Klines & Analysis
作者
Infoway API
· GitHub ↗
· v0.1.2
· MIT-0
114
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install infoway-financial-data
功能描述
Real-time financial market data MCP server — stocks, crypto, forex quotes, klines, sector analysis and fundamentals
使用说明 (SKILL.md)
Infoway Market Data — 20,000+ Stocks, Crypto & Forex
Real-time financial market data for Claude. Stream live quotes, candlestick/kline charts, market depth, sector heatmaps, and company fundamentals across 20,000+ instruments — US, HK, CN, SG stocks, crypto, and forex.
Install
pip install infoway-mcp-server
Required Environment Variables
INFOWAY_API_KEY— Your Infoway API key. Get a free key at infoway.io (7-day free trial with full access).
Configuration
{
"mcpServers": {
"infoway": {
"command": "uvx",
"args": ["infoway-mcp-server"],
"env": {
"INFOWAY_API_KEY": "YOUR_API_KEY"
}
}
}
}
Tools
Real-Time Market Data
get_realtime_trade— Get real-time trade data (price, volume, change) for stocks, crypto, or forexget_market_depth— Get order book / bid-ask depth for given symbolsget_kline— Get candlestick / K-line (OHLCV) data with multiple intervals (1m to yearly)
Market Overview
get_market_temperature— Market sentiment and heat indicators for HK, US, CN, SGget_market_breadth— Advance/decline statistics for a marketget_global_indexes— Real-time data for major global indexes (Dow, S&P, Nasdaq, HSI, etc.)get_leading_industries— Top-performing industry sectors ranked by performance
Sector / Plate Analysis
get_industry_list— Full list of industry sectors with performance dataget_concept_list— Thematic/concept sectors (AI, EV, Metaverse, etc.)get_plate_members— All stocks within a specific sector/plateget_plate_heatmap— Sector heatmap data for market visualization
Stock Fundamentals
get_company_overview— Company profile, description, CEO, headquarters, key metricsget_stock_valuation— Valuation ratios: P/E, P/B, EV/EBITDA, dividend yield, market capget_stock_ratings— Analyst consensus: buy/sell/hold counts, target priceget_stock_panorama— Comprehensive stock summary with key financial dataget_stock_drivers— Key price drivers and catalysts affecting the stock
Utilities
search_symbols— Search and list available trading symbols, optionally filtered by market
Example Prompts
- "What's the current price of Apple and Tesla?"
- "Show me the daily K-line for Bitcoin over the last 30 days"
- "How is the US market doing today? Which sectors are leading?"
- "Give me a full analysis of Tencent including valuation and analyst ratings"
- "Compare the valuation of NVIDIA vs AMD"
- "What are the top concept sectors in the HK market right now?"
安全使用建议
This skill appears to do what it claims: an MCP server that queries Infoway's API and only needs an INFOWAY_API_KEY. Before installing, verify the package and its dependencies (infoway-sdk, mcp) on PyPI or the referenced GitHub repository to ensure the publisher is legitimate. Treat INFOWAY_API_KEY as a sensitive secret (don't paste it into public places). If you have concerns, run the package in an isolated environment (virtualenv or container) and inspect the infoway-sdk code (or the network calls it makes) to confirm endpoints and behavior.
功能分析
Type: OpenClaw Skill
Name: infoway-financial-data
Version: 0.1.2
The skill bundle implements a standard MCP server for accessing financial market data (stocks, crypto, forex) via the Infoway API. The core logic in `src/infoway_mcp_server/server.py` acts as a clean wrapper for the `infoway-sdk` dependency, mapping 17 specific financial tools to SDK methods. No suspicious behaviors such as unauthorized file access, shell execution, or prompt injection were found in the code or the `SKILL.md` instructions.
能力标签
能力评估
Purpose & Capability
The name, description, declared tools, and included Python package (pyproject, server code) all describe a financial-market MCP server and are consistent with each other. Minor inconsistency: registry metadata said 'instruction-only / no install spec', but the bundle includes package files and SKILL.md contains an install instruction (pip). This looks like a packaging/metadata mismatch rather than malicious behavior.
Instruction Scope
SKILL.md instructs only to install the package and provide INFOWAY_API_KEY; the server code reads only that environment variable and defines MCP tools. The instructions do not request reading unrelated system files, other env vars, or sending data to unexpected endpoints (network calls will go to the Infoway API via the infoway-sdk dependency, which is expected).
Install Mechanism
There is no high-risk custom installer: installation is via pip (package has pyproject.toml and console script). No downloads from untrusted URLs or archive extraction are present. Note: because the registry declared 'no install spec' but the package contains code and SKILL.md suggests pip, you should confirm the package's PyPI/GitHub sources before installing.
Credentials
Only one required secret (INFOWAY_API_KEY) is declared and used by the code. That is proportionate for a third‑party API client. No other credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs as an MCP server and can be invoked by agents (disable-model-invocation is false, which is normal).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install infoway-financial-data - 安装完成后,直接呼叫该 Skill 的名称或使用
/infoway-financial-data触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Added .gitignore file to the project.
- Updated SKILL.md to add structured frontmatter for name, description, install command, and environment variable details.
- No changes to code functionality.
v0.1.1
- Added installation instructions using pip and updated environment variable setup.
- Provided a sample configuration section for integrating with MCP servers.
- No changes to features or tools; usage examples and endpoints remain the same.
- Removed `.gitignore` file.
v0.1.0
Initial release providing real-time and comprehensive global financial market data for 20,000+ instruments.
- Stream live stock, crypto, and forex quotes, charts, and market depth.
- Access sector heatmaps, market sentiment, and industry/plate analysis tools.
- Retrieve company fundamentals, valuations, and analyst stock ratings.
- Tools to search symbols and view global index performance.
- Designed for easy setup with free API trial via infoway.io.
元数据
常见问题
Infoway Financial API — Real-Time Quotes, Klines & Analysis 是什么?
Real-time financial market data MCP server — stocks, crypto, forex quotes, klines, sector analysis and fundamentals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Infoway Financial API — Real-Time Quotes, Klines & Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install infoway-financial-data」即可一键安装,无需额外配置。
Infoway Financial API — Real-Time Quotes, Klines & Analysis 是免费的吗?
是的,Infoway Financial API — Real-Time Quotes, Klines & Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Infoway Financial API — Real-Time Quotes, Klines & Analysis 支持哪些平台?
Infoway Financial API — Real-Time Quotes, Klines & Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Infoway Financial API — Real-Time Quotes, Klines & Analysis?
由 Infoway API(@infoway-api)开发并维护,当前版本 v0.1.2。
推荐 Skills