Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IDX_MCP_DEBUG | No | Enable debug mode for detailed logging (not recommended for MCP mode) | false |
| IDX_MCP_LOG_LEVEL | No | Log level setting. Set to 'error' for clean JSON-RPC communication in MCP mode | error |
| IDX_MCP_CACHE_TYPE | No | Cache type: 'memory' or 'redis' | memory |
| IDX_MCP_SERVER_NAME | No | Server name for the IDX MCP Server | IDX MCP Server |
| IDX_MCP_WEB_TIMEOUT | No | Timeout in milliseconds for web scraping data source | 15000 |
| IDX_MCP_YAHOO_TIMEOUT | No | Timeout in milliseconds for Yahoo Finance data source | 10000 |
| IDX_MCP_CACHE_TTL_HISTORICAL | No | Cache TTL in seconds for historical data (24 hours) | 86400 |
| IDX_MCP_CACHE_TTL_STOCK_INFO | No | Cache TTL in seconds for stock info data | 300 |
| IDX_MCP_CACHE_TTL_MARKET_OVERVIEW | No | Cache TTL in seconds for market overview data | 60 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |