Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | The host to bind to when running in HTTP mode. | 0.0.0.0 |
| MCP_PORT | No | The port to bind to when running in HTTP mode. | 8000 |
| CLIENT_ID | Yes | Your Consumer Key (CLIENT_ID) from Trimble API Cloud. | |
| PORTFOLIO_ID | Yes | Either an integer AccountID (e.g., 1, 2, 3) or a Portfolio GUID in UUID format. | |
| CLIENT_SECRET | Yes | Your Consumer Secret (CLIENT_SECRET) from Trimble API Cloud. | |
| APPLICATION_NAME | Yes | Your Application Name from Trimble API Cloud. | |
| PROJECTSIGHT_SCOPE | No | The API subscription region scope (e.g., ProjectSight_-_US1, ProjectSight_-_EU1, or ProjectSight_-_US2). | ProjectSight_-_US1 |
| PROJECTSIGHT_API_URL | No | The base URL for the ProjectSight API. | https://cloud.api.trimble.com/projectsight/us1/1.0 |
Capabilities
Server capabilities have not been inspected yet.
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 | |