@adminide-stack/form-builder-core 5.1.7-alpha.9 → 5.1.8-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/config/connectorSampleOptions.generated.d.ts +15 -0
- package/lib/config/connectorSampleOptions.generated.d.ts.map +1 -0
- package/lib/config/connectorSampleOptions.generated.js +142 -0
- package/lib/config/connectorSampleOptions.generated.js.map +1 -0
- package/lib/index.d.ts +4 -6
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/utils/authMetaDataSchema.d.ts.map +1 -1
- package/lib/utils/authMetaDataSchema.js +42 -18
- package/lib/utils/authMetaDataSchema.js.map +1 -1
- package/lib/{config → utils}/connectorFieldTokenResolver.d.ts +1 -1
- package/lib/utils/connectorFieldTokenResolver.d.ts.map +1 -0
- package/lib/utils/connectorFieldTokenResolver.js.map +1 -0
- package/package.json +4 -3
- package/lib/config/__tests__/connectorFieldTokenResolver.test.d.ts +0 -2
- package/lib/config/__tests__/connectorFieldTokenResolver.test.d.ts.map +0 -1
- package/lib/config/connectorFieldTokenResolver.d.ts.map +0 -1
- package/lib/config/connectorFieldTokenResolver.js.map +0 -1
- package/lib/config/connectorsCatalog.d.ts +0 -11
- package/lib/config/connectorsCatalog.d.ts.map +0 -1
- package/lib/config/connectorsCatalog.js +0 -5
- package/lib/config/connectorsCatalog.js.map +0 -1
- package/lib/config/connectorsConfig.d.ts +0 -3
- package/lib/config/connectorsConfig.d.ts.map +0 -1
- package/lib/config/connectorsConfig.js +0 -44663
- package/lib/config/connectorsConfig.js.map +0 -1
- package/lib/config/connectorsConfig2.d.ts +0 -11
- package/lib/config/connectorsConfig2.d.ts.map +0 -1
- package/lib/config/connectorsConfig2.js +0 -4542
- package/lib/config/connectorsConfig2.js.map +0 -1
- package/lib/config/llmProviderConfig.d.ts +0 -3
- package/lib/config/llmProviderConfig.d.ts.map +0 -1
- package/lib/config/llmProviderConfig.js +0 -457
- package/lib/config/llmProviderConfig.js.map +0 -1
- package/lib/config/mcpConnectorConfig.d.ts +0 -3
- package/lib/config/mcpConnectorConfig.d.ts.map +0 -1
- package/lib/config/mcpConnectorConfig.js +0 -961
- package/lib/config/mcpConnectorConfig.js.map +0 -1
- package/lib/utils/__tests__/deepMergeFormSteps.test.d.ts +0 -2
- package/lib/utils/__tests__/deepMergeFormSteps.test.d.ts.map +0 -1
- /package/lib/{config → utils}/connectorFieldTokenResolver.js +0 -0
|
@@ -1,961 +0,0 @@
|
|
|
1
|
-
import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const mcpProvidersConfig = [{
|
|
2
|
-
id: 'airtable-mcp',
|
|
3
|
-
title: 'AirTable',
|
|
4
|
-
description: 'Spreadsheet-database hybrid',
|
|
5
|
-
scopes: ['data.records:read', 'data.records:write', 'schema.bases:read'],
|
|
6
|
-
mcpUrl: 'https://mcp.airtable.com/mcp',
|
|
7
|
-
icon: {
|
|
8
|
-
name: 'AiOutlineFileText'
|
|
9
|
-
},
|
|
10
|
-
logo: '_side/thirdparty/logos/airtable.svg',
|
|
11
|
-
color: '#7B68EE',
|
|
12
|
-
authMethods: ['api_key'],
|
|
13
|
-
categories: ['productivity & project management']
|
|
14
|
-
}, {
|
|
15
|
-
id: 'apify-mcp',
|
|
16
|
-
title: 'Apify',
|
|
17
|
-
description: 'Apify MCP connector',
|
|
18
|
-
scopes: ['actors:read', 'actors:run'],
|
|
19
|
-
mcpUrl: 'https://mcp.apify.com',
|
|
20
|
-
icon: {
|
|
21
|
-
name: 'AiOutlineApi',
|
|
22
|
-
style: {
|
|
23
|
-
fontSize: 'large'
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
logo: '_side/thirdparty/logos/apify.svg',
|
|
27
|
-
authMethods: ['api_key'],
|
|
28
|
-
categories: ['data & analytics']
|
|
29
|
-
}, {
|
|
30
|
-
id: 'asana-mcp',
|
|
31
|
-
title: 'Asana',
|
|
32
|
-
description: 'Organize tasks, track projects, and collaborate with your team',
|
|
33
|
-
providerUrl: 'https://app.asana.com',
|
|
34
|
-
icon: {
|
|
35
|
-
name: 'AiOutlineProject',
|
|
36
|
-
style: {
|
|
37
|
-
fontSize: 'large'
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
logo: '_side/thirdparty/logos/asana.svg',
|
|
41
|
-
color: '#F06A6A',
|
|
42
|
-
enabled: true,
|
|
43
|
-
scopes: ['default'],
|
|
44
|
-
mcpUrl: 'https://mcp.asana.com',
|
|
45
|
-
authMethods: ['oauth2'],
|
|
46
|
-
categories: ['productivity & project management']
|
|
47
|
-
}, {
|
|
48
|
-
id: 'cal-mcp',
|
|
49
|
-
title: 'Cal',
|
|
50
|
-
description: 'Cal is a meeting scheduling platform that offers shareable booking links and ...',
|
|
51
|
-
providerUrl: 'https://cal.com',
|
|
52
|
-
icon: {
|
|
53
|
-
name: 'AiOutlineCalendar',
|
|
54
|
-
style: {
|
|
55
|
-
fontSize: 'large'
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
logo: '_side/thirdparty/logos/cal.svg',
|
|
59
|
-
enabled: true,
|
|
60
|
-
scopes: ['bookings:read', 'bookings:write', 'availability:read'],
|
|
61
|
-
mcpUrl: 'https://mcp.cal.com',
|
|
62
|
-
authMethods: ['api_key'],
|
|
63
|
-
categories: ['scheduling & booking'],
|
|
64
|
-
fields: [{
|
|
65
|
-
name: 'cal-api-key',
|
|
66
|
-
label: 'Cal API Key',
|
|
67
|
-
type: 'string',
|
|
68
|
-
placeholder: '',
|
|
69
|
-
description: "API key used for authenticating requests to Cal.com. Use 'cal_' prefix for test mode and 'cal_live_' for live mode.",
|
|
70
|
-
required: true,
|
|
71
|
-
defaultValue: '',
|
|
72
|
-
isConfigField: true,
|
|
73
|
-
isSecret: true,
|
|
74
|
-
secretSource: {
|
|
75
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
76
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
77
|
-
secretKey: 'CAL_API_KEY'
|
|
78
|
-
},
|
|
79
|
-
uiWidget: 'password',
|
|
80
|
-
enumValues: [],
|
|
81
|
-
readOnly: false,
|
|
82
|
-
iconType: '',
|
|
83
|
-
genericType: 'api_key'
|
|
84
|
-
}]
|
|
85
|
-
}, {
|
|
86
|
-
id: 'clickup-mcp',
|
|
87
|
-
title: 'ClickUp',
|
|
88
|
-
description: 'ClickUp is an all-in-one productivity platform for managing tasks, docs, goal...',
|
|
89
|
-
providerUrl: 'https://app.clickup.com',
|
|
90
|
-
icon: {
|
|
91
|
-
name: 'AiOutlineProject',
|
|
92
|
-
style: {
|
|
93
|
-
fontSize: 'large'
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
logo: '_side/thirdparty/logos/clickup.svg',
|
|
97
|
-
enabled: true,
|
|
98
|
-
scopes: ['task:read', 'task:write'],
|
|
99
|
-
mcpUrl: 'https://mcp.clickup.com',
|
|
100
|
-
authMethods: ['api_key'],
|
|
101
|
-
categories: ['productivity & project management'],
|
|
102
|
-
fields: [{
|
|
103
|
-
name: 'clickup-api-key',
|
|
104
|
-
label: 'ClickUp API Key',
|
|
105
|
-
type: 'string',
|
|
106
|
-
placeholder: '',
|
|
107
|
-
description: 'Your api key is obtained from Clickup Settings',
|
|
108
|
-
required: true,
|
|
109
|
-
defaultValue: '',
|
|
110
|
-
isConfigField: true,
|
|
111
|
-
isSecret: true,
|
|
112
|
-
secretSource: {
|
|
113
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
114
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
115
|
-
secretKey: 'CLICKUP_API_KEY'
|
|
116
|
-
},
|
|
117
|
-
uiWidget: 'password',
|
|
118
|
-
enumValues: [],
|
|
119
|
-
readOnly: false,
|
|
120
|
-
iconType: '',
|
|
121
|
-
genericType: 'api_key'
|
|
122
|
-
}]
|
|
123
|
-
}, {
|
|
124
|
-
id: 'cloudflare-mcp',
|
|
125
|
-
title: 'Cloudflare',
|
|
126
|
-
description: 'Cloudflare is a global network that secures and accelerates web traffic',
|
|
127
|
-
scopes: ['account:read', 'workers:write', 'dns:read'],
|
|
128
|
-
mcpUrl: 'https://mcp.cloudflare.com',
|
|
129
|
-
icon: {
|
|
130
|
-
name: 'AiOutlineCode',
|
|
131
|
-
style: {
|
|
132
|
-
fontSize: 'large'
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
logo: '_side/thirdparty/logos/cloudflare.svg',
|
|
136
|
-
color: '#F38020',
|
|
137
|
-
authMethods: ['api_key'],
|
|
138
|
-
categories: ['developer tools & devops']
|
|
139
|
-
}, {
|
|
140
|
-
id: 'confluence-mcp',
|
|
141
|
-
title: 'Confluence',
|
|
142
|
-
description: "Confluence is Atlassian's team collaboration and knowledge management platfo...",
|
|
143
|
-
providerUrl: 'https://auth.atlassian.com',
|
|
144
|
-
icon: {
|
|
145
|
-
name: 'AiOutlineMessage',
|
|
146
|
-
style: {
|
|
147
|
-
fontSize: 'large'
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
logo: '_side/thirdparty/logos/confluence.svg',
|
|
151
|
-
enabled: true,
|
|
152
|
-
scopes: ['read:confluence-content.all', 'write:confluence-content'],
|
|
153
|
-
mcpUrl: 'https://mcp.atlassian.com/v1',
|
|
154
|
-
authMethods: ['oauth2'],
|
|
155
|
-
categories: ['collaboration & communication'],
|
|
156
|
-
fields: [{
|
|
157
|
-
name: 'confluenceEmail',
|
|
158
|
-
label: 'Confluence Email',
|
|
159
|
-
type: 'string',
|
|
160
|
-
placeholder: 'The Atlassian account email with Confluence access',
|
|
161
|
-
description: '',
|
|
162
|
-
required: false,
|
|
163
|
-
defaultValue: '',
|
|
164
|
-
isConfigField: true,
|
|
165
|
-
isSecret: false,
|
|
166
|
-
secretSource: null,
|
|
167
|
-
uiWidget: 'text',
|
|
168
|
-
enumValues: [],
|
|
169
|
-
readOnly: false,
|
|
170
|
-
iconType: '',
|
|
171
|
-
genericType: 'email'
|
|
172
|
-
}, {
|
|
173
|
-
name: 'confluenceBaseUrl',
|
|
174
|
-
label: 'Confluence Base URL',
|
|
175
|
-
type: 'string',
|
|
176
|
-
placeholder: 'Confluence site URL in this format: https://your-site.atlassian.net',
|
|
177
|
-
description: '',
|
|
178
|
-
required: false,
|
|
179
|
-
defaultValue: '',
|
|
180
|
-
isConfigField: true,
|
|
181
|
-
isSecret: false,
|
|
182
|
-
secretSource: null,
|
|
183
|
-
uiWidget: 'text',
|
|
184
|
-
enumValues: [],
|
|
185
|
-
readOnly: false,
|
|
186
|
-
iconType: '',
|
|
187
|
-
genericType: 'base_url'
|
|
188
|
-
}, {
|
|
189
|
-
name: 'confluenceApiToken',
|
|
190
|
-
label: 'Confluence API Token',
|
|
191
|
-
type: 'string',
|
|
192
|
-
placeholder: 'Must start with ATATT3xFf (e.g., ATATT3xFfPJ0x...)',
|
|
193
|
-
description: '',
|
|
194
|
-
required: false,
|
|
195
|
-
defaultValue: '',
|
|
196
|
-
isConfigField: true,
|
|
197
|
-
isSecret: true,
|
|
198
|
-
secretSource: {
|
|
199
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
200
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
201
|
-
secretKey: 'CONFLUENCE_API_TOKEN'
|
|
202
|
-
},
|
|
203
|
-
uiWidget: 'password',
|
|
204
|
-
enumValues: [],
|
|
205
|
-
readOnly: false,
|
|
206
|
-
iconType: '',
|
|
207
|
-
genericType: 'api_token'
|
|
208
|
-
}, {
|
|
209
|
-
name: 'info',
|
|
210
|
-
label: 'Info',
|
|
211
|
-
type: 'string',
|
|
212
|
-
placeholder: '',
|
|
213
|
-
description: '<p>Generate your confluence credentials form <a target="_blank" rel="noopener noreferrer nofollow" class="text-blue-600 underline hover:text-blue-800" href="https://id.atlassian.com/manage-profile/security/api-tokens">official page</a>.</p>',
|
|
214
|
-
required: false,
|
|
215
|
-
defaultValue: '',
|
|
216
|
-
isConfigField: false,
|
|
217
|
-
isSecret: false,
|
|
218
|
-
secretSource: null,
|
|
219
|
-
uiWidget: 'LabelWidget',
|
|
220
|
-
enumValues: [],
|
|
221
|
-
readOnly: true,
|
|
222
|
-
iconType: 'info',
|
|
223
|
-
genericType: 'info'
|
|
224
|
-
}]
|
|
225
|
-
}, {
|
|
226
|
-
id: 'context7-mcp',
|
|
227
|
-
title: 'Context7',
|
|
228
|
-
description: 'Context7 MCP delivers live, version-specific code docs and examples right fro...',
|
|
229
|
-
scopes: ['docs:read'],
|
|
230
|
-
mcpUrl: 'https://mcp.context7.com',
|
|
231
|
-
icon: {
|
|
232
|
-
name: 'AiOutlineCode',
|
|
233
|
-
style: {
|
|
234
|
-
fontSize: 'large'
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
logo: '_side/thirdparty/logos/context7.jpeg',
|
|
238
|
-
authMethods: ['api_key'],
|
|
239
|
-
categories: ['developer tools & devops']
|
|
240
|
-
}, {
|
|
241
|
-
id: 'deepwiki-mcp',
|
|
242
|
-
title: 'DeepWiki',
|
|
243
|
-
description: 'DeepWiki MCP connector',
|
|
244
|
-
scopes: ['wiki:read'],
|
|
245
|
-
mcpUrl: 'https://mcp.deepwiki.com/mcp',
|
|
246
|
-
icon: {
|
|
247
|
-
name: 'AiOutlineApi',
|
|
248
|
-
style: {
|
|
249
|
-
fontSize: 'large'
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
logo: '_side/thirdparty/logos/deepwiki.png',
|
|
253
|
-
authMethods: ['api_key'],
|
|
254
|
-
categories: ['developer tools & devops']
|
|
255
|
-
}, {
|
|
256
|
-
id: 'devin-mcp',
|
|
257
|
-
title: 'Devin',
|
|
258
|
-
description: 'Devin MCP is an AI-powered integration for accessing and analyzing GitHub rep...',
|
|
259
|
-
scopes: ['repos:read', 'repos:analyze'],
|
|
260
|
-
mcpUrl: 'https://mcp.devin.ai',
|
|
261
|
-
icon: {
|
|
262
|
-
name: 'AiOutlineCode',
|
|
263
|
-
style: {
|
|
264
|
-
fontSize: 'large'
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
logo: '_side/thirdparty/logos/deepwiki.png',
|
|
268
|
-
authMethods: ['api_key'],
|
|
269
|
-
categories: ['developer tools & devops']
|
|
270
|
-
}, {
|
|
271
|
-
id: 'figma-mcp',
|
|
272
|
-
title: 'Figma',
|
|
273
|
-
description: 'Figma is a collaborative interface design tool for teams and individuals. It ...',
|
|
274
|
-
providerUrl: 'https://www.figma.com',
|
|
275
|
-
icon: {
|
|
276
|
-
name: 'AiOutlineHighlight',
|
|
277
|
-
style: {
|
|
278
|
-
fontSize: 'large'
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
logo: '_side/thirdparty/logos/figma.svg',
|
|
282
|
-
enabled: true,
|
|
283
|
-
scopes: ['file_read'],
|
|
284
|
-
mcpUrl: 'https://mcp.figma.com',
|
|
285
|
-
authMethods: ['api_key'],
|
|
286
|
-
categories: ['design & creative tools'],
|
|
287
|
-
fields: [{
|
|
288
|
-
name: 'figmaAccessToken',
|
|
289
|
-
label: 'Figma Access Token',
|
|
290
|
-
type: 'string',
|
|
291
|
-
placeholder: 'Starts with figd_ (e.g., figd_abc123def45678901234567890abcdef)',
|
|
292
|
-
description: '',
|
|
293
|
-
required: false,
|
|
294
|
-
defaultValue: '',
|
|
295
|
-
isConfigField: true,
|
|
296
|
-
isSecret: true,
|
|
297
|
-
secretSource: {
|
|
298
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
299
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
300
|
-
secretKey: 'FIGMA_ACCESS_TOKEN'
|
|
301
|
-
},
|
|
302
|
-
uiWidget: 'password',
|
|
303
|
-
enumValues: [],
|
|
304
|
-
readOnly: false,
|
|
305
|
-
iconType: '',
|
|
306
|
-
genericType: 'access_token'
|
|
307
|
-
}, {
|
|
308
|
-
name: 'info',
|
|
309
|
-
label: 'Info',
|
|
310
|
-
type: 'string',
|
|
311
|
-
placeholder: '',
|
|
312
|
-
description: '<ul class="tiptap-bullet-list"><li class="tiptap-list-item"><p>Log in to your Figma account → <a target="_blank" rel="noopener noreferrer nofollow" class="text-blue-600 underline hover:text-blue-800" href="https://www.figma.com/">figma.com</a></p></li><li class="tiptap-list-item"><p>Click your avatar → <strong>Settings</strong></p></li><li class="tiptap-list-item"><p>Create your access token.</p></li></ul>',
|
|
313
|
-
required: false,
|
|
314
|
-
defaultValue: '',
|
|
315
|
-
isConfigField: false,
|
|
316
|
-
isSecret: false,
|
|
317
|
-
secretSource: null,
|
|
318
|
-
uiWidget: 'LabelWidget',
|
|
319
|
-
enumValues: [],
|
|
320
|
-
readOnly: true,
|
|
321
|
-
iconType: 'info',
|
|
322
|
-
genericType: 'info'
|
|
323
|
-
}]
|
|
324
|
-
}, {
|
|
325
|
-
id: 'github-mcp',
|
|
326
|
-
title: 'GitHub',
|
|
327
|
-
description: 'Access repositories, manage issues, and review pull requests',
|
|
328
|
-
providerUrl: 'https://github.com',
|
|
329
|
-
icon: {
|
|
330
|
-
name: 'AiOutlineGithub',
|
|
331
|
-
style: {
|
|
332
|
-
fontSize: 'large'
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
logo: '_side/thirdparty/logos/github.svg',
|
|
336
|
-
color: '#181717',
|
|
337
|
-
enabled: true,
|
|
338
|
-
scopes: ['repo', 'read:org', 'read:user'],
|
|
339
|
-
mcpUrl: 'https://api.githubcopilot.com/mcp',
|
|
340
|
-
authMethods: ['oauth2'],
|
|
341
|
-
categories: ['developer tools & devops']
|
|
342
|
-
}, {
|
|
343
|
-
id: 'googledocs-mcp',
|
|
344
|
-
title: 'Google Docs',
|
|
345
|
-
description: 'Google Docs is a cloud-based word processor that enables document creation an...',
|
|
346
|
-
providerUrl: 'https://accounts.google.com',
|
|
347
|
-
icon: {
|
|
348
|
-
name: 'AiOutlineFileText',
|
|
349
|
-
style: {
|
|
350
|
-
fontSize: 'large'
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
logo: '_side/thirdparty/logos/googledocs.svg',
|
|
354
|
-
enabled: true,
|
|
355
|
-
scopes: ['https://www.googleapis.com/auth/documents', 'openid', 'email'],
|
|
356
|
-
mcpUrl: 'https://mcp.google.com',
|
|
357
|
-
authMethods: ['oauth2'],
|
|
358
|
-
categories: ['document & file management']
|
|
359
|
-
}, {
|
|
360
|
-
id: 'google-drive-mcp',
|
|
361
|
-
title: 'Google Drive',
|
|
362
|
-
description: 'Access and manage your files, folders, and documents from Google Drive',
|
|
363
|
-
providerUrl: 'https://accounts.google.com',
|
|
364
|
-
icon: {
|
|
365
|
-
name: 'AiOutlineFolder',
|
|
366
|
-
style: {
|
|
367
|
-
fontSize: 'large'
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
logo: '_side/thirdparty/logos/googledrive.svg',
|
|
371
|
-
color: '#4285F4',
|
|
372
|
-
enabled: true,
|
|
373
|
-
scopes: ['https://www.googleapis.com/auth/drive', 'openid', 'email'],
|
|
374
|
-
mcpUrl: 'https://mcp.google.com',
|
|
375
|
-
authMethods: ['oauth2'],
|
|
376
|
-
categories: ['document & file management']
|
|
377
|
-
}, {
|
|
378
|
-
id: 'googlesheets-mcp',
|
|
379
|
-
title: 'Google Sheets',
|
|
380
|
-
description: 'Google Sheets is a cloud-based spreadsheet tool for real-time collaboration a...',
|
|
381
|
-
providerUrl: 'https://accounts.google.com',
|
|
382
|
-
icon: {
|
|
383
|
-
name: 'AiOutlineProject',
|
|
384
|
-
style: {
|
|
385
|
-
fontSize: 'large'
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
logo: '_side/thirdparty/logos/googlesheets.svg',
|
|
389
|
-
enabled: true,
|
|
390
|
-
scopes: ['https://www.googleapis.com/auth/spreadsheets', 'openid', 'email'],
|
|
391
|
-
mcpUrl: 'https://mcp.google.com',
|
|
392
|
-
authMethods: ['oauth2'],
|
|
393
|
-
categories: ['productivity & project management']
|
|
394
|
-
}, {
|
|
395
|
-
id: 'granola-mcp',
|
|
396
|
-
title: 'Granola',
|
|
397
|
-
description: 'Granola MCP connector',
|
|
398
|
-
scopes: ['notes:read'],
|
|
399
|
-
mcpUrl: 'https://mcp.granola.ai',
|
|
400
|
-
icon: {
|
|
401
|
-
name: 'AiOutlineApi',
|
|
402
|
-
style: {
|
|
403
|
-
fontSize: 'large'
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
logo: '_side/thirdparty/logos/Granola_AI.svg',
|
|
407
|
-
authMethods: ['api_key'],
|
|
408
|
-
categories: ['productivity & project management']
|
|
409
|
-
}, {
|
|
410
|
-
id: 'hubspot-mcp',
|
|
411
|
-
title: 'HubSpot',
|
|
412
|
-
description: 'HubSpot is an all-in-one marketing, sales, and customer service platform. It ...',
|
|
413
|
-
providerUrl: 'https://app.hubspot.com',
|
|
414
|
-
icon: {
|
|
415
|
-
name: 'AiOutlineContacts',
|
|
416
|
-
style: {
|
|
417
|
-
fontSize: 'large'
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
logo: '_side/thirdparty/logos/hubspot.svg',
|
|
421
|
-
enabled: true,
|
|
422
|
-
scopes: ['crm.objects.contacts.read', 'crm.objects.contacts.write'],
|
|
423
|
-
mcpUrl: 'https://api.hubspot.com/mcp',
|
|
424
|
-
authMethods: ['api_key'],
|
|
425
|
-
categories: ['crm'],
|
|
426
|
-
fields: [{
|
|
427
|
-
name: 'hubspot-api-key',
|
|
428
|
-
label: 'HubSpot API Key',
|
|
429
|
-
type: 'string',
|
|
430
|
-
placeholder: '',
|
|
431
|
-
description: 'The API key for Hubspot API requests. For more information, visit https://developers.hubspot.com/',
|
|
432
|
-
required: true,
|
|
433
|
-
defaultValue: '',
|
|
434
|
-
isConfigField: true,
|
|
435
|
-
isSecret: true,
|
|
436
|
-
secretSource: {
|
|
437
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
438
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
439
|
-
secretKey: 'HUBSPOT_API_KEY'
|
|
440
|
-
},
|
|
441
|
-
uiWidget: 'password',
|
|
442
|
-
enumValues: [],
|
|
443
|
-
readOnly: false,
|
|
444
|
-
iconType: '',
|
|
445
|
-
genericType: 'api_key'
|
|
446
|
-
}]
|
|
447
|
-
}, {
|
|
448
|
-
id: 'hugging-face-mcp',
|
|
449
|
-
title: 'Hugging Face',
|
|
450
|
-
description: 'AI models and machine learning platform',
|
|
451
|
-
scopes: ['read'],
|
|
452
|
-
mcpUrl: 'https://huggingface.co',
|
|
453
|
-
icon: {
|
|
454
|
-
name: 'AiOutlineApi'
|
|
455
|
-
},
|
|
456
|
-
logo: '_side/thirdparty/logos/hugging_face.svg',
|
|
457
|
-
color: '#FFD21E',
|
|
458
|
-
authMethods: ['api_key'],
|
|
459
|
-
categories: ['ai & machine learning']
|
|
460
|
-
}, {
|
|
461
|
-
id: 'jira-mcp',
|
|
462
|
-
title: 'Jira',
|
|
463
|
-
description: 'Issue and project tracking',
|
|
464
|
-
scopes: ['read:jira-work', 'write:jira-work'],
|
|
465
|
-
mcpUrl: 'https://mcp.atlassian.com/v1',
|
|
466
|
-
icon: {
|
|
467
|
-
name: 'AiOutlineBug'
|
|
468
|
-
},
|
|
469
|
-
logo: '_side/thirdparty/logos/jira.svg',
|
|
470
|
-
color: '#0052CC',
|
|
471
|
-
authMethods: ['oauth2'],
|
|
472
|
-
categories: ['productivity & project management']
|
|
473
|
-
}, {
|
|
474
|
-
id: 'linear-mcp',
|
|
475
|
-
title: 'Linear',
|
|
476
|
-
description: 'Project management and issue tracking',
|
|
477
|
-
scopes: ['read', 'write'],
|
|
478
|
-
mcpUrl: 'https://mcp.linear.app/mcp',
|
|
479
|
-
icon: {
|
|
480
|
-
name: 'AiOutlineProject'
|
|
481
|
-
},
|
|
482
|
-
logo: '_side/thirdparty/logos/linear.svg',
|
|
483
|
-
color: '#5E6AD2',
|
|
484
|
-
authMethods: ['oauth2'],
|
|
485
|
-
categories: ['productivity & project management']
|
|
486
|
-
}, {
|
|
487
|
-
id: 'monday-mcp',
|
|
488
|
-
title: 'Monday',
|
|
489
|
-
description: 'Monday.com is a customizable work management platform for project planning',
|
|
490
|
-
providerUrl: 'https://auth.monday.com',
|
|
491
|
-
icon: {
|
|
492
|
-
name: 'AiOutlineProject',
|
|
493
|
-
style: {
|
|
494
|
-
fontSize: 'large'
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
logo: '_side/thirdparty/logos/monday.svg',
|
|
498
|
-
enabled: true,
|
|
499
|
-
scopes: ['boards:read', 'boards:write'],
|
|
500
|
-
mcpUrl: 'https://mcp.monday.com',
|
|
501
|
-
authMethods: ['oauth2'],
|
|
502
|
-
categories: ['productivity & project management']
|
|
503
|
-
}, {
|
|
504
|
-
id: 'neon-mcp',
|
|
505
|
-
title: 'Neon',
|
|
506
|
-
description: 'Neon is a serverless Postgres platform for building scalable apps faster. Its...',
|
|
507
|
-
providerUrl: 'https://oauth2.neon.tech',
|
|
508
|
-
icon: {
|
|
509
|
-
name: 'AiOutlineCode',
|
|
510
|
-
style: {
|
|
511
|
-
fontSize: 'large'
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
logo: '_side/thirdparty/logos/neon.svg',
|
|
515
|
-
enabled: true,
|
|
516
|
-
scopes: ['urn:neoncloud:projects:read', 'urn:neoncloud:projects:create'],
|
|
517
|
-
mcpUrl: 'https://mcp.neon.tech',
|
|
518
|
-
authMethods: ['api_key'],
|
|
519
|
-
categories: ['developer tools & devops'],
|
|
520
|
-
fields: [{
|
|
521
|
-
name: 'neon-api-key',
|
|
522
|
-
label: 'Neon API Key',
|
|
523
|
-
type: 'string',
|
|
524
|
-
placeholder: '',
|
|
525
|
-
description: 'Your API key for authentication. Obtain it from your account settings.',
|
|
526
|
-
required: true,
|
|
527
|
-
defaultValue: '',
|
|
528
|
-
isConfigField: true,
|
|
529
|
-
isSecret: true,
|
|
530
|
-
secretSource: {
|
|
531
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
532
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
533
|
-
secretKey: 'NEON_API_KEY'
|
|
534
|
-
},
|
|
535
|
-
uiWidget: 'password',
|
|
536
|
-
enumValues: [],
|
|
537
|
-
readOnly: false,
|
|
538
|
-
iconType: '',
|
|
539
|
-
genericType: 'api_key'
|
|
540
|
-
}]
|
|
541
|
-
}, {
|
|
542
|
-
id: 'notion-mcp',
|
|
543
|
-
title: 'Notion',
|
|
544
|
-
description: 'All-in-one workspace for notes and docs',
|
|
545
|
-
mcpUrl: 'https://mcp.notion.com',
|
|
546
|
-
scopes: ['read:consent'],
|
|
547
|
-
icon: {
|
|
548
|
-
name: 'AiOutlineFileText'
|
|
549
|
-
},
|
|
550
|
-
logo: '_side/thirdparty/logos/notion.svg',
|
|
551
|
-
color: '#000000',
|
|
552
|
-
authMethods: ['oauth2'],
|
|
553
|
-
categories: ['productivity & project management']
|
|
554
|
-
}, {
|
|
555
|
-
id: 'posthog-mcp',
|
|
556
|
-
title: 'PostHog',
|
|
557
|
-
description: 'Product analytics and feature flags',
|
|
558
|
-
scopes: ['read', 'write'],
|
|
559
|
-
mcpUrl: 'https://mcp.posthog.com',
|
|
560
|
-
icon: {
|
|
561
|
-
name: 'AiOutlineSearch'
|
|
562
|
-
},
|
|
563
|
-
logo: '_side/thirdparty/logos/posthog.svg',
|
|
564
|
-
color: '#F9BD2B',
|
|
565
|
-
authMethods: ['api_key'],
|
|
566
|
-
categories: ['analytics & data']
|
|
567
|
-
}, {
|
|
568
|
-
id: 'postiz-mcp',
|
|
569
|
-
title: 'Postiz',
|
|
570
|
-
description: 'Postiz is an agentic social media scheduling tool for managing and growing yo...',
|
|
571
|
-
scopes: ['posts:read', 'posts:write', 'schedule:write'],
|
|
572
|
-
mcpUrl: 'https://mcp.postiz.com',
|
|
573
|
-
icon: {
|
|
574
|
-
name: 'AiOutlineShareAlt',
|
|
575
|
-
style: {
|
|
576
|
-
fontSize: 'large'
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
logo: '_side/thirdparty/logos/postiz.svg',
|
|
580
|
-
authMethods: ['api_key'],
|
|
581
|
-
categories: ['marketing & social media']
|
|
582
|
-
}, {
|
|
583
|
-
id: 'salesforce-mcp',
|
|
584
|
-
title: 'Salesforce',
|
|
585
|
-
description: 'Salesforce is a leading CRM platform that helps businesses manage sales, serv...',
|
|
586
|
-
providerUrl: 'https://login.salesforce.com',
|
|
587
|
-
icon: {
|
|
588
|
-
name: 'AiOutlineContacts',
|
|
589
|
-
style: {
|
|
590
|
-
fontSize: 'large'
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
|
-
logo: '_side/thirdparty/logos/salesforce.svg',
|
|
594
|
-
enabled: true,
|
|
595
|
-
scopes: ['api', 'refresh_token'],
|
|
596
|
-
mcpUrl: 'https://mcp.salesforce.com',
|
|
597
|
-
authMethods: ['oauth2'],
|
|
598
|
-
categories: ['crm']
|
|
599
|
-
}, {
|
|
600
|
-
id: 'sentry-mcp',
|
|
601
|
-
title: 'Sentry',
|
|
602
|
-
description: 'Sentry is an error tracking and performance monitoring platform for applicati...',
|
|
603
|
-
providerUrl: 'https://sentry.io',
|
|
604
|
-
icon: {
|
|
605
|
-
name: 'AiOutlineCode',
|
|
606
|
-
style: {
|
|
607
|
-
fontSize: 'large'
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
logo: '_side/thirdparty/logos/sentry.svg',
|
|
611
|
-
enabled: true,
|
|
612
|
-
scopes: ['org:read', 'project:read', 'event:read'],
|
|
613
|
-
mcpUrl: 'https://mcp.sentry.dev',
|
|
614
|
-
authMethods: ['api_key'],
|
|
615
|
-
categories: ['developer tools & devops'],
|
|
616
|
-
fields: [{
|
|
617
|
-
name: 'token',
|
|
618
|
-
label: 'Bearer Token',
|
|
619
|
-
type: 'string',
|
|
620
|
-
placeholder: '',
|
|
621
|
-
description: 'Token for bearer authentication',
|
|
622
|
-
required: true,
|
|
623
|
-
defaultValue: '',
|
|
624
|
-
isConfigField: true,
|
|
625
|
-
isSecret: true,
|
|
626
|
-
secretSource: {
|
|
627
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
628
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
629
|
-
secretKey: 'TOKEN'
|
|
630
|
-
},
|
|
631
|
-
uiWidget: 'password',
|
|
632
|
-
enumValues: [],
|
|
633
|
-
readOnly: false,
|
|
634
|
-
iconType: '',
|
|
635
|
-
genericType: 'bearer_token'
|
|
636
|
-
}]
|
|
637
|
-
}, {
|
|
638
|
-
id: 'shopify-mcp',
|
|
639
|
-
title: 'Shopify',
|
|
640
|
-
description: 'Shopify is an e-commerce platform for building, managing, and scaling online ...',
|
|
641
|
-
providerUrl: 'https://accounts.shopify.com',
|
|
642
|
-
icon: {
|
|
643
|
-
name: 'AiOutlineShoppingCart',
|
|
644
|
-
style: {
|
|
645
|
-
fontSize: 'large'
|
|
646
|
-
}
|
|
647
|
-
},
|
|
648
|
-
logo: '_side/thirdparty/logos/shopify.svg',
|
|
649
|
-
enabled: true,
|
|
650
|
-
scopes: ['read_products', 'write_orders', 'read_customers'],
|
|
651
|
-
mcpUrl: 'https://mcp.shopify.com',
|
|
652
|
-
authMethods: ['api_key'],
|
|
653
|
-
categories: ['e-commerce'],
|
|
654
|
-
fields: [{
|
|
655
|
-
name: 'subdomain',
|
|
656
|
-
label: 'Store Subdomain',
|
|
657
|
-
type: 'string',
|
|
658
|
-
placeholder: '',
|
|
659
|
-
description: "Your Shopify store's subdomain (e.g., your-store-name in your-store-name.myshopify.com)",
|
|
660
|
-
required: true,
|
|
661
|
-
defaultValue: '',
|
|
662
|
-
isConfigField: true,
|
|
663
|
-
isSecret: false,
|
|
664
|
-
secretSource: null,
|
|
665
|
-
uiWidget: 'text',
|
|
666
|
-
enumValues: [],
|
|
667
|
-
readOnly: false,
|
|
668
|
-
iconType: '',
|
|
669
|
-
genericType: 'subdomain'
|
|
670
|
-
}, {
|
|
671
|
-
name: 'shopify-admin-api-access-token',
|
|
672
|
-
label: 'Shopify Admin Api Access Token',
|
|
673
|
-
type: 'string',
|
|
674
|
-
placeholder: '',
|
|
675
|
-
description: 'Your Admin api acess token for authentication which can be generated from your Shopify app settings. Create a Shopify app and configure the required scopes. You can access your app settings and generate the token by visiting https://admin.shopify.com/store/<store-name>/settings/apps/development',
|
|
676
|
-
required: true,
|
|
677
|
-
defaultValue: '',
|
|
678
|
-
isConfigField: true,
|
|
679
|
-
isSecret: true,
|
|
680
|
-
secretSource: {
|
|
681
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
682
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
683
|
-
secretKey: 'SHOPIFY_ADMIN_API_ACCESS_TOKEN'
|
|
684
|
-
},
|
|
685
|
-
uiWidget: 'password',
|
|
686
|
-
enumValues: [],
|
|
687
|
-
readOnly: false,
|
|
688
|
-
iconType: '',
|
|
689
|
-
genericType: 'access_token'
|
|
690
|
-
}]
|
|
691
|
-
}, {
|
|
692
|
-
id: 'slack-mcp',
|
|
693
|
-
title: 'Slack',
|
|
694
|
-
description: 'Team communication and messaging',
|
|
695
|
-
scopes: ['channels:read', 'chat:write', 'users:read'],
|
|
696
|
-
mcpUrl: 'https://mcp.slack.com',
|
|
697
|
-
icon: {
|
|
698
|
-
name: 'AiOutlineSlack'
|
|
699
|
-
},
|
|
700
|
-
logo: '_side/thirdparty/logos/slack.svg',
|
|
701
|
-
color: '#4A154B',
|
|
702
|
-
authMethods: ['oauth2'],
|
|
703
|
-
categories: ['collaboration & communication']
|
|
704
|
-
}, {
|
|
705
|
-
id: 'stripe-mcp',
|
|
706
|
-
title: 'Stripe',
|
|
707
|
-
description: 'Stripe is a global online payments platform offering APIs for managing paymen...',
|
|
708
|
-
providerUrl: 'https://connect.stripe.com',
|
|
709
|
-
icon: {
|
|
710
|
-
name: 'AiOutlineDollar',
|
|
711
|
-
style: {
|
|
712
|
-
fontSize: 'large'
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
logo: '_side/thirdparty/logos/stripe.svg',
|
|
716
|
-
enabled: true,
|
|
717
|
-
scopes: ['read_write'],
|
|
718
|
-
mcpUrl: 'https://mcp.stripe.com',
|
|
719
|
-
authMethods: ['api_key'],
|
|
720
|
-
categories: ['finance & accounting'],
|
|
721
|
-
fields: [{
|
|
722
|
-
name: 'stripeSecretKey',
|
|
723
|
-
label: 'Stripe Secret Key',
|
|
724
|
-
type: 'string',
|
|
725
|
-
placeholder: 'Starts with sk_live_ (live) or sk_test_ (test) e.g., sk_live_51AbC... or sk_test_51XyZ...',
|
|
726
|
-
description: '',
|
|
727
|
-
required: false,
|
|
728
|
-
defaultValue: '',
|
|
729
|
-
isConfigField: true,
|
|
730
|
-
isSecret: true,
|
|
731
|
-
secretSource: {
|
|
732
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
733
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
734
|
-
secretKey: 'STRIPE_SECRET_KEY'
|
|
735
|
-
},
|
|
736
|
-
uiWidget: 'password',
|
|
737
|
-
enumValues: [],
|
|
738
|
-
readOnly: false,
|
|
739
|
-
iconType: '',
|
|
740
|
-
genericType: 'secret_key'
|
|
741
|
-
}, {
|
|
742
|
-
name: 'info',
|
|
743
|
-
label: 'Info',
|
|
744
|
-
type: 'string',
|
|
745
|
-
placeholder: '',
|
|
746
|
-
description: '<ul class="tiptap-bullet-list"><li class="tiptap-list-item"><p>Go to <a target="_blank" rel="noopener noreferrer nofollow" class="text-blue-600 underline hover:text-blue-800" href="https://dashboard.stripe.com/apikeys">dashboard.stripe.com</a></p></li><li class="tiptap-list-item"><p>Use Test mode keys (sk_test_…) for development</p></li><li class="tiptap-list-item"><p>Switch to Live mode → reveal Live secret key (sk_live_…) when ready</p></li></ul>',
|
|
747
|
-
required: false,
|
|
748
|
-
defaultValue: '',
|
|
749
|
-
isConfigField: false,
|
|
750
|
-
isSecret: false,
|
|
751
|
-
secretSource: null,
|
|
752
|
-
uiWidget: 'LabelWidget',
|
|
753
|
-
enumValues: [],
|
|
754
|
-
readOnly: true,
|
|
755
|
-
iconType: 'info',
|
|
756
|
-
genericType: 'info'
|
|
757
|
-
}]
|
|
758
|
-
}, {
|
|
759
|
-
id: 'supabase-mcp',
|
|
760
|
-
title: 'Supabase',
|
|
761
|
-
description: 'Supabase is an open-source backend platform offering scalable Postgres databa...',
|
|
762
|
-
providerUrl: 'https://api.supabase.com',
|
|
763
|
-
icon: {
|
|
764
|
-
name: 'AiOutlineCode',
|
|
765
|
-
style: {
|
|
766
|
-
fontSize: 'large'
|
|
767
|
-
}
|
|
768
|
-
},
|
|
769
|
-
logo: '_side/thirdparty/logos/supabase.svg',
|
|
770
|
-
enabled: true,
|
|
771
|
-
scopes: ['all'],
|
|
772
|
-
mcpUrl: 'https://mcp.supabase.com',
|
|
773
|
-
authMethods: ['api_key'],
|
|
774
|
-
categories: ['developer tools & devops'],
|
|
775
|
-
fields: [{
|
|
776
|
-
name: 'supabaseProjectUrl',
|
|
777
|
-
label: 'Supabase Project URL',
|
|
778
|
-
type: 'string',
|
|
779
|
-
placeholder: 'eg : https://abc123def.supabase.co',
|
|
780
|
-
description: '',
|
|
781
|
-
required: false,
|
|
782
|
-
defaultValue: '',
|
|
783
|
-
isConfigField: true,
|
|
784
|
-
isSecret: true,
|
|
785
|
-
secretSource: {
|
|
786
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
787
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
788
|
-
secretKey: 'SUPABASE_PROJECT_URL'
|
|
789
|
-
},
|
|
790
|
-
uiWidget: 'text',
|
|
791
|
-
enumValues: [],
|
|
792
|
-
readOnly: false,
|
|
793
|
-
iconType: '',
|
|
794
|
-
genericType: 'base_url'
|
|
795
|
-
}, {
|
|
796
|
-
name: 'supabaseAnonPublicKey',
|
|
797
|
-
label: 'Supabase Anon Public Key',
|
|
798
|
-
type: 'string',
|
|
799
|
-
placeholder: 'Starts with eyJ... (long JWT-like string)',
|
|
800
|
-
description: '',
|
|
801
|
-
required: false,
|
|
802
|
-
defaultValue: '',
|
|
803
|
-
isConfigField: true,
|
|
804
|
-
isSecret: true,
|
|
805
|
-
secretSource: {
|
|
806
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
807
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
808
|
-
secretKey: 'SUPABASE_ANON_PUBLIC_KEY'
|
|
809
|
-
},
|
|
810
|
-
uiWidget: 'password',
|
|
811
|
-
enumValues: [],
|
|
812
|
-
readOnly: false,
|
|
813
|
-
iconType: '',
|
|
814
|
-
genericType: 'public_api_key'
|
|
815
|
-
}, {
|
|
816
|
-
name: 'info',
|
|
817
|
-
label: 'Info',
|
|
818
|
-
type: 'string',
|
|
819
|
-
placeholder: '',
|
|
820
|
-
description: '<p>Visit your project at <a target="_blank" rel="noopener noreferrer nofollow" class="text-blue-600 underline hover:text-blue-800" href="http://app.supabase.com">app.supabase.com</a> and obtain your credentials.</p>',
|
|
821
|
-
required: false,
|
|
822
|
-
defaultValue: '',
|
|
823
|
-
isConfigField: false,
|
|
824
|
-
isSecret: false,
|
|
825
|
-
secretSource: null,
|
|
826
|
-
uiWidget: 'LabelWidget',
|
|
827
|
-
enumValues: [],
|
|
828
|
-
readOnly: true,
|
|
829
|
-
iconType: 'info',
|
|
830
|
-
genericType: 'info'
|
|
831
|
-
}]
|
|
832
|
-
}, {
|
|
833
|
-
id: 'tavily-mcp',
|
|
834
|
-
title: 'Tavily',
|
|
835
|
-
description: 'Tavily MCP connector',
|
|
836
|
-
scopes: ['search', 'extract', 'map', 'crawl'],
|
|
837
|
-
mcpUrl: 'https://mcp.tavily.com/mcp',
|
|
838
|
-
icon: {
|
|
839
|
-
name: 'AiOutlineApi',
|
|
840
|
-
style: {
|
|
841
|
-
fontSize: 'large'
|
|
842
|
-
}
|
|
843
|
-
},
|
|
844
|
-
logo: '_side/thirdparty/logos/tavily.svg',
|
|
845
|
-
authMethods: ['api_key'],
|
|
846
|
-
categories: ['data & analytics']
|
|
847
|
-
}, {
|
|
848
|
-
id: 'tinyfish-mcp',
|
|
849
|
-
title: 'TinyFish',
|
|
850
|
-
description: 'TinyFish MCP connector',
|
|
851
|
-
scopes: ['tools:read'],
|
|
852
|
-
mcpUrl: 'https://mcp.tinyfish.io',
|
|
853
|
-
icon: {
|
|
854
|
-
name: 'AiOutlineApi',
|
|
855
|
-
style: {
|
|
856
|
-
fontSize: 'large'
|
|
857
|
-
}
|
|
858
|
-
},
|
|
859
|
-
logo: '_side/thirdparty/logos/tinyfish.svg',
|
|
860
|
-
authMethods: ['api_key'],
|
|
861
|
-
categories: ['developer tools & devops']
|
|
862
|
-
}, {
|
|
863
|
-
id: 'todoist-mcp',
|
|
864
|
-
title: 'Todoist',
|
|
865
|
-
description: 'Task management and to-do lists',
|
|
866
|
-
scopes: ['task:add', 'data:read', 'data:read_write'],
|
|
867
|
-
mcpUrl: 'https://ai.todoist.net',
|
|
868
|
-
icon: {
|
|
869
|
-
name: 'AiOutlineCheckSquare'
|
|
870
|
-
},
|
|
871
|
-
logo: '_side/thirdparty/logos/todoist.svg',
|
|
872
|
-
color: '#E44332',
|
|
873
|
-
authMethods: ['api_key'],
|
|
874
|
-
categories: ['productivity & project management']
|
|
875
|
-
}, {
|
|
876
|
-
id: 'vercel-mcp',
|
|
877
|
-
title: 'Vercel',
|
|
878
|
-
description: 'Vercel is a platform for frontend frameworks and static sites, letting you ho...',
|
|
879
|
-
providerUrl: 'https://vercel.com',
|
|
880
|
-
icon: {
|
|
881
|
-
name: 'AiOutlineCode',
|
|
882
|
-
style: {
|
|
883
|
-
fontSize: 'large'
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
logo: '_side/thirdparty/logos/vercel.svg',
|
|
887
|
-
enabled: true,
|
|
888
|
-
scopes: ['deployments:read', 'projects:read', 'projects:write'],
|
|
889
|
-
mcpUrl: 'https://mcp.vercel.com',
|
|
890
|
-
authMethods: ['api_key'],
|
|
891
|
-
categories: ['developer tools & devops'],
|
|
892
|
-
fields: [{
|
|
893
|
-
name: 'bearerToken',
|
|
894
|
-
label: 'Vercel Access Token',
|
|
895
|
-
type: 'string',
|
|
896
|
-
placeholder: '',
|
|
897
|
-
description: 'The Vercel Access Token used for authenticating API requests.',
|
|
898
|
-
required: true,
|
|
899
|
-
defaultValue: '',
|
|
900
|
-
isConfigField: true,
|
|
901
|
-
isSecret: true,
|
|
902
|
-
secretSource: {
|
|
903
|
-
type: ContributeDefaultValueSourceType.Vault,
|
|
904
|
-
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
905
|
-
secretKey: 'BEARER_TOKEN'
|
|
906
|
-
},
|
|
907
|
-
uiWidget: 'password',
|
|
908
|
-
enumValues: [],
|
|
909
|
-
readOnly: false,
|
|
910
|
-
iconType: '',
|
|
911
|
-
genericType: 'bearer_token'
|
|
912
|
-
}, {
|
|
913
|
-
name: 'vercel-team-id',
|
|
914
|
-
label: 'Vercel Team ID',
|
|
915
|
-
type: 'string',
|
|
916
|
-
placeholder: '',
|
|
917
|
-
description: 'The identifier of the Vercel team to perform the request on behalf of.',
|
|
918
|
-
required: false,
|
|
919
|
-
defaultValue: '',
|
|
920
|
-
isConfigField: true,
|
|
921
|
-
isSecret: false,
|
|
922
|
-
secretSource: null,
|
|
923
|
-
uiWidget: 'text',
|
|
924
|
-
enumValues: [],
|
|
925
|
-
readOnly: false,
|
|
926
|
-
iconType: '',
|
|
927
|
-
genericType: 'organization_id'
|
|
928
|
-
}]
|
|
929
|
-
}, {
|
|
930
|
-
id: 'wix-mcp',
|
|
931
|
-
title: 'Wix',
|
|
932
|
-
description: 'Wix MCP connector',
|
|
933
|
-
scopes: ['site:read', 'site:write'],
|
|
934
|
-
mcpUrl: 'https://mcp.wix.com',
|
|
935
|
-
icon: {
|
|
936
|
-
name: 'AiOutlineApi',
|
|
937
|
-
style: {
|
|
938
|
-
fontSize: 'large'
|
|
939
|
-
}
|
|
940
|
-
},
|
|
941
|
-
logo: '_side/thirdparty/logos/wix.svg',
|
|
942
|
-
authMethods: ['api_key'],
|
|
943
|
-
categories: ['e-commerce']
|
|
944
|
-
}, {
|
|
945
|
-
id: 'zoom-mcp',
|
|
946
|
-
title: 'Zoom',
|
|
947
|
-
description: 'Zoom is a video conferencing and online meeting platform with features like b...',
|
|
948
|
-
providerUrl: 'https://zoom.us',
|
|
949
|
-
icon: {
|
|
950
|
-
name: 'AiOutlineMessage',
|
|
951
|
-
style: {
|
|
952
|
-
fontSize: 'large'
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
logo: '_side/thirdparty/logos/zoom.svg',
|
|
956
|
-
enabled: true,
|
|
957
|
-
scopes: ['meeting:read', 'meeting:write', 'user:read'],
|
|
958
|
-
mcpUrl: 'https://mcp.zoom.us',
|
|
959
|
-
authMethods: ['oauth2'],
|
|
960
|
-
categories: ['collaboration & communication']
|
|
961
|
-
}];export{mcpProvidersConfig};//# sourceMappingURL=mcpConnectorConfig.js.map
|