Connects Large Language Models to live Square data, allowing natural language queries without direct SQL interaction.
This server provides a read-only Model Context Protocol (MCP) interface for Square data, enabling Large Language Models (LLMs) like Claude Desktop to query live information using natural language. It leverages the CData JDBC Driver for Square, which exposes Square data as relational SQL models, and then wraps this functionality to make it accessible through a simplified MCP interface, eliminating the need for users to write SQL queries directly. While this specific project offers read-only access, CData also provides free beta versions with full read, write, update, delete, and action capabilities.