Connect to an i3X server
connectConnect to an i3X instance by providing a base URL. Validates the connection and is required before using any data tools.
Instructions
Point the MCP server at an i3X instance. Required before any data tool will work (unless I3X_BASE_URL was set in the env). Validates by calling /info on the target. Switching connections at any time is fine — call this again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Required when authScheme is "bearer" or "apikey". | |
| baseUrl | Yes | Versioned base URL, e.g. https://api.i3x.dev/v1 | |
| authScheme | No | Default "none". | |
| apiKeyHeader | No | Header name for apikey auth (default "X-API-Key"). |