About
Overview
The Square MCP Server enables AI agents to interact with Square's commerce platform. It provides tools for processing payments, managing product catalogs, tracking inventory, handling customers, and accessing business analytics.
Capabilities
Tools & Capabilities
⚡create_payment
Process a payment
⚡list_catalog
List catalog items
⚡list_orders
List orders
⚡list_customers
List customers
⚡get_inventory
Get inventory counts
Setup
Installation
bash
Install
npx -y mcp-server-squareExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"square": {
"command": "npx",
"args": ["-y", "mcp-server-square"],
"env": {
"SQUARE_ACCESS_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 35
Last UpdatedFeb 12, 2026