Priority REST API MCP Server
by priority-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_HOST | No | Bind address | 0.0.0.0 |
| HTTP_PORT | No | Listen port | 3000 |
| LOG_LEVEL | No | DEBUG logs every request and response | INFO |
| MCP_DEBUG | No | Print full OData URLs, params, result counts | false |
| SSE_ENABLED | No | Enable /sse endpoint | false |
| PRIORITY_PAT | No | Personal Access Token when PRIORITY_AUTH_TYPE=pat (sent as Basic token:PAT), or OAuth2 bearer when PRIORITY_AUTH_TYPE=oauth2 | |
| ENV_FILE_PATH | No | Override path to .env file (useful for submodule deployments) | |
| ODATA_MCP_TOKEN | No | Bearer token protecting /mcp. Random UUID generated at startup if not set. | |
| PRIORITY_APP_ID | No | Application license ID — sent as X-App-Id header | |
| MCP_PROC_TIMEOUT | No | Timeout for batch operations (ms) | 45000 |
| PRIORITY_APP_KEY | No | Application license key — sent as X-App-Key header | |
| MCP_WRITE_TIMEOUT | No | Timeout for POST/PATCH/DELETE operations (ms) | 15000 |
| PRIORITY_BASE_URL | Yes | OData root URL — format: https://<host>/odata/Priority/<tabula.ini>/<company>/ | |
| PRIORITY_LANGUAGE | No | Overrides Accept-Language header (e.g. en) | |
| PRIORITY_PASSWORD | No | Password — required when PRIORITY_AUTH_TYPE=basic | |
| PRIORITY_USERNAME | No | Username — required when PRIORITY_AUTH_TYPE=basic | |
| PRIORITY_AUTH_TYPE | Yes | Priority auth type: basic | pat | oauth2 | none | |
| PRIORITY_ENABLE_TRACE | No | Adds X-App-Trace: 1 to every Priority request | false |
| STRICT_DATA_INTEGRITY | No | Throws on empty/mock API responses — disable only for testing | true |
| TLS_REJECT_UNAUTHORIZED | No | Set true in production to reject self-signed certs | false |
| PRIORITY_HTTP_TIMEOUT_MS | No | Read timeout for Priority API calls (ms) | 30000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessUnresponsive