square-mcp-server-by-cdata
If you are the rightful owner of square-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 Square is a read-only server designed to allow LLMs to query live data from Square using the CData JDBC Driver.
CData's Model Context Protocol (MCP) Server for Square is a specialized server that facilitates the interaction between large language models (LLMs) and live data from Square. By leveraging the CData JDBC Driver for Square, this server exposes Square data as relational SQL models, enabling LLMs to access and query this data using natural language without the need for SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve live information from Square. This setup is particularly useful for applications like Claude Desktop, where users can ask natural language questions and receive data-driven responses. The server is built using Java and Maven, and it requires the CData JDBC Driver to be licensed and configured properly. The server operates using the standard input/output (stdio) protocol, making it suitable for use with clients running on the same machine.
Features
- Read-only access to live Square data
- Integration with CData JDBC Driver for Square
- Natural language querying without SQL
- Compatible with LLMs like Claude Desktop
- Secure and efficient data retrieval
Tools
source_get_tables
Retrieves a list of tables available in the data source.
source_get_columns
Retrieves a list of columns for a specified table.
source_run_query
Executes a SQL SELECT query.