Infoway MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFOWAY_API_KEY | Yes | Your Infoway API key. Get one at https://infoway.io |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_realtime_tradeA | Get real-time trade data for stocks, crypto, or forex. Returns latest price, volume, change, and timestamp for each symbol. Example codes: 'AAPL.US', 'BTCUSDT', '700.HK', 'USDJPY'. |
| get_market_depthA | Get real-time order book / market depth (bid/ask levels) for given symbols. Returns arrays of bid and ask prices with their quantities. |
| get_klineA | Get candlestick / K-line (OHLCV) data for given symbols. Supports multiple intervals: 1m, 5m, 15m, 30m, 1h, 2h, 4h, daily, weekly, monthly, quarterly, yearly. |
| get_market_temperatureB | Get market temperature / sentiment overview for specified markets. Shows overall market heat, advance-decline ratios, and sentiment indicators. Useful for gauging whether the market is bullish or bearish. |
| get_market_breadthB | Get market breadth data showing advance/decline statistics. Includes number of advancing, declining, and unchanged stocks. |
| get_global_indexesA | Get real-time data for major global stock market indexes. Includes Dow Jones, S&P 500, Nasdaq, Hang Seng, SSE Composite, Nikkei, etc. |
| get_leading_industriesA | Get top-performing industry sectors for a market, ranked by performance. Useful for identifying sector rotation and market leaders. |
| get_industry_listA | Get the full list of industry sectors for a market with their performance data. Includes change percentage, member count, and leader stocks. |
| get_concept_listA | Get the list of concept/thematic sectors for a market. Concepts are thematic groupings like 'AI', 'EV', 'Metaverse', etc. |
| get_plate_membersA | Get all stock members of a specific industry or concept plate/sector. Returns individual stocks with their price and change data. |
| get_plate_heatmapB | Get sector heatmap data for a market showing plate/sector performance. Useful for visualizing which sectors are hot or cold. |
| get_company_overviewA | Get company profile and overview including business description, CEO, employee count, founding date, headquarters, and key metrics. |
| get_stock_valuationA | Get stock valuation metrics including P/E ratio, P/B ratio, market cap, EV/EBITDA, dividend yield, and other fundamental ratios. |
| get_stock_ratingsA | Get analyst ratings and consensus for a stock. Includes buy/sell/hold counts, target price, and rating distribution. |
| get_stock_panoramaC | Get a panoramic summary of a stock including key financial data, performance metrics, and comprehensive stock overview. |
| get_stock_driversB | Get the key price drivers and catalysts for a stock. Shows factors that are influencing the stock price movement. |
| search_symbolsA | Search and list available trading symbols. Returns symbols with their names, market, and type information. Optionally filter by market. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 17 tools
Each tool targets a distinct data category (e.g., company overview, market breadth, kline data) with no overlapping purposes. An agent can reliably select the correct tool based on the task.
The vast majority of tools follow a consistent 'get_<noun>' pattern (e.g., get_kline, get_industry_list). One tool, 'search_symbols', deviates by using 'search' instead of 'get', but this is a minor inconsistency and still clear.
With 17 tools, the server covers a comprehensive range of financial data endpoints without being overwhelming. The count is slightly high but justified by the breadth of data (market, company, sectors, real-time).
The tool set covers many important areas: real-time data, sector analysis, company overview, and valuation. However, it lacks fundamental financial statements (income, balance sheet), news, or earnings data, which are common in financial servers.