Server Details
MCP server that delivers up-to-date Bitrix24 REST API documentation.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsbitrix-article-detailsTry in Inspector
Description: Returns full text for a non-method documentation article. Use after resolving an article via 'bitrix-search'. Parameters:
title_or_hint (required): Title or unique hint to locate the article (e.g., first line from search).
top_k (optional): How many candidates to aggregate (default: 5). Response format: Returns structured article content with metadata:
Title and description
Full text content
URL and other metadata if available
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| title_or_hint | Yes |
bitrix-event-detailsTry in Inspector
Description: Returns event documentation details similarly to articles. Use after resolving an event via 'bitrix-search'. Parameters:
title_or_hint (required): Title or unique hint to locate the event doc.
top_k (optional): How many candidates to aggregate (default: 5).
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| title_or_hint | Yes |
bitrix-method-detailsTry in Inspector
Description: Returns details of a Bitrix24 REST method. Use after resolving a method via 'bitrix-search'. Parameters:
method (required): exact REST method name (e.g., 'crm.deal.add').
field (optional): all|name|description|params|example|errors|returns|url (default: all). Response format:
field=name → only the method name.
field=description → only the description (no headings).
field=params → list of parameters, one per line.
field=example → first available example (raw text/code).
field=errors → extracted errors table/paragraphs (heuristic).
field=returns → extracted returns section (heuristic).
field=url → only the URL.
field=all → Method/Title/Description/URL/Params/Example in a compact order. Error handling / ambiguity:
If the method is not found: 'Method '' not found.'
If a field is missing (e.g., no examples), an empty string is returned for that field.
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | all | |
| filter | No | ||
| method | Yes |
bitrix-searchTry in Inspector
Description: Searches for Bitrix24 methods and articles based on a natural language query. Returns a list of methods and articles with short descriptions.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| suggestions | No | ||
| max_suggestions | No |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server