bitrix24-mcp-server
by EricVanin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_URL | Yes | Public server URL; HTTPS except localhost | |
| DATABASE_SSL | No | Require a verified TLS PostgreSQL connection | false |
| DATABASE_URL | Yes | PostgreSQL connection string | |
| MCP_AUTH_TOKEN | Yes | Static bearer token, minimum 32 characters | |
| BITRIX_CLIENT_ID | Yes | Deployment-owned Bitrix24 OAuth app ID | |
| BITRIX_MAX_PAGES | No | Pagination safety cap per tool call | 20 |
| BITRIX_REDIRECT_URI | No | Exact OAuth callback URL | |
| BITRIX_CLIENT_SECRET | Yes | Deployment-owned Bitrix24 OAuth app secret | |
| TOKEN_ENCRYPTION_KEY | Yes | Stable 32-byte base64 or 64-character hex key | |
| MCP_OAUTH_LOGIN_TOKEN | No | Credential entered on the OAuth approval page | |
| BITRIX_MCP_ADMIN_TOOLS | No | Stored policy flag; no admin tools are exposed yet | false |
| BITRIX_MCP_DEFAULT_MODE | No | Mode assigned during OAuth unless overridden | read_only |
| SCHEMA_CACHE_TTL_SECONDS | No | Metadata cache lifetime | 900 |
| PENDING_OPERATION_TTL_SECONDS | No | Confirmation window | 600 |
| MCP_OAUTH_ACCESS_TOKEN_TTL_SECONDS | No | MCP OAuth access-token lifetime | 3600 |
| MCP_OAUTH_REFRESH_TOKEN_TTL_SECONDS | No | MCP OAuth refresh-token lifetime | 2592000 |
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
ActivitySlowing
ResponsivenessNo issues