Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Optional override for where the MCP server listens (default 0.0.0.0). | |
| PORT | No | Optional override for where the MCP server listens (default 9031). | |
| DEBUG | No | Toggle verbose logging (true/false). | |
| OXII_PHONE | Yes | Login phone number used to obtain access tokens. | |
| OXII_COUNTRY | Yes | Login country used to obtain access tokens. | |
| OXII_BASE_URL | No | Root URL for the OXII API (staging provided by default). | |
| OXII_PASSWORD | Yes | Login password used to obtain access tokens. |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |