Exposes Salesloft data as relational SQL models through an MCP interface for natural language querying by large language models.
This project creates a read-only Model Context Protocol (MCP) server designed to enable large language models (LLMs), such as Claude Desktop, to query live Salesloft data. It achieves this by leveraging the CData JDBC Driver for Salesloft, which exposes Salesloft data as relational SQL models. The server wraps this driver, making Salesloft information accessible via a simple MCP interface, allowing LLMs to retrieve real-time data through natural language questions, thereby eliminating the need for explicit SQL knowledge.