🦀 ClawHub
Infoway Financial API — Real-Time Quotes, Klines & Analysis
by @infoway-api
Real-time financial market data MCP server — stocks, crypto, forex quotes, klines, sector analysis and fundamentals
TERMINAL
clawhub install infoway-financial-data📖 About This Skill
name: infoway-financial-data description: Real-time financial market data MCP server — stocks, crypto, forex quotes, klines, sector analysis and fundamentals install: pip install infoway-mcp-server env: INFOWAY_API_KEY: description: Infoway API key for authenticating requests required: true
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 performanceSector / 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 visualizationStock 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 stockUtilities
search_symbols — Search and list available trading symbols, optionally filtered by marketExample Prompts
⚙️ Configuration
{
"mcpServers": {
"infoway": {
"command": "uvx",
"args": ["infoway-mcp-server"],
"env": {
"INFOWAY_API_KEY": "YOUR_API_KEY"
}
}
}
}