highrise-mcp-server-by-cdata
If you are the rightful owner of highrise-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 Highrise is a read-only server designed to allow LLMs to query live Highrise data using natural language.
The CData MCP Server for Highrise is a specialized server that facilitates the interaction between large language models (LLMs) and Highrise data. By leveraging the CData JDBC Driver for Highrise, this server exposes Highrise 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 Highrise. The server is read-only, meaning it allows data retrieval but not modification. For full CRUD capabilities, users are encouraged to explore the CData MCP Server for Highrise (beta). The server is built using Java and requires the CData JDBC Driver to be licensed and configured properly. Once set up, it can be integrated with various platforms to provide seamless data access.
Features
- Read-only access to Highrise data through natural language queries.
- Integration with CData JDBC Driver for Highrise.
- Facilitates interaction between LLMs and Highrise data.
- Simplified setup for querying live data.
- Compatible with platforms like Claude Desktop.
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.