pipedrive-mcp-server-by-cdata
If you are the rightful owner of pipedrive-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 Pipedrive is a read-only server designed to allow LLMs to query live Pipedrive data using natural language.
CData's Model Context Protocol (MCP) Server for Pipedrive is a specialized server that facilitates the interaction between large language models (LLMs) and Pipedrive data. By leveraging the CData JDBC Driver for Pipedrive, this server exposes Pipedrive data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve information from Pipedrive. It is particularly useful for applications like Claude Desktop, where users can ask natural language questions and receive real-time data responses. The server is built using Java and requires the CData JDBC Driver to be installed and licensed. It supports a wide range of data sources, making it a versatile tool for data integration and analysis.
Features
- Read-only access to Pipedrive data for secure querying.
- Integration with LLMs for natural language data retrieval.
- Utilizes CData JDBC Driver for relational SQL model exposure.
- Compatible with various platforms including Claude Desktop.
- Supports a wide range of data sources for versatile data integration.
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query on the data source.