Highrise
Enables Large Language Models (LLMs) like Claude Desktop to query live Highrise data through a Model Context Protocol (MCP) interface.
Acerca de
This tool serves as a read-only Model Context Protocol (MCP) server for Highrise, allowing AI clients like Claude Desktop to access and query live Highrise data using natural language. It wraps the CData JDBC Driver for Highrise, exposing Highrise data as relational SQL models. This eliminates the need for users to write SQL, simplifying data retrieval for LLMs by translating natural language questions into underlying SQL queries.
Características Principales
- Connects LLMs to Highrise by exposing data as relational SQL models
- Built using the CData JDBC Driver for Highrise for seamless integration
- Provides a read-only MCP interface for Highrise data
- 0 GitHub stars
- Supports natural language querying of live Highrise information
- Includes tools for retrieving tables, columns, and executing SQL SELECT queries
Casos de Uso
- Building applications that require live, read-only access to Highrise data via an MCP interface
- Integrating Highrise data access directly into LLM clients like Claude Desktop
- Enabling natural language questions to retrieve specific business data from Highrise (e.g., 'How many open tickets do I have?')