Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | Auth mode: env or gateway. In gateway mode, credentials are passed per-request via headers. | env |
| MCP_HTTP_HOST | No | HTTP server bind address | 0.0.0.0 |
| MCP_HTTP_PORT | No | HTTP server port | 8080 |
| MCP_TRANSPORT | No | Transport type: stdio or http | stdio |
| XERO_TENANT_ID | No | Xero tenant ID (organisation). Required when AUTH_MODE is 'env'. | |
| XERO_ACCESS_TOKEN | No | Xero OAuth2 access token. Required when AUTH_MODE is 'env'. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| xero_navigate | Navigate to a specific domain in Xero. Call this first to select which area you want to work with. After navigation, domain-specific tools will be available. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |