Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3099 |
| DEBUG | No | Enable debug logging | false |
| NODE_ENV | No | Node environment configuration | |
| DATAI_LIMIT | No | API response limit (1-100) | 10 |
| DATAI_API_KEY | Yes | Your Datai API key | |
| MCP_DISABLE_PINGS | No | Option to disable MCP pings | |
| DATAI_DEBUG_TRUNCATE | No | Enable data truncation for debugging | false |
| DATAI_RESPONSE_TIMEOUT | No | Response timeout in ms | 90000 |
| DATAI_CONNECTION_TIMEOUT | No | Connection timeout in ms | 130000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_defi_positions | Get comprehensive DeFi positions for a wallet across ALL supported blockchain networks and protocols. Provides complete portfolio overview including lending, liquidity pools, yield farming, staking, and other DeFi activities across 10+ chains and 15+ protocols. |
| get_defi_by_chain | Get DeFi positions for a wallet on a specific blockchain network. Provides detailed information about lending, liquidity pools, yield farming, and other DeFi activities on the specified chain. |
| get_defi_multi_chains | Get DeFi positions for a wallet across multiple specified blockchain networks. Allows targeted multi-chain analysis by selecting specific chains of interest for comparison and portfolio analysis. |
| get_defi_by_protocol | Get DeFi positions for a wallet filtered by a specific protocol across all chains. Provides detailed analysis of exposure to a particular DeFi protocol for risk assessment and yield optimization. |
| get_defi_balances_by_chain | Get DeFi protocol balances for a wallet on a specific blockchain network. Provides aggregated balance information grouped by protocol for diversification analysis and risk assessment. |
| get_overall_balance_all_c | Get overall balance for a wallet across ALL supported blockchain networks in multiple currencies. Provides complete portfolio valuation including USD, EUR, AUD, and other major currencies for comprehensive wealth tracking. |
| get_overall_balance_by_chain | Get comprehensive overall balance for a wallet on a specific blockchain network in multiple currencies (USD, EUR, AUD, GBP, JPY, CAD, CHF). Provides aggregated portfolio valuation across all assets held on the specified chain. |
| get_wallet_balances_by_chain | Get token balances for a wallet on a specific blockchain network. Provides detailed information about all token holdings including amounts, USD values, and token metadata for portfolio analysis. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |