Bitrix24 MCP server

Discover Bitrix24 REST API methods, parameters, and examples via MCP server.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rustams/inbound --skill bitrix24-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bitrix24 MCP server
Source: https://github.com/rustams/inbound/tree/main/.cursor/skills/Bitrix24%20MCP%20server
Command: npx skills add https://github.com/rustams/inbound --skill bitrix24-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you find and understand Bitrix24 REST API methods, their parameters, and provides examples, streamlining your integration efforts.

Core Features & Use Cases

  • API Method Discovery: Quickly find specific Bitrix24 REST API methods.
  • Parameter & Example Lookup: Get detailed information on required parameters and see practical usage examples.
  • Connection Assistance: Guides users on how to connect to the MCP server if it's unavailable.
  • Use Case: When developing a new integration with Bitrix24, use this Skill to look up the crm.deal.add method, understand its fields, and get an example of how to structure the request payload.

Quick Start

Use the Bitrix24 MCP server to find the parameters for the crm.contact.list method.

Frequently Asked Questions about Bitrix24 MCP server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Bitrix24 REST API methods and parameters for integration development?

You find Bitrix24 REST API methods and parameters by using an MCP server for method discovery, parameter validation, and example retrieval. It provides direct lookup for API functionalities to streamline integration efforts.

What is the best way to look up Bitrix24 REST API examples for a specific method like crm.contact.list?

The best way to look up Bitrix24 REST API examples is querying the MCP server with the method name. It returns detailed information on required parameters and practical usage examples for structuring request payloads.

Do I need a specific environment setup to access Bitrix24 REST API documentation via an MCP server?

You need a connection to the Bitrix24 MCP server to access the REST API documentation. If the server connection is unavailable, the Skill provides setup guidance to help you establish the required environment.

Can I validate required fields before sending a crm.deal.add request to the Bitrix24 REST API?

Yes, you can validate required fields for a crm.deal.add request to the Bitrix24 REST API. The MCP server provides parameter validation and detailed field information to ensure your request payload is structured correctly.

Why is my Bitrix24 REST API integration failing due to missing parameters?

Bitrix24 REST API integration failures from missing parameters occur when request payloads lack required fields. Use the MCP server to retrieve exact parameter specifications and usage examples to validate your payload structure before sending requests.