salesloft-mcp-server-by-cdata

salesloft-mcp-server-by-cdata

3.2

If you are the rightful owner of salesloft-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 Salesloft is a read-only server designed to allow LLMs to query live Salesloft data using natural language.

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

Features

  • Enables LLMs to query Salesloft data using natural language.
  • Utilizes CData JDBC Driver to expose Salesloft data as SQL models.
  • Provides a simple MCP interface for data retrieval.
  • Supports integration with Claude Desktop for seamless data access.
  • Read-only access ensures data integrity and security.

Tools

  1. source_get_tables

    Retrieves a list of tables available in the data source.

  2. source_get_columns

    Retrieves a list of columns for a specified table.

  3. source_run_query

    Executes a SQL SELECT query on the data source.