Overview
What is Square Model Context Protocol Server?
The Square Model Context Protocol Server (Beta) is a project that enables AI assistants to interact with Square's connect API by following the Model Context Protocol standard.
How to use Square MCP Server?
To use the Square MCP Server, you can start it using npx commands. For example, run npx square-mcp-server start after setting your Square access token as an environment variable.
Key features of Square MCP Server?
- Integration with Square's API ecosystem.
- Support for both local and remote server configurations.
- Tools for discovering available API methods and executing API calls.
Use cases of Square MCP Server?
- Integrating AI assistants with Square's payment processing.
- Managing customer data and transactions through Square APIs.
- Automating business operations using Square's services.
FAQ from Square MCP Server?
- Can I use the Square MCP Server without an access token?
No, an access token is required to authenticate API requests.
- Is there a remote version of the Square MCP Server?
Yes, a hosted remote MCP server is available at https://mcp.squareup.com/sse.
- How do I configure the server for production?
Set the
PRODUCTIONenvironment variable to true before starting the server.