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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/EricVanin/bitrix24-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server