Skip to content

Commit 03d88f6

Browse files
committed
fix: update server definition (input type 'password' -> 'text' for PRIVATE_APP_ACCESS_TOKEN; repo URL fixed)
1 parent 1e94c76 commit 03d88f6

1 file changed

Lines changed: 21 additions & 12 deletions

File tree

servers/com.hubspot-mcp.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@
66
"description": "Manage HubSpot CRM data including contacts, companies, deals, and tickets. Search records, create associations, and manage pipelines.",
77
"icon": "https://avatars.githubusercontent.com/u/326419?v=4",
88
"schema_version": "2.1",
9-
"categories": ["productivity", "cloud"],
10-
"tags": ["hubspot", "crm", "contacts", "deals", "marketing", "sales"],
11-
9+
"categories": [
10+
"productivity",
11+
"cloud"
12+
],
13+
"tags": [
14+
"hubspot",
15+
"crm",
16+
"contacts",
17+
"deals",
18+
"marketing",
19+
"sales"
20+
],
1221
"transport": {
1322
"type": "stdio",
1423
"command": "npx",
15-
"args": ["-y", "@hubspot/mcp-server"],
24+
"args": [
25+
"-y",
26+
"@hubspot/mcp-server"
27+
],
1628
"env": {
1729
"PRIVATE_APP_ACCESS_TOKEN": "${input:PRIVATE_APP_ACCESS_TOKEN}"
1830
},
@@ -22,7 +34,7 @@
2234
"id": "PRIVATE_APP_ACCESS_TOKEN",
2335
"label": "HubSpot Private App Token",
2436
"description": "Access token from a HubSpot private app with the necessary scopes.",
25-
"type": "password",
37+
"type": "text",
2638
"required": true,
2739
"secret": true,
2840
"placeholder": "pat-na1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
@@ -35,26 +47,23 @@
3547
]
3648
}
3749
},
38-
3950
"auth": {
4051
"type": "api_key",
4152
"instructions": "Create a HubSpot private app at Settings > Integrations > Private Apps"
4253
},
43-
4454
"contributor": {
4555
"name": "HubSpot",
4656
"github": "HubSpot",
4757
"url": "https://www.hubspot.com"
4858
},
49-
5059
"links": {
51-
"repository": "https://github.com/HubSpot/hubspot-mcp-server",
60+
"repository": "https://github.com/HubSpot/mcp-server",
5261
"homepage": "https://www.hubspot.com",
5362
"documentation": "https://developers.hubspot.com/mcp"
5463
},
55-
56-
"platforms": ["all"],
57-
64+
"platforms": [
65+
"all"
66+
],
5867
"capabilities": {
5968
"tools": true,
6069
"resources": false,

0 commit comments

Comments
 (0)