Bitrix24_MCP_Server
If you are the rightful owner of Bitrix24_MCP_Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Bitrix24 MCP Server is a server application providing a REST API for interacting with Bitrix24 CRM using the Model-Controller-Presenter architectural pattern.
Bitrix24 MCP Server is designed to facilitate interaction with Bitrix24 CRM by providing a structured REST API. It employs the Model-Controller-Presenter (MCP) pattern to ensure a clear separation of concerns, making the codebase more maintainable and scalable. The server allows full access to core CRM entities such as deals, leads, contacts, and tasks, and formats data for easy client-side consumption. It also includes features like request and response logging, error handling, and CORS support for frontend application interaction. The server requires Node.js and npm for setup and needs access to Bitrix24 with a configured webhook.
Features
- Full access to core Bitrix24 CRM entities (deals, leads, contacts, tasks, etc.)
- Data formatting for easy client-side use
- Request and response logging
- Error and exception handling
- CORS support for frontend application interaction
Tools
getLeads
Get a list of potential customers
getLead
Get specific lead information
createLead
Create new leads
updateLead
Update existing prospects
getDeals
Get a transaction list
getDeal
Get specific transaction information
createDeal
Create a new transaction
updateDeal
Update existing transactions
getContacts
Get a contact list
getContact
Get specific contact information
getActivities
Get the activity list
getActivity
Get specific activity information
createActivity
Create a new event
updateActivity
Update existing activities
getUsers
Get the user list
getUser
Get specific user information
getTasks
Get a task list
getCallStatistics
Get call statistics
getFile
Get file information
addTimelineComment
Add a timeline comment
getCrmSummary
Get CRM summary information
checkApiConnection
Check API connections