Bitrix24 MCP
UpBitrix24 ships two official MCPs. The dev server (mcp-dev.bitrix24.com/mcp) serves structured REST API documentation over Streamable HTTP, free and without authentication — returning method descriptions, parameters and valid values so assistants stop inventing methods that don't exist. The portal MCP is a toggle in portal settings ("MCP Servers") that gives AI permission-scoped access to CRM deals and tasks; Drive, company structure, calendar and messenger access are planned.
Why this server
- The dev MCP needs no key or payment — assistants stop inventing REST methods that don't exist
- The portal MCP flips on with one toggle in settings — permission-based, not password-based
- The agent finds pipeline deals and won/lost totals just by being asked in plain language
- Tasks: creation, status changes, assignees and deadlines — no manual CRM data entry
Usage examples
Prompt: Find the REST API method for creating a lead and generate PHP code for it
Result: The dev MCP found the method's signature in the docs, and the agent generated a correct call with no invented parameters.
Prompt: Show this week's deals in the sales pipeline and create tasks for the stalled ones
Result: The portal MCP returned deals grouped by stage, and the agent created tasks with assignees for the deals that hadn't moved.
Health
120 reports in the last 30 days · Last report: 8 Sept 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-08-10 | 4 | 0 | 0 |
| 2026-08-11 | 4 | 0 | 0 |
| 2026-08-12 | 4 | 0 | 0 |
| 2026-08-13 | 4 | 0 | 0 |
| 2026-08-14 | 4 | 0 | 0 |
| 2026-08-15 | 4 | 0 | 0 |
| 2026-08-16 | 4 | 0 | 0 |
| 2026-08-17 | 4 | 0 | 0 |
| 2026-08-18 | 4 | 0 | 0 |
| 2026-08-19 | 4 | 0 | 0 |
| 2026-08-20 | 4 | 0 | 0 |
| 2026-08-21 | 4 | 0 | 0 |
| 2026-08-22 | 4 | 0 | 0 |
| 2026-08-23 | 4 | 0 | 0 |
| 2026-08-24 | 4 | 0 | 0 |
| 2026-08-25 | 4 | 0 | 0 |
| 2026-08-26 | 4 | 0 | 0 |
| 2026-08-27 | 4 | 0 | 0 |
| 2026-08-28 | 4 | 0 | 0 |
| 2026-08-29 | 4 | 0 | 0 |
| 2026-08-30 | 4 | 0 | 0 |
| 2026-08-31 | 4 | 0 | 0 |
| 2026-09-01 | 4 | 0 | 0 |
| 2026-09-02 | 4 | 0 | 0 |
| 2026-09-03 | 4 | 0 | 0 |
| 2026-09-04 | 4 | 0 | 0 |
| 2026-09-05 | 4 | 0 | 0 |
| 2026-09-06 | 4 | 0 | 0 |
| 2026-09-07 | 4 | 0 | 0 |
| 2026-09-08 | 1 | 0 | 0 |
Server tools · 5
Collected by auto-check from tools/list — the real list, not the description.
bitrix-app-development-doc-detailsFetch Bitrix24 app development documentation by exact title (use `bitrix-search` with doc_type app_development_docs). Returns plain text labeled fields (Title, URL, Module, Category, Description, Content) without Markdown.
bitrix-article-detailsFetch a non-method Bitrix24 documentation article by exact title (use `bitrix-search` with doc_type other). Returns Markdown with title, metadata (URL/module/category), description, and content.
bitrix-event-detailsFetch Bitrix24 event documentation by exact event name (use `bitrix-search` with doc_type event). Returns Markdown with title, metadata (URL/module/category), description, and content.
bitrix-method-detailsGet details for a Bitrix24 REST method by exact name (use `bitrix-search` first). Returns plain text with labeled sections including parameters, returns, errors, and examples. Optional `field` limits output; `filter` narrows params by entity or examples by language.
bitrix-searchSearch Bitrix24 REST docs by natural-language query and return a short plain-text list of matches (method/event/article/app doc) with name, type, and brief description. Use the exact name/title from results when calling details tools. Optional filters: `limit` and `doc_type` (method|event|other|app_development_docs).
Reviews
No reviews yet.