Enables querying live HubSpot data from applications like Claude Desktop using CData JDBC Drivers through a read-only Model Context Protocol (MCP) interface.
Sponsored
This tool creates a read-only MCP server that allows Large Language Models (LLMs) like Claude Desktop to query live HubSpot data. By wrapping the CData JDBC Driver for HubSpot, the server exposes HubSpot data as relational SQL models, accessible through a simple MCP interface. This allows users to retrieve live information by asking natural language questions, eliminating the need for SQL queries. The server is designed for local clients that run on the same machine, using `stdio` for communication.
주요 기능
01Exposes HubSpot data as relational SQL models.
02Uses CData JDBC Driver for HubSpot for data connectivity.
03Supports local clients running on the same machine.
04Enables querying live HubSpot data using natural language.
05Provides a read-only MCP interface for LLMs.
060 GitHub stars
사용 사례
01Querying HubSpot data with Claude Desktop using natural language.
02Integrating HubSpot data into applications that support the Model Context Protocol.
03Providing LLMs with access to live HubSpot information without requiring SQL knowledge.