square-mcp-server
The Square Model Context Protocol Server is a tool that facilitates interaction between AI assistants and Square's API using the Model Context Protocol. It provides both local and remote server options, with seamless integration into tools like Goose and Claude Desktop. The server supports a wide range of Square services, enhancing automation in business operations.
How do I obtain a Square access token?
You can obtain your access token by following the guide at Square Access Tokens on the Square Developer website.
Can I use the Square MCP Server in a production environment?
Yes, the server supports both sandbox and production environments. You can configure this using the SANDBOX
and PRODUCTION
environment variables.
What is the advantage of using the remote MCP server?
The remote MCP server uses OAuth authentication, allowing you to log in with your Square account directly without managing access tokens manually.
How can I integrate the Square MCP Server with AI assistants?
The server can be integrated with AI assistants like Goose and Claude Desktop by following the provided configuration instructions.
What tools are available for interacting with Square APIs?
The server provides tools like get_service_info
, get_type_info
, and make_api_request
for exploring services, understanding parameters, and executing API calls.