Bitrix24_MCP_Server

Bitrix24_MCP_Server

3.4

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

  1. getLeads

    Get a list of potential customers

  2. getLead

    Get specific lead information

  3. createLead

    Create new leads

  4. updateLead

    Update existing prospects

  5. getDeals

    Get a transaction list

  6. getDeal

    Get specific transaction information

  7. createDeal

    Create a new transaction

  8. updateDeal

    Update existing transactions

  9. getContacts

    Get a contact list

  10. getContact

    Get specific contact information

  11. getActivities

    Get the activity list

  12. getActivity

    Get specific activity information

  13. createActivity

    Create a new event

  14. updateActivity

    Update existing activities

  15. getUsers

    Get the user list

  16. getUser

    Get specific user information

  17. getTasks

    Get a task list

  18. getCallStatistics

    Get call statistics

  19. getFile

    Get file information

  20. addTimelineComment

    Add a timeline comment

  21. getCrmSummary

    Get CRM summary information

  22. checkApiConnection

    Check API connections