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.jsonConfiguration 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
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.jsonEnvironment Variables
SQUARE_CONNECT_API_API_KEYReplace your_square_connect_api_api_key with your actual square connect api api key
Endpoints
POST
/mobile/authorization-codeCreateMobileAuthorizationCode
POST
/oauth2/clients/{client_id}/access-token/renewRenewToken
POST
/oauth2/revokeRevokeToken
POST
/oauth2/tokenObtainToken
GET
/v1/me/employeesListEmployees
POST
/v1/me/employeesCreateEmployee
GET
/v1/me/employees/{employee_id}RetrieveEmployee
PUT
/v1/me/employees/{employee_id}UpdateEmployee
GET
/v1/me/rolesListEmployeeRoles
POST
/v1/me/rolesCreateEmployeeRole