Skip to content
MCP-Bridge
Developer Tools

Square Connect API MCP Config

Client library for accessing the Square Connect APIs

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/squareup-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/squareup-com.json to fetch programmatically.

{
  "mcpServers": {
    "squareup-com": {
      "command": "npx",
      "args": ["-y","@mcp/squareup-com"],
      "env": {
      "SQUARE_CONNECT_API_API_KEY": "your_square_connect_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/squareup-com.json

Environment Variables

SQUARE_CONNECT_API_API_KEY

Replace your_square_connect_api_api_key with your actual square connect api api key

Endpoints

POST/mobile/authorization-code

CreateMobileAuthorizationCode

POST/oauth2/clients/{client_id}/access-token/renew

RenewToken

POST/oauth2/revoke

RevokeToken

POST/oauth2/token

ObtainToken

GET/v1/me/employees

ListEmployees

POST/v1/me/employees

CreateEmployee

GET/v1/me/employees/{employee_id}

RetrieveEmployee

PUT/v1/me/employees/{employee_id}

UpdateEmployee

GET/v1/me/roles

ListEmployeeRoles

POST/v1/me/roles

CreateEmployeeRole