sugar-crm-mcp-server-by-cdata

sugar-crm-mcp-server-by-cdata

3.2

If you are the rightful owner of sugar-crm-mcp-server-by-cdata 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.

CData's Model Context Protocol (MCP) Server for Sugar CRM is a read-only server designed to allow LLMs to query live data from Sugar CRM using natural language.

The CData MCP Server for Sugar CRM is a specialized server that facilitates the interaction between large language models (LLMs) and Sugar CRM data. By leveraging the CData JDBC Driver for Sugar CRM, this server exposes Sugar CRM data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Sugar CRM. The server is read-only, meaning it allows data retrieval but not modification. For full CRUD capabilities, users are encouraged to explore the full version of the CData MCP Server for Sugar CRM.

Features

  • Read-Only Access: Allows LLMs to query live Sugar CRM data without modifying it.
  • Natural Language Queries: Enables users to retrieve data using natural language, eliminating the need for SQL.
  • Integration with Claude Desktop: Designed to work seamlessly with Claude Desktop for easy data access.
  • JDBC Driver Support: Utilizes the CData JDBC Driver for Sugar CRM to expose data as relational SQL models.
  • Simplified Setup: Provides a straightforward setup process for connecting to Sugar CRM data.

Tools

  1. get_tables

    Retrieves a list of tables available in the data source.

  2. get_columns

    Retrieves a list of columns for a specified table.

  3. run_query

    Executes a SQL SELECT query on the data source.