Skip to content

Commit 9014640

Browse files
committed
fix: update Square documentation and obtain URLs
1 parent ca5b682 commit 9014640

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

servers/com.square-mcp-http.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,43 @@
66
"description": "Interact with Square APIs via the hosted remote MCP server. Connects with OAuth for secure access to payments, orders, and more.",
77
"icon": "https://avatars.githubusercontent.com/u/82592?v=4",
88
"schema_version": "2.1",
9-
"categories": ["developer-tools", "cloud"],
10-
"tags": ["square", "payments", "commerce", "orders", "catalog", "pos", "remote"],
11-
9+
"categories": [
10+
"developer-tools",
11+
"cloud"
12+
],
13+
"tags": [
14+
"square",
15+
"payments",
16+
"commerce",
17+
"orders",
18+
"catalog",
19+
"pos",
20+
"remote"
21+
],
1222
"transport": {
1323
"type": "http",
1424
"url": "https://mcp.squareup.com/sse",
1525
"metadata": {
1626
"inputs": []
1727
}
1828
},
19-
2029
"auth": {
2130
"type": "oauth",
2231
"instructions": "Connects via OAuth. Your MCP host will initiate the Square OAuth flow to authorize access to your seller account."
2332
},
24-
2533
"contributor": {
2634
"name": "Square",
2735
"github": "square",
2836
"url": "https://squareup.com"
2937
},
30-
3138
"links": {
3239
"repository": "https://github.com/square/square-mcp-server",
3340
"homepage": "https://squareup.com",
34-
"documentation": "https://developer.squareup.com/docs/mcp"
41+
"documentation": "https://developer.squareup.com/docs/devtools/mcp"
3542
},
36-
37-
"platforms": ["all"],
38-
43+
"platforms": [
44+
"all"
45+
],
3946
"capabilities": {
4047
"tools": true,
4148
"resources": false,

servers/com.square-mcp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"secret": true,
4141
"placeholder": "EAAAxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
4242
"obtain": {
43-
"url": "https://developer.squareup.com/apps",
44-
"instructions": "1. Go to developer.squareup.com/apps\n2. Select or create an application\n3. Go to the Credentials section\n4. Copy your Access Token (sandbox or production)",
43+
"url": "https://developer.squareup.com/console/en/apps",
44+
"instructions": "1. Go to developer.squareup.com and log in\n2. Navigate to Apps in the developer console\n3. Select or create an application\n4. Go to Credentials\n5. Copy your access token",
4545
"button_label": "Get Access Token"
4646
}
4747
}
@@ -60,7 +60,7 @@
6060
"links": {
6161
"repository": "https://github.com/square/square-mcp-server",
6262
"homepage": "https://squareup.com",
63-
"documentation": "https://developer.squareup.com/docs/mcp"
63+
"documentation": "https://developer.squareup.com/docs/devtools/mcp"
6464
},
6565
"platforms": [
6666
"all"

0 commit comments

Comments
 (0)