Square for your agents.
Connect Square once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Square.
What agents can do with Square
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
square_list_catalogList all catalog objects (products, categories, discounts) for a Square location.
square_list_ordersSearch orders with optional filters.
square_get_orderGet a single order by id.
square_list_locationsList all business locations for the authenticated account.
square_list_paymentsList payments with optional date filtering.
square_create_paymentCreate a payment by providing the source id and amount.
square_get_paymentGet details of a single payment by id.
square_cancel_paymentCancel a payment before it is completed.
square_create_catalog_itemCreate a new catalog item object.
square_delete_catalog_objectDelete a catalog object by id.
square_list_customersList customers in the business.
square_create_customerCreate a new customer.
square_search_customersSearch customers by email, name, or phone.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open the Square Developer Dashboard and create or select an app.
- Go to the Credentials tab and copy your Personal Access Token or OAuth token.
- For sandbox testing, use the sandbox token provided in the dashboard.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Square to Even: call connect_begin("square") on the even-connect MCP and walk me through it.
List catalog items and recent orders from Square to track sales and inventory.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.