Salesloft MCP Server by CData

Created By
CDataSoftwarea year ago
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Salesloft (beta): https://www.cdata.com/download/download.aspx?sku=KBZK-V&type=beta
Overview

What is Salesloft MCP Server by CData?

Salesloft MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from Salesloft using natural language, without the need for SQL.

How to use Salesloft MCP Server?

To use the Salesloft MCP Server, clone the repository, build the server, install the CData JDBC Driver for Salesloft, configure your connection, and run the server. You can then interact with the server using an AI client like Claude Desktop.

Key features of Salesloft MCP Server?

  • Provides a read-only interface to query Salesloft data.
  • Allows natural language queries without SQL.
  • Integrates with various data sources through JDBC.

Use cases of Salesloft MCP Server?

  1. Querying live Salesloft data for insights.
  2. Integrating Salesloft data with AI applications.
  3. Simplifying data access for non-technical users.

FAQ from Salesloft MCP Server?

  • Can I write data using this server?

No, this server is read-only. For write capabilities, use the full CData MCP Server for Salesloft.

  • Is there a trial version available?

Yes, you can download a trial version of the CData MCP Server for Salesloft from the CData website.

  • What programming languages can I use with this server?

You can use any language that can make HTTP requests to interact with the MCP server.

Server Config

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\salesloft.prp"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
CDataSoftware
Star
-
Language
-
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Thiri Chord Intelligence
@BluesPrince

### Deterministic Music Theory for Claude, Cursor, and Autonomous AI Agents Large Language Models (LLMs) frequently hallucinate music theory, leading to incorrect notes, false Roman numerals, and broken voice leading. **THIRI** solves this by providing a deterministic, mathematical music-theory engine (pitch-class-set theory over ℤ/12) directly to your AI. It gives AI assistants precise, reproducible harmonic reasoning in milliseconds, allowing them to write correct musical scores, analyze progressions, and generate playable arrangements. #### 🎷 Key Features: * **Chord Analysis (`analyze_chord`):** Parse any symbol (e.g., `Cmaj7/E`, `G7#11`) to retrieve root, quality, intervals, Roman numerals, and diatonic or chromatic harmonic functions. * **Note Resolution (`resolve_chord`):** Resolve chord symbols to spelled notes (enharmonically correct), frequencies (Hz), MIDI numbers, and scale recommendations. * **Voicing Engine (`generate_voicing`):** Generate instrument-ready voicings (rootless, shell, triad, pad, drop-2, drop-3) and calculate voice-leading scores for transitions. * **Reharmonization (`reharmonize`):** Substitute progressions using classic jazz techniques, including Tritone Substitution, ii-V Insertion, Modal Interchange, Coltrane Changes, and Backdoor cadences. *Ideal for developers building AI music assistants, digital audio workstation (DAW) agents, educational theory tools, and automated composition workflows.*

5 hours ago