Bitrix24 icon

Bitrix24

Enables natural language interaction with the Bitrix24 REST API for streamlined CRM data management.

소개

This Model Context Protocol (MCP) server, currently in development and recommended for use within a local private network, provides a powerful interface for interacting with the Bitrix24 REST API. Leveraging the `fast-bitrix24` library, it empowers users to query and manage Bitrix24 CRM entities, such as deals and custom fields, using natural, human-readable language. It intelligently handles complex field types, translating user questions like 'how much are deals where delivery floor is basement?' into precise API requests, simplifying data access and analysis and facilitating integration with AI agents.

주요 기능

  • Supports natural language queries for Bitrix24 data
  • Manages Bitrix24 deals (сделки) and custom fields (пользовательские поля)
  • Offers integration capabilities with LangChain for AI agent development
  • 0 GitHub stars
  • Interprets human-readable field names, including for list-type fields
  • Provides a testing UI via `npx @modelcontextprotocol/inspector`

사용 사례

  • Querying Bitrix24 CRM data using conversational language (e.g., 'What is the sum of deals where the delivery floor is in the basement?')
  • Identifying Bitrix24 field names from their internal IDs via natural language prompts
  • Developing AI agents that can interact with and retrieve information from Bitrix24 through a natural language interface