← Back to Skills Marketplace
infoway-api

Infoway Financial API — Real-Time Quotes, Klines & Analysis

by Infoway API · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install infoway-financial-data
Description
Real-time financial market data MCP server — stocks, crypto, forex quotes, klines, sector analysis and fundamentals
README (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 forex
  • get_market_depth — Get order book / bid-ask depth for given symbols
  • get_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, SG
  • get_market_breadth — Advance/decline statistics for a market
  • get_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 data
  • get_concept_list — Thematic/concept sectors (AI, EV, Metaverse, etc.)
  • get_plate_members — All stocks within a specific sector/plate
  • get_plate_heatmap — Sector heatmap data for market visualization

Stock Fundamentals

  • get_company_overview — Company profile, description, CEO, headquarters, key metrics
  • get_stock_valuation — Valuation ratios: P/E, P/B, EV/EBITDA, dividend yield, market cap
  • get_stock_ratings — Analyst consensus: buy/sell/hold counts, target price
  • get_stock_panorama — Comprehensive stock summary with key financial data
  • get_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?"
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install infoway-financial-data
  3. After installation, invoke the skill by name or use /infoway-financial-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug infoway-financial-data
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Infoway Financial API — Real-Time Quotes, Klines & Analysis?

Real-time financial market data MCP server — stocks, crypto, forex quotes, klines, sector analysis and fundamentals. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install Infoway Financial API — Real-Time Quotes, Klines & Analysis?

Run "/install infoway-financial-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Infoway Financial API — Real-Time Quotes, Klines & Analysis free?

Yes, Infoway Financial API — Real-Time Quotes, Klines & Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Infoway Financial API — Real-Time Quotes, Klines & Analysis support?

Infoway Financial API — Real-Time Quotes, Klines & Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Infoway Financial API — Real-Time Quotes, Klines & Analysis?

It is built and maintained by Infoway API (@infoway-api); the current version is v0.1.2.

💬 Comments