mcp-planner-premium
by opsora-labs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port the container listens on. | 3000 |
| AUTH_MODE | No | Either 'validate' (default) or 'insecure-passthrough'. If insecure-passthrough, no token validation and TENANT_ID is not required. | validate |
| LOG_LEVEL | No | Pino log level. | info |
| TENANT_ID | No | Entra tenant GUID. Required when AUTH_MODE is validate (default). | |
| ALLOWED_HOSTS | No | Extra host(s) to allow (e.g., custom domain). Comma-separated. | |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed Origin headers. | |
| ENTRA_CLIENT_ID | No | Client ID of the Entra app registration. When set, the server rejects tokens not issued to this app. | |
| JSON_BODY_LIMIT | No | Max request body. | 2mb |
| DATAVERSE_ORG_URL | No | Required. Dataverse organization URL, e.g., https://contoso.crm.dynamics.com | |
| RATE_LIMIT_PER_MIN | No | Per-IP requests/min on /mcp. | 120 |
| REQUEST_TIMEOUT_MS | No | Outbound Dataverse call timeout. | 30000 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/opsora-labs/mcp-planner-premium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server