Enables querying of ADP HR and payroll data through SQL-like operations, providing access to employee information, payroll records, and HR analytics.
Allows querying of Airtable bases and tables, enabling retrieval of records, field data, and metadata from Airtable workspaces.
Provides read access to DynamoDB tables and data through SQL-like queries, enabling retrieval of NoSQL data in a relational format.
Enables querying of S3 bucket contents and metadata, allowing access to file information and object data stored in Amazon S3.
Allows querying of Asana project data including tasks, projects, team information, and work tracking data through SQL-like operations.
Provides read access to Basecamp project management data including projects, tasks, messages, and team collaboration information.
Enables querying of BigCommerce store data including products, orders, customers, and e-commerce analytics through SQL-like operations.
Allows querying of Bitbucket repository data including repositories, commits, pull requests, and project management information.
Provides read access to Box file storage data including files, folders, user information, and collaboration metadata.
Enables querying of Confluence wiki content including pages, spaces, user data, and collaboration information through SQL-like operations.
Allows querying of Couchbase NoSQL database data through SQL-like operations, providing access to documents and bucket information in a relational format.
Provides read access to Databricks data platform including datasets, notebooks, cluster information, and analytics data.
Enables querying of Dropbox file storage data including files, folders, sharing information, and account metadata.
Allows querying of eBay marketplace data including listings, orders, seller information, and marketplace analytics.
Provides read access to Elasticsearch indices and documents through SQL-like queries, enabling retrieval of search and analytics data.
Enables querying of EnterpriseDB PostgreSQL data through standard SQL operations, providing access to enterprise database information.
Allows querying of Facebook platform data including posts, user information, and social media analytics through SQL-like operations.
Provides read access to GitHub repository data including repositories, issues, pull requests, commits, and project management information.
Enables querying of Gmail email data including messages, threads, labels, and mailbox information through SQL-like operations.
Allows querying of Google Ads campaign data including campaigns, ad groups, keywords, and advertising performance metrics.
Provides read access to Google Analytics data including website traffic, user behavior, conversions, and web analytics metrics.
Enables querying of Google Calendar data including events, calendars, attendees, and scheduling information.
Allows querying of Campaign Manager 360 advertising data including campaigns, creatives, and digital marketing performance metrics.
Provides read access to Google Cloud Storage bucket contents and metadata, enabling retrieval of file information and object data.
Enables querying of Google Drive file storage data including files, folders, sharing permissions, and collaboration metadata.
Allows querying of Google Sheets spreadsheet data including worksheet contents, formulas, and spreadsheet metadata.
Provides read access to GraphQL APIs by exposing GraphQL endpoints as queryable SQL-like tables and data structures.
Enables querying of Greenhouse recruiting data including candidates, jobs, interviews, and hiring pipeline information.
Allows querying of HubSpot CRM data including contacts, companies, deals, marketing campaigns, and sales pipeline information.
Provides read access to Instagram social media data including posts, user information, and social media analytics.
Enables querying of Jira project management data including issues, projects, workflows, and team collaboration information.
Provides read access to MailChimp email marketing data including campaigns, subscribers, lists, and email marketing analytics.
Enables querying of MariaDB database data through standard SQL operations, providing access to relational database information.
Allows querying of MongoDB NoSQL database data through SQL-like operations, providing access to collections and documents in a relational format.
Provides read access to MYOB accounting software data including financial records, transactions, and business accounting information.
Enables querying of MySQL database data through standard SQL operations, providing access to relational database information.
Allows querying of Neo4j graph database data through SQL-like operations, providing access to nodes, relationships, and graph data structures.
Provides read access to Odoo ERP system data including business processes, inventory, sales, and enterprise resource planning information.
Enables querying of Okta identity management data including users, groups, applications, and authentication information.
Allows querying of PayPal payment data including transactions, customer information, and payment processing analytics.
Provides read access to Pinterest social media data including pins, boards, user information, and social media analytics.
Enables querying of PostgreSQL database data through standard SQL operations, providing access to relational database information.
Allows querying of Presto distributed SQL query engine data, enabling access to multiple data sources through unified SQL queries.
Provides read access to QuickBooks accounting data including financial records, transactions, customers, and business accounting information.
Enables querying of Redis in-memory database data through SQL-like operations, providing access to cached data and key-value stores.
Allows querying of RSS feed data including articles, headlines, publication information, and syndicated content.
Provides read access to Sage accounting and business software data including financial records, transactions, and business management information.
Enables querying of Salesforce CRM data including accounts, contacts, opportunities, leads, and sales pipeline information.
Allows querying of SAP enterprise software data including business processes, financial data, and enterprise resource planning information.
Provides read access to SendGrid email delivery service data including email campaigns, delivery statistics, and email marketing analytics.
Enables querying of Shopify e-commerce data including products, orders, customers, and online store analytics.
Allows querying of SingleStore database data through standard SQL operations, providing access to distributed database information.
Provides read access to Slack workspace data including messages, channels, users, and team collaboration information.
Enables querying of Snapchat Ads advertising data including campaigns, ad performance, and social media advertising analytics.
Allows querying of Snowflake cloud data warehouse through standard SQL operations, providing access to data warehouse information.
Provides read access to Splunk machine data platform including logs, metrics, and operational intelligence data.
Enables querying of Square payment processing data including transactions, customer information, and point-of-sale analytics.
Allows querying of Stripe payment processing data including transactions, customers, subscriptions, and payment analytics.
Provides read access to SurveyMonkey survey data including surveys, responses, and survey analytics information.
Enables querying of Teradata data warehouse through standard SQL operations, providing access to enterprise data warehouse information.
Allows querying of Trello project management data including boards, cards, lists, and team collaboration information.
Provides read access to Trino distributed SQL query engine data, enabling unified queries across multiple data sources.
Enables querying of Twilio communication platform data including messages, calls, and communication analytics.
Allows querying of WooCommerce e-commerce data including products, orders, customers, and online store analytics.
Provides read access to WordPress website data including posts, pages, users, and content management information.
Enables querying of Xero accounting software data including financial records, transactions, and business accounting information.
Allows querying of XML data sources by converting XML structures into queryable SQL-like tables and relationships.
Provides read access to YouTube Analytics data including video performance, channel statistics, and content analytics.
Enables querying of Zendesk customer support data including tickets, users, organizations, and customer service analytics.
Allows querying of Zoho business suite data including CRM, projects, books, and various business application information.
highrise-mcp-server-by-cdata
CData's Model Context Protocol (MCP) Server for Highrise
: 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 Highrise (beta).
Purpose
We created this read-only MCP Server to allow LLMs (like Claude Desktop) to query live data Highrise supported by the CData JDBC Driver for Highrise.
CData JDBC Driver connects to Highrise by exposing them as relational SQL models.
This server wraps that driver and makes Highrise data available through a simple MCP interface, so LLMs can retrieve live information by asking natural language questions — no SQL required.
Setup Guide
- Clone the repository:
- Build the server:This creates the JAR file: CDataMCP-jar-with-dependencies.jar
- Download and install the CData JDBC Driver for {source}: https://www.cdata.com/drivers/highrise/download/jdbc
- License the CData JDBC Driver:
- Navigate to the
lib
folder in the installation directory, typically:- (Windows)
C:\Program Files\CData\CData JDBC Driver for Highrise\
- (Mac/Linux)
/Applications/CData JDBC Driver for Highrise/
- (Windows)
- Run the command
java -jar cdata.jdbc.highrise.jar --license
- Enter your name, email, and "TRIAL" (or your license key).
- Navigate to the
- Configure your connection to the data source (Salesforce as an example):
- Run the command
java -jar cdata.jdbc.highrise.jar
to open the Connection String utility. - Configure the connection string and click "Test Connection"
Note: If the data sources uses OAuth, you will need to authenticate in your browser.
- Once successful, copy the connection string for use later.
- Run the command
- Create a
.prp
file for your JDBC connection (e.g.highrise.prp
) using the following properties and format:- Prefix - a prefix to be used for the tools exposed
- ServerName - a name for your server
- ServerVersion - a version for your server
- DriverPath - the full path to the JAR file for your JDBC driver
- DriverClass - the name of the JDBC Driver Class (e.g. cdata.jdbc.highrise.HighriseDriver)
- JdbcUrl - the JDBC connection string to use with the CData JDBC Driver to connect to your data (copied from above)
- Tables - leave blank to access all data, otherwise you can explicitly declare the tables you wish to create access for
Using the Server with Claude Desktop
- Create the config file for Claude Desktop ( claude_desktop_config.json) to add the new MCP server, using the format below. If the file already exists, add the entry to the
mcpServers
in the config file. WindowsLinux/MacIf needed, copy the config file to the appropriate directory (Claude Desktop as the example). WindowsLinux/Mac - Run or refresh your client (Claude Desktop).
Note: You may need to fully exit or quit your Claude Desktop client and re-open it for the MCP Servers to appear.
Running the Server
- Run the follow the command to run the MCP Server on its own
Usage Details
Once the MCP Server is configured, the AI client will be able to use the built-in tools to read, write, update, and delete the underlying data. In general, you do not need to call the tools explicitly. Simply ask the client to answer questions about the underlying data system. For example:
- "What is the correlation between my closed won opportunities and the account industry?"
- "How many open tickets do I have in the SUPPORT project?"
- "Can you tell me what calendar events I have today?"
The list of tools available and their descriptions follow:
Tools & Descriptions
In the definitions below, {servername}
refers to the name of the MCP Server in the config file (e.g. {classname_dash}
above).
{servername}_get_tables
- Retrieves a list of tables available in the data source. Use the{servername}_get_columns
tool to list available columns on a table. The output of the tool will be returned in CSV format, with the first line containing column headers.{servername}_get_columns
- Retrieves a list of columns for a table. Use the{servername}_get_tables
tool to get a list of available tables. The output of the tool will be returned in CSV format, with the first line containing column headers.{servername}_run_query
- Execute a SQL SELECT query
JSON-RPC Request Examples
If you are scripting out the requests sent to the MCP Server instead of using an AI Client (e.g. Claude), then you can refer to the JSON payload examples below – following the JSON-RPC 2.0 specification - when calling the available tools.
source_get_tables
source_get_columns
source_run_query
Troubleshooting
- If you cannot see your CData MCP Server in Claude Desktop, be sure that you have fully quit Claude Desktop (Windows: use the Task Manager, Mac: use the Activity Monitor)
- If Claude Desktop is unable to retrieve data, be sure that you have configured your connection properly. Use the Connection String builder to create the connection string (see above) and copy the connection string into the property (.prp) file.
- If you are having trouble connecting to your data source, contact the CData Support Team.
- If you are having trouble using the MCP server, or have any other feedback, join the CData Community.
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
All Supported Sources
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
This read-only MCP Server allows you to connect to Highrise data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
Related MCP Servers
- -securityAlicense-qualityThis read-only MCP Server allows you to connect to Exact Online data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcpLast updated -MIT License
- -securityAlicense-qualityThis read-only MCP Server allows you to connect to Basecamp data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcpLast updated -1MIT License
- -securityAlicense-qualityThis read-only MCP Server allows you to connect to Square data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcpLast updated -MIT License
- -securityAlicense-qualityThis read-only MCP Server allows you to connect to SuiteCRM data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcpLast updated -MIT License