Skip to Content

Square MCP

Manage Square payments, customers, orders, and refunds for point-of-sale and online commerce.

Overview

Catalog IDmcp-square
Categorypayments
Auth methodOAuth
Blast radiushigh
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1

Tools

ToolDescription
list_paymentsList Square payments.
create_paymentCreate a payment.
list_customersList customers.
create_refundCreate a refund.
get_orderGet order details.

Tool parameters

list_payments

List Square payments.

ParameterTypeDescription
begin_timestringoptionalStart time
end_timestringoptionalEnd time

create_payment

Create a payment.

ParameterTypeDescription
source_idstringrequiredPayment source ID
amount_moneyobjectrequiredAmount {amount, currency}
idempotency_keystringrequiredIdempotency key

list_customers

List customers.

ParameterTypeDescription
limitintegeroptionalMax results

create_refund

Create a refund.

ParameterTypeDescription
payment_idstringrequiredPayment ID
amount_moneyobjectrequiredRefund amount
idempotency_keystringrequiredIdempotency key

get_order

Get order details.

ParameterTypeDescription
order_idstringrequiredOrder ID

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Square and click Install
  3. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
  4. Click Test Connection to run a health check and list available tools

Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.

Blast radius

This MCP is classified high. This MCP can modify infrastructure or reach sensitive data. High-blast-radius tool calls require explicit approval when your organisation enables approval gates in Policies.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on