repoburg 1.3.166 → 1.3.168
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/backend/dist/src/app.module.js +2 -0
- package/backend/dist/src/app.module.js.map +1 -1
- package/backend/dist/src/core-entities/mcp-config.entity.d.ts +9 -0
- package/backend/dist/src/core-entities/mcp-config.entity.js +71 -6
- package/backend/dist/src/core-entities/mcp-config.entity.js.map +1 -1
- package/backend/dist/src/events/websocket.events.d.ts +12 -0
- package/backend/dist/src/events/websocket.events.js +4 -0
- package/backend/dist/src/events/websocket.events.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/dto/web-fetch.args.dto.d.ts +3 -0
- package/backend/dist/src/llm-orchestration/action-handlers/dto/web-fetch.args.dto.js +22 -0
- package/backend/dist/src/llm-orchestration/action-handlers/dto/web-fetch.args.dto.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/dto/web-search.args.dto.d.ts +4 -0
- package/backend/dist/src/llm-orchestration/action-handlers/dto/web-search.args.dto.js +30 -0
- package/backend/dist/src/llm-orchestration/action-handlers/dto/web-search.args.dto.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/web-fetch.handler.d.ts +16 -0
- package/backend/dist/src/llm-orchestration/action-handlers/web-fetch.handler.js +180 -0
- package/backend/dist/src/llm-orchestration/action-handlers/web-fetch.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/web-search.handler.d.ts +16 -0
- package/backend/dist/src/llm-orchestration/action-handlers/web-search.handler.js +185 -0
- package/backend/dist/src/llm-orchestration/action-handlers/web-search.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/llm-orchestration.module.js +9 -1
- package/backend/dist/src/llm-orchestration/llm-orchestration.module.js.map +1 -1
- package/backend/dist/src/mcp/marketplace/dto/initiate-connect.dto.d.ts +3 -0
- package/backend/dist/src/mcp/marketplace/dto/initiate-connect.dto.js +27 -0
- package/backend/dist/src/mcp/marketplace/dto/initiate-connect.dto.js.map +1 -0
- package/backend/dist/src/mcp/marketplace/marketplace.controller.d.ts +20 -0
- package/backend/dist/src/mcp/marketplace/marketplace.controller.js +145 -0
- package/backend/dist/src/mcp/marketplace/marketplace.controller.js.map +1 -0
- package/backend/dist/src/mcp/marketplace/marketplace.module.d.ts +2 -0
- package/backend/dist/src/mcp/marketplace/marketplace.module.js +34 -0
- package/backend/dist/src/mcp/marketplace/marketplace.module.js.map +1 -0
- package/backend/dist/src/mcp/marketplace/marketplace.service.d.ts +35 -0
- package/backend/dist/src/mcp/marketplace/marketplace.service.js +275 -0
- package/backend/dist/src/mcp/marketplace/marketplace.service.js.map +1 -0
- package/backend/dist/src/mcp/marketplace/oauth-provider.d.ts +29 -0
- package/backend/dist/src/mcp/marketplace/oauth-provider.js +55 -0
- package/backend/dist/src/mcp/marketplace/oauth-provider.js.map +1 -0
- package/backend/dist/src/mcp/marketplace/remote-servers.catalog.d.ts +12 -0
- package/backend/dist/src/mcp/marketplace/remote-servers.catalog.js +2318 -0
- package/backend/dist/src/mcp/marketplace/remote-servers.catalog.js.map +1 -0
- package/backend/dist/src/mcp/mcp.service.d.ts +2 -0
- package/backend/dist/src/mcp/mcp.service.js +92 -4
- package/backend/dist/src/mcp/mcp.service.js.map +1 -1
- package/backend/dist/src/mcp-server/mcp-server.constants.js +2 -0
- package/backend/dist/src/mcp-server/mcp-server.constants.js.map +1 -1
- package/backend/dist/src/seeding/data/system-prompts/control-repoburg-agent.js +2 -0
- package/backend/dist/src/seeding/data/system-prompts/control-repoburg-agent.js.map +1 -1
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.js +2 -0
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.js.map +1 -1
- package/backend/dist/src/seeding/data/system-prompts/explore-codebase-agent.js +2 -0
- package/backend/dist/src/seeding/data/system-prompts/explore-codebase-agent.js.map +1 -1
- package/backend/dist/src/system-prompts/system-prompts.service.js +2 -0
- package/backend/dist/src/system-prompts/system-prompts.service.js.map +1 -1
- package/backend/dist/tsconfig.build.tsbuildinfo +1 -1
- package/backend/package.json +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2318 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.REMOTE_SERVERS_CATALOG = void 0;
|
|
4
|
+
exports.findCatalogEntry = findCatalogEntry;
|
|
5
|
+
exports.getCatalogCategories = getCatalogCategories;
|
|
6
|
+
exports.REMOTE_SERVERS_CATALOG = [
|
|
7
|
+
{
|
|
8
|
+
id: 'ahrefs',
|
|
9
|
+
name: 'Ahrefs',
|
|
10
|
+
description: 'SEO & AI search analytics',
|
|
11
|
+
serverUrl: 'https://api.ahrefs.com/mcp/mcp',
|
|
12
|
+
logoUrl: 'https://svgl.app/library/ahrefs.svg',
|
|
13
|
+
category: 'Monitoring & Analytics',
|
|
14
|
+
authType: 'oauth',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
id: 'asana',
|
|
18
|
+
name: 'Asana',
|
|
19
|
+
description: 'Tasks, projects, workspaces',
|
|
20
|
+
serverUrl: 'https://mcp.asana.com/v2/mcp',
|
|
21
|
+
logoUrl: 'https://svgl.app/library/asana-logo.svg',
|
|
22
|
+
category: 'Productivity',
|
|
23
|
+
authType: 'oauth',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: 'atlassian',
|
|
27
|
+
name: 'Atlassian',
|
|
28
|
+
description: 'Jira, Confluence, Compass',
|
|
29
|
+
serverUrl: 'https://mcp.atlassian.com/v1/mcp/authv2',
|
|
30
|
+
logoUrl: 'https://svgl.app/library/atlassian.svg',
|
|
31
|
+
category: 'Monitoring & Analytics',
|
|
32
|
+
authType: 'oauth',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
id: 'canva',
|
|
36
|
+
name: 'Canva',
|
|
37
|
+
description: 'Designs, assets, exports, comments',
|
|
38
|
+
serverUrl: 'https://mcp.canva.com/mcp',
|
|
39
|
+
logoUrl: 'https://svgl.app/library/canva.svg',
|
|
40
|
+
category: 'Design',
|
|
41
|
+
authType: 'oauth',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
id: 'cloudflare',
|
|
45
|
+
name: 'Cloudflare',
|
|
46
|
+
description: 'Workers, D1, R2, DNS, account APIs',
|
|
47
|
+
serverUrl: 'https://mcp.cloudflare.com/mcp',
|
|
48
|
+
logoUrl: 'https://svgl.app/library/cloudflare.svg',
|
|
49
|
+
category: 'Developer',
|
|
50
|
+
authType: 'oauth',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
id: 'figma',
|
|
54
|
+
name: 'Figma',
|
|
55
|
+
description: 'Files, designs, Dev Mode context',
|
|
56
|
+
serverUrl: 'https://mcp.figma.com/mcp',
|
|
57
|
+
logoUrl: 'https://svgl.app/library/figma.svg',
|
|
58
|
+
category: 'Developer',
|
|
59
|
+
authType: 'oauth',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: 'github',
|
|
63
|
+
name: 'GitHub',
|
|
64
|
+
description: 'GitHub's official MCP Server',
|
|
65
|
+
serverUrl: 'https://api.githubcopilot.com/mcp/',
|
|
66
|
+
logoUrl: 'https://svgl.app/library/github_light.svg',
|
|
67
|
+
category: 'Developer',
|
|
68
|
+
authType: 'oauth',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
id: 'hubspot',
|
|
72
|
+
name: 'HubSpot',
|
|
73
|
+
description: 'CRM objects, records, HubSpot data',
|
|
74
|
+
serverUrl: 'https://mcp.hubspot.com',
|
|
75
|
+
logoUrl: 'https://cdn.simpleicons.org/hubspot',
|
|
76
|
+
category: 'CRM',
|
|
77
|
+
authType: 'oauth',
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
id: 'linear',
|
|
81
|
+
name: 'Linear',
|
|
82
|
+
description: 'Issues, projects, comments, cycles',
|
|
83
|
+
serverUrl: 'https://mcp.linear.app/mcp',
|
|
84
|
+
logoUrl: 'https://svgl.app/library/linear.svg',
|
|
85
|
+
category: 'Productivity',
|
|
86
|
+
authType: 'oauth',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
id: 'mercury',
|
|
90
|
+
name: 'Mercury',
|
|
91
|
+
description: 'Accounts, transactions, balances, cards',
|
|
92
|
+
serverUrl: 'https://mcp.mercury.com/mcp',
|
|
93
|
+
logoUrl: 'https://mercury.com/favicon.ico',
|
|
94
|
+
category: 'Finance',
|
|
95
|
+
authType: 'oauth',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
id: 'neon',
|
|
99
|
+
name: 'Neon',
|
|
100
|
+
description: 'Postgres projects, branches, SQL, docs',
|
|
101
|
+
serverUrl: 'https://mcp.neon.tech/mcp',
|
|
102
|
+
logoUrl: 'https://svgl.app/library/neon.svg',
|
|
103
|
+
category: 'Developer',
|
|
104
|
+
authType: 'oauth',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
id: 'notion',
|
|
108
|
+
name: 'Notion',
|
|
109
|
+
description: 'Pages, databases, comments, workspace search',
|
|
110
|
+
serverUrl: 'https://mcp.notion.com/mcp',
|
|
111
|
+
logoUrl: 'https://svgl.app/library/notion.svg',
|
|
112
|
+
category: 'Productivity',
|
|
113
|
+
authType: 'oauth',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
id: 'parallel',
|
|
117
|
+
name: 'Parallel Search',
|
|
118
|
+
description: 'Real-time web search and content extraction',
|
|
119
|
+
serverUrl: 'https://search.parallel.ai/mcp',
|
|
120
|
+
logoUrl: '/logos/parallel.svg',
|
|
121
|
+
category: 'Marketing',
|
|
122
|
+
authType: 'oauth',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
id: 'railway',
|
|
126
|
+
name: 'Railway',
|
|
127
|
+
description: 'Projects, services, environments, deployments',
|
|
128
|
+
serverUrl: 'https://mcp.railway.com',
|
|
129
|
+
logoUrl: 'https://svgl.app/library/railway.svg',
|
|
130
|
+
category: 'Developer',
|
|
131
|
+
authType: 'oauth',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
id: 'slack',
|
|
135
|
+
name: 'Slack',
|
|
136
|
+
description: 'Messages, channels, users, canvases',
|
|
137
|
+
serverUrl: 'https://mcp.slack.com/mcp',
|
|
138
|
+
logoUrl: 'https://svgl.app/library/slack.svg',
|
|
139
|
+
category: 'Design',
|
|
140
|
+
authType: 'oauth',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
id: 'stripe',
|
|
144
|
+
name: 'Stripe',
|
|
145
|
+
description: 'Payments, billing, customers, Stripe docs',
|
|
146
|
+
serverUrl: 'https://mcp.stripe.com',
|
|
147
|
+
logoUrl: 'https://svgl.app/library/stripe.svg',
|
|
148
|
+
category: 'Developer',
|
|
149
|
+
authType: 'oauth',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
id: 'supabase',
|
|
153
|
+
name: 'Supabase',
|
|
154
|
+
description: 'Projects, database, docs',
|
|
155
|
+
serverUrl: 'https://mcp.supabase.com/mcp',
|
|
156
|
+
logoUrl: 'https://svgl.app/library/supabase.svg',
|
|
157
|
+
category: 'Developer',
|
|
158
|
+
authType: 'oauth',
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
id: 'yahoo-finance',
|
|
162
|
+
name: 'Yahoo Finance',
|
|
163
|
+
description: 'Stock data, market news, financials, and price history',
|
|
164
|
+
serverUrl: 'https://gateway.mcpservers.org/yahoo-finance/mcp',
|
|
165
|
+
logoUrl: '/logos/yahoo-finance.svg',
|
|
166
|
+
category: 'Finance',
|
|
167
|
+
authType: 'oauth',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
id: 'aiera',
|
|
171
|
+
name: 'Aiera',
|
|
172
|
+
description: 'Earnings events, transcripts, filings',
|
|
173
|
+
serverUrl: 'https://mcp-pub.aiera.com/',
|
|
174
|
+
logoUrl: '/icon.png',
|
|
175
|
+
category: 'Travel & Food',
|
|
176
|
+
authType: 'oauth',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
id: 'apollo-io',
|
|
180
|
+
name: 'Apollo.io',
|
|
181
|
+
description: 'Contacts, companies, sales engagement',
|
|
182
|
+
serverUrl: 'https://mcp.apollo.io/mcp',
|
|
183
|
+
logoUrl: '/icon.png',
|
|
184
|
+
category: 'CRM',
|
|
185
|
+
authType: 'oauth',
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
id: 'attio',
|
|
189
|
+
name: 'Attio',
|
|
190
|
+
description: 'CRM records, notes, tasks',
|
|
191
|
+
serverUrl: 'https://mcp.attio.com/mcp',
|
|
192
|
+
logoUrl: '/icon.png',
|
|
193
|
+
category: 'Productivity',
|
|
194
|
+
authType: 'oauth',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
id: 'box',
|
|
198
|
+
name: 'Box',
|
|
199
|
+
description: 'Files, folders, search, Box AI',
|
|
200
|
+
serverUrl: 'https://mcp.box.com',
|
|
201
|
+
logoUrl: 'https://cdn.simpleicons.org/box',
|
|
202
|
+
category: 'Marketing',
|
|
203
|
+
authType: 'oauth',
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
id: 'adisinsight',
|
|
207
|
+
name: 'AdisInsight',
|
|
208
|
+
description: 'Pharmaceutical drug & clinical trial intelligence',
|
|
209
|
+
serverUrl: 'https://adisinsight-mcp.springer.com/mcp',
|
|
210
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fa2ac6f0eef6e0d2b6c052_adisinsight_logo.png',
|
|
211
|
+
category: 'Marketing',
|
|
212
|
+
authType: 'oauth',
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
id: 'adobe-experience-manager',
|
|
216
|
+
name: 'Adobe Experience Manager',
|
|
217
|
+
description: 'Manage your Adobe Experience Manager content',
|
|
218
|
+
serverUrl: 'https://mcp.adobeaemcloud.com/adobe/mcp/aem',
|
|
219
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f24b64e8d71dfd92fdd8d2_Adobe_icon_RGB_red%20(3)%20-%20Sarah%20Xu.svg',
|
|
220
|
+
category: 'Design',
|
|
221
|
+
authType: 'oauth',
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
id: 'adobe-creativity',
|
|
225
|
+
name: 'Adobe for creativity',
|
|
226
|
+
description: 'Ideate, create, and deliver with Adobe pro tools',
|
|
227
|
+
serverUrl: 'https://adobe-creativity.adobe.io/mcp',
|
|
228
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f24b64e8d71dfd92fdd8d2_Adobe_icon_RGB_red%20(3)%20-%20Sarah%20Xu.svg',
|
|
229
|
+
category: 'Design',
|
|
230
|
+
authType: 'oauth',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
id: 'adobe-journey-optimizer',
|
|
234
|
+
name: 'Adobe Journey Optimizer',
|
|
235
|
+
description: 'Understand and troubleshoot your Journeys and Campaigns',
|
|
236
|
+
serverUrl: 'https://ajo-mcp.adobe.io/mcp',
|
|
237
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f24b64e8d71dfd92fdd8d2_Adobe_icon_RGB_red%20(3)%20-%20Sarah%20Xu.svg',
|
|
238
|
+
category: 'Design',
|
|
239
|
+
authType: 'oauth',
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
id: 'adobe-marketing-agent',
|
|
243
|
+
name: 'Adobe Marketing Agent',
|
|
244
|
+
description: 'Marketing campaign and audience insights from Adobe',
|
|
245
|
+
serverUrl: 'https://aep-ai-ama.adobe.io/mcp',
|
|
246
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f24b64e8d71dfd92fdd8d2_Adobe_icon_RGB_red%20(3)%20-%20Sarah%20Xu.svg',
|
|
247
|
+
category: 'Developer',
|
|
248
|
+
authType: 'oauth',
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
id: 'airtable',
|
|
252
|
+
name: 'Airtable',
|
|
253
|
+
description: 'Bring your structured data to Claude',
|
|
254
|
+
serverUrl: 'https://mcp.airtable.com/mcp',
|
|
255
|
+
logoUrl: 'https://cdn.simpleicons.org/airtable',
|
|
256
|
+
category: 'AI & ML',
|
|
257
|
+
authType: 'oauth',
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
id: 'airwallex',
|
|
261
|
+
name: 'Airwallex',
|
|
262
|
+
description: 'Integrate with the Airwallex Platform using Claude',
|
|
263
|
+
serverUrl: 'https://mcp-demo.airwallex.com/developer',
|
|
264
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6977ee686ffe1cb730e94f07_Airwallex%20Mark%20-%20Colour%20-%20Square.png',
|
|
265
|
+
category: 'Finance',
|
|
266
|
+
authType: 'oauth',
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
id: 'aiwyn-tax',
|
|
270
|
+
name: 'Aiwyn Tax',
|
|
271
|
+
description: 'Estimate your federal & state taxes with Aiwyn's tax engine',
|
|
272
|
+
serverUrl: 'https://mcp.columnapi.com/mcp',
|
|
273
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69c05a2e0f10f41c8f005ee0_Aiwyn_Logo_Mark_Square%20(1).svg',
|
|
274
|
+
category: 'Finance',
|
|
275
|
+
authType: 'oauth',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
id: 'alltrails',
|
|
279
|
+
name: 'AllTrails',
|
|
280
|
+
description: 'Find your next hike',
|
|
281
|
+
serverUrl: 'https://www.alltrails.com/mcp',
|
|
282
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f517432a0d2180dc70610b_alltrails.svg',
|
|
283
|
+
category: 'Health & Science',
|
|
284
|
+
authType: 'oauth',
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
id: 'amplitude',
|
|
288
|
+
name: 'Amplitude',
|
|
289
|
+
description: 'Give your teams powerful behavioral insights',
|
|
290
|
+
serverUrl: 'https://mcp.amplitude.com/mcp',
|
|
291
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abdac9a60d37ccbb9f396_Amplitude.jpg',
|
|
292
|
+
category: 'Monitoring & Analytics',
|
|
293
|
+
authType: 'oauth',
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
id: 'audible',
|
|
297
|
+
name: 'Audible',
|
|
298
|
+
description: 'Ask for audiobook recommendations',
|
|
299
|
+
serverUrl: 'https://mcp.audible.com/mcp',
|
|
300
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f517b944431173c96c6735_audible%20-%20Audible%20(1).svg',
|
|
301
|
+
category: 'Files & Media',
|
|
302
|
+
authType: 'oauth',
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
id: 'aura',
|
|
306
|
+
name: 'Aura',
|
|
307
|
+
description: 'Company intelligence & workforce analytics',
|
|
308
|
+
serverUrl: 'https://mcp.auraintelligence.com/mcp',
|
|
309
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abdf0757d9241e42ce447_Aura.jpg',
|
|
310
|
+
category: 'Monitoring & Analytics',
|
|
311
|
+
authType: 'oauth',
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
id: 'aurora',
|
|
315
|
+
name: 'Aurora',
|
|
316
|
+
description: 'Search your Consilio matters, docs, and more.',
|
|
317
|
+
serverUrl: 'https://mcp.ai.consilio.com',
|
|
318
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b70a38d8e2b6e8fa1f71_consilio%20(1).svg',
|
|
319
|
+
category: 'Developer',
|
|
320
|
+
authType: 'oauth',
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
id: 'autodesk-product-help',
|
|
324
|
+
name: 'Autodesk Product Help',
|
|
325
|
+
description: 'Securely access Autodesk's help documentation',
|
|
326
|
+
serverUrl: 'https://developer.api.autodesk.com/knowledge/public/v1/mcp',
|
|
327
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f518707047601013a4983f_autodesk%20(1).svg',
|
|
328
|
+
category: 'Documents',
|
|
329
|
+
authType: 'oauth',
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
id: 'aws-marketplace',
|
|
333
|
+
name: 'AWS Marketplace',
|
|
334
|
+
description: 'Discover, evaluate, and buy solutions for the cloud',
|
|
335
|
+
serverUrl: 'https://marketplace-mcp.us-east-1.api.aws/',
|
|
336
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/692ddfcc3b71a55bb1993c71_amazon.jpg',
|
|
337
|
+
category: 'Files & Media',
|
|
338
|
+
authType: 'oauth',
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
id: 'b12',
|
|
342
|
+
name: 'B12',
|
|
343
|
+
description: 'AI website generation',
|
|
344
|
+
serverUrl: 'https://b12.io/mcp',
|
|
345
|
+
logoUrl: '/icon.png',
|
|
346
|
+
category: 'Health & Science',
|
|
347
|
+
authType: 'oauth',
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
id: 'base44',
|
|
351
|
+
name: 'Base44',
|
|
352
|
+
description: 'AI app building, backend, data',
|
|
353
|
+
serverUrl: 'https://app.base44.com/mcp',
|
|
354
|
+
logoUrl: '/icon.png',
|
|
355
|
+
category: 'AI & ML',
|
|
356
|
+
authType: 'oauth',
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
id: 'bigdata',
|
|
360
|
+
name: 'Bigdata.com',
|
|
361
|
+
description: 'Access real-time financial data',
|
|
362
|
+
serverUrl: 'https://mcp.bigdata.com/',
|
|
363
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6983d643ae1a792dcbdae54c_Bigdata.com.svg',
|
|
364
|
+
category: 'Finance',
|
|
365
|
+
authType: 'oauth',
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
id: 'biorender',
|
|
369
|
+
name: 'BioRender',
|
|
370
|
+
description: 'Scientific figures, illustrations',
|
|
371
|
+
serverUrl: 'https://mcp.services.biorender.com/mcp',
|
|
372
|
+
logoUrl: '/icon.png',
|
|
373
|
+
category: 'Design',
|
|
374
|
+
authType: 'oauth',
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
id: 'blockscout',
|
|
378
|
+
name: 'Blockscout',
|
|
379
|
+
description: 'Access and analyze blockchain data',
|
|
380
|
+
serverUrl: 'https://mcp.blockscout.com/mcp',
|
|
381
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69409abb57bdbb7a4d76fdda_blockscout.svg',
|
|
382
|
+
category: 'Crypto',
|
|
383
|
+
authType: 'oauth',
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
id: 'boardwise',
|
|
387
|
+
name: 'BoardWise',
|
|
388
|
+
description: 'Calm board-defense guidance for licensed pros.',
|
|
389
|
+
serverUrl: 'https://uakozrqrztgrgwoywxkx.supabase.co/functions/v1/mcp-server',
|
|
390
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b86793901584ff802408_BoardWiseLogo%20(1).png',
|
|
391
|
+
category: 'Other',
|
|
392
|
+
authType: 'oauth',
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
id: 'booking',
|
|
396
|
+
name: 'Booking.com',
|
|
397
|
+
description: 'Find hotels, homes and more',
|
|
398
|
+
serverUrl: 'https://demandapi-mcp.booking.com/v1/mcp/8132308',
|
|
399
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f5190ffabeeca4200ca240_B-Dot_Logotype_Aug2020_Standard_rounded%20-%20Maxim%20Shevchenko%20(1).svg',
|
|
400
|
+
category: 'Travel & Food',
|
|
401
|
+
authType: 'oauth',
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
id: 'brex',
|
|
405
|
+
name: 'Brex',
|
|
406
|
+
description: 'Expenses, cards, spend data',
|
|
407
|
+
serverUrl: 'https://api.brex.com/mcp',
|
|
408
|
+
logoUrl: 'https://cdn.simpleicons.org/brex',
|
|
409
|
+
category: 'Finance',
|
|
410
|
+
authType: 'oauth',
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
id: 'calendly',
|
|
414
|
+
name: 'Calendly',
|
|
415
|
+
description: 'Scheduling, events, availability',
|
|
416
|
+
serverUrl: 'https://mcp.calendly.com',
|
|
417
|
+
logoUrl: 'https://svgl.app/library/calendly.svg',
|
|
418
|
+
category: 'Travel & Food',
|
|
419
|
+
authType: 'oauth',
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
id: 'carta',
|
|
423
|
+
name: 'Carta',
|
|
424
|
+
description: 'The connected ERP for private capital',
|
|
425
|
+
serverUrl: 'https://mcp.app.carta.com/mcp',
|
|
426
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a04e2ce40eb4ecd77629d6d_Carta%20Logo%20(1)%20-%20Annette%20Faynburd.svg',
|
|
427
|
+
category: 'Developer',
|
|
428
|
+
authType: 'oauth',
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
id: 'cash-app',
|
|
432
|
+
name: 'Cash App',
|
|
433
|
+
description: 'Discover local food spots and order with a conversation',
|
|
434
|
+
serverUrl: 'https://connect.squareup.com/v2/mcp/cash-app',
|
|
435
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f5028e3442688ab17daa5c_cash-app-green-jewel.svg',
|
|
436
|
+
category: 'Travel & Food',
|
|
437
|
+
authType: 'oauth',
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
id: 'cb-insights',
|
|
441
|
+
name: 'CB Insights',
|
|
442
|
+
description: 'Predictive intelligence on private companies',
|
|
443
|
+
serverUrl: 'https://mcp.cbinsights.com',
|
|
444
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69c41a7e8b65e927e745dc80_cb_insights.png',
|
|
445
|
+
category: 'Market Data',
|
|
446
|
+
authType: 'oauth',
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
id: 'chronograph',
|
|
450
|
+
name: 'Chronograph',
|
|
451
|
+
description: 'Interact with your Chronograph data directly in Claude',
|
|
452
|
+
serverUrl: 'https://ai.chronograph.pe/mcp',
|
|
453
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abe95391c4c066b490cb0_Chronograph.jpg',
|
|
454
|
+
category: 'Other',
|
|
455
|
+
authType: 'oauth',
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
id: 'circleback',
|
|
459
|
+
name: 'Circleback',
|
|
460
|
+
description: 'Meeting notes, transcripts, action items',
|
|
461
|
+
serverUrl: 'https://app.circleback.ai/api/mcp',
|
|
462
|
+
logoUrl: '/icon.png',
|
|
463
|
+
category: 'Productivity',
|
|
464
|
+
authType: 'oauth',
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
id: 'clarify',
|
|
468
|
+
name: 'Clarify',
|
|
469
|
+
description: 'Query your CRM. Create records. Ask anything.',
|
|
470
|
+
serverUrl: 'https://api.clarify.ai/mcp',
|
|
471
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/698d1004171e3fb37688cf6e_clarify.svg',
|
|
472
|
+
category: 'Database',
|
|
473
|
+
authType: 'oauth',
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
id: 'clarity-ai',
|
|
477
|
+
name: 'Clarity AI',
|
|
478
|
+
description: 'Simulate fund classifications under proposed SFDR 2.0',
|
|
479
|
+
serverUrl: 'https://clarity-sfdr20-mcp.pro.clarity.ai/mcp',
|
|
480
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69addd1fbd98572d829d496b_clarity_ai.svg',
|
|
481
|
+
category: 'AI & ML',
|
|
482
|
+
authType: 'oauth',
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
id: 'clay',
|
|
486
|
+
name: 'Clay',
|
|
487
|
+
description: 'Prospecting, enrichment, GTM workflows',
|
|
488
|
+
serverUrl: 'https://api.clay.com/v3/mcp',
|
|
489
|
+
logoUrl: '/icon.png',
|
|
490
|
+
category: 'Productivity',
|
|
491
|
+
authType: 'oauth',
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
id: 'clerk',
|
|
495
|
+
name: 'Clerk',
|
|
496
|
+
description: 'Add authentication, organizations, and billing',
|
|
497
|
+
serverUrl: 'https://mcp.clerk.com/mcp',
|
|
498
|
+
logoUrl: 'https://svgl.app/library/clerk-icon-light.svg',
|
|
499
|
+
category: 'Finance',
|
|
500
|
+
authType: 'oauth',
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
id: 'clickup',
|
|
504
|
+
name: 'ClickUp',
|
|
505
|
+
description: 'Project management & collaboration for teams & agents',
|
|
506
|
+
serverUrl: 'https://mcp.clickup.com/mcp',
|
|
507
|
+
logoUrl: 'https://svgl.app/library/clickup.svg',
|
|
508
|
+
category: 'Developer',
|
|
509
|
+
authType: 'oauth',
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
id: 'clockwise',
|
|
513
|
+
name: 'Clockwise',
|
|
514
|
+
description: 'Advanced scheduling and time management for work.',
|
|
515
|
+
serverUrl: 'https://mcp.getclockwise.com/mcp',
|
|
516
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abea15b2e81afb9619d33_Clockwise.jpg',
|
|
517
|
+
category: 'Marketing',
|
|
518
|
+
authType: 'oauth',
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
id: 'close',
|
|
522
|
+
name: 'Close',
|
|
523
|
+
description: 'CRM leads, calls, pipelines',
|
|
524
|
+
serverUrl: 'https://mcp.close.com/mcp',
|
|
525
|
+
logoUrl: '/icon.png',
|
|
526
|
+
category: 'CRM',
|
|
527
|
+
authType: 'oauth',
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
id: 'cloudinary',
|
|
531
|
+
name: 'Cloudinary',
|
|
532
|
+
description: 'Manage, transform and deliver your images & videos',
|
|
533
|
+
serverUrl: 'https://asset-management.mcp.cloudinary.com/sse',
|
|
534
|
+
logoUrl: 'https://svgl.app/library/cloudinary.svg',
|
|
535
|
+
category: 'Documents',
|
|
536
|
+
authType: 'oauth',
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
id: 'coindesk',
|
|
540
|
+
name: 'CoinDesk',
|
|
541
|
+
description: 'Access Live & Historical Crypto Data, Indices',
|
|
542
|
+
serverUrl: 'https://mcp.coindesk.com/mcp',
|
|
543
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f51a009621ccc50f144459_CoinDesk%20Logo%20-%20Toby%20Winterflood%20(1).svg',
|
|
544
|
+
category: 'Crypto',
|
|
545
|
+
authType: 'oauth',
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
id: 'common-room',
|
|
549
|
+
name: 'Common Room',
|
|
550
|
+
description: 'Community signals, GTM intelligence',
|
|
551
|
+
serverUrl: 'https://mcp.commonroom.io/mcp',
|
|
552
|
+
logoUrl: '/icon.png',
|
|
553
|
+
category: 'Documents',
|
|
554
|
+
authType: 'oauth',
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
id: 'consensus',
|
|
558
|
+
name: 'Consensus',
|
|
559
|
+
description: 'Explore scientific research',
|
|
560
|
+
serverUrl: 'https://mcp.consensus.app/mcp',
|
|
561
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fa2ad9aca0a7df8e686e29_consensus-logo.svg',
|
|
562
|
+
category: 'Marketing',
|
|
563
|
+
authType: 'oauth',
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
id: 'contentsquare',
|
|
567
|
+
name: 'Contentsquare',
|
|
568
|
+
description: 'Experience analytics platform for digital businesses',
|
|
569
|
+
serverUrl: 'https://api.contentsquare.com/mcp',
|
|
570
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f185f9227e35cac1f35817_CSQ%20-%20Favicon%20Square.png',
|
|
571
|
+
category: 'Finance',
|
|
572
|
+
authType: 'oauth',
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
id: 'context7',
|
|
576
|
+
name: 'Context7',
|
|
577
|
+
description: 'Up-to-date docs for LLMs and AI code editors',
|
|
578
|
+
serverUrl: 'https://mcp.context7.com/mcp',
|
|
579
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/698690879ec0fe5a8ed0e319_context7-icon-green.png',
|
|
580
|
+
category: 'Developer',
|
|
581
|
+
authType: 'oauth',
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
id: 'control-plane',
|
|
585
|
+
name: 'Control Plane',
|
|
586
|
+
description: 'Multi-cloud workloads, GVCs, infrastructure',
|
|
587
|
+
serverUrl: 'https://mcp.cpln.io/mcp',
|
|
588
|
+
logoUrl: 'https://github.com/controlplane-com.png?size=128',
|
|
589
|
+
category: 'Developer',
|
|
590
|
+
authType: 'oauth',
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
id: 'coros',
|
|
594
|
+
name: 'COROS',
|
|
595
|
+
description: 'Training history, fitness metrics, health data',
|
|
596
|
+
serverUrl: 'https://mcp.coros.com/mcp',
|
|
597
|
+
logoUrl: 'https://www.coros.com/favicon.ico',
|
|
598
|
+
category: 'Health & Science',
|
|
599
|
+
authType: 'oauth',
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
id: 'cortellis-regulatory-intelligence',
|
|
603
|
+
name: 'Cortellis Regulatory Intelligence',
|
|
604
|
+
description: 'Drug regulatory guidance, Clarivate',
|
|
605
|
+
serverUrl: 'https://api.clarivate.com/lifesciences/mcp-regulatory/mcp',
|
|
606
|
+
logoUrl: 'https://cdn.simpleicons.org/clarivate',
|
|
607
|
+
category: 'Legal',
|
|
608
|
+
authType: 'oauth',
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
id: 'coupler-io',
|
|
612
|
+
name: 'Coupler.io',
|
|
613
|
+
description: 'Access business data from hundreds of sources',
|
|
614
|
+
serverUrl: 'https://mcp.coupler.io/mcp',
|
|
615
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abef0d363c9893d2b1511_coupler.jpg',
|
|
616
|
+
category: 'Other',
|
|
617
|
+
authType: 'oauth',
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
id: 'courtlistener',
|
|
621
|
+
name: 'CourtListener',
|
|
622
|
+
description: 'Legal research across millions of court records',
|
|
623
|
+
serverUrl: 'https://mcp.courtlistener.com/',
|
|
624
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b6cead61021be70a7f62_courtlistener.svg',
|
|
625
|
+
category: 'Marketing',
|
|
626
|
+
authType: 'oauth',
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
id: 'courtroom5',
|
|
630
|
+
name: 'Courtroom5',
|
|
631
|
+
description: 'Civil legal guidance for self-represented litigants',
|
|
632
|
+
serverUrl: 'https://mcp.courtroom5.com/v1',
|
|
633
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b7c9fe9d6c948b934dda_C5-Icons-Outline-Orange%20-%20Sonja%20Ebron.svg',
|
|
634
|
+
category: 'Legal',
|
|
635
|
+
authType: 'oauth',
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
id: 'craft',
|
|
639
|
+
name: 'Craft',
|
|
640
|
+
description: 'Notes & second brain',
|
|
641
|
+
serverUrl: 'https://mcp.craft.do/my/mcp',
|
|
642
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69b8358cfa1b45fab0eab43f_craft_app_icon%20(3)%20-%20Marton%20Wernigg.png',
|
|
643
|
+
category: 'Productivity',
|
|
644
|
+
authType: 'oauth',
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
id: 'credit-karma',
|
|
648
|
+
name: 'Credit Karma',
|
|
649
|
+
description: 'Credit scores, financial insights',
|
|
650
|
+
serverUrl: 'https://mcp.creditkarma.com/mcp',
|
|
651
|
+
logoUrl: '/icon.png',
|
|
652
|
+
category: 'Finance',
|
|
653
|
+
authType: 'oauth',
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
id: 'crossbeam',
|
|
657
|
+
name: 'Crossbeam',
|
|
658
|
+
description: 'Explore partner data and ecosystem insights in Claude',
|
|
659
|
+
serverUrl: 'https://mcp.crossbeam.com',
|
|
660
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6913f587fda5ed6a14574a0a_crossbeam.svg',
|
|
661
|
+
category: 'Market Data',
|
|
662
|
+
authType: 'oauth',
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
id: 'crypto-com',
|
|
666
|
+
name: 'Crypto.com',
|
|
667
|
+
description: 'Real time prices, orders, charts, and more for crypto',
|
|
668
|
+
serverUrl: 'https://mcp.crypto.com/market-data/mcp',
|
|
669
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6923bf961a7c4a6c6b6de7ff_crypto.com.svg',
|
|
670
|
+
category: 'Crypto',
|
|
671
|
+
authType: 'oauth',
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
id: 'dnb-risk-analytics',
|
|
675
|
+
name: 'D&B Risk Analytics',
|
|
676
|
+
description: 'Execute risk workflows powered by the D&B Commercial Graph™',
|
|
677
|
+
serverUrl: 'https://agents.riskanalytics.dnb.com/mcp',
|
|
678
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fe68ad9287d13572b9c5ef_DnB_ampersand%20-%20Vinodh%20Vetankarakavu%20Balakrishnan%20(1).svg',
|
|
679
|
+
category: 'Productivity',
|
|
680
|
+
authType: 'oauth',
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
id: 'daloopa',
|
|
684
|
+
name: 'Daloopa',
|
|
685
|
+
description: 'Financial fundamental data and KPIs with hyperlinks',
|
|
686
|
+
serverUrl: 'https://mcp.daloopa.com/server/mcp',
|
|
687
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69b05bb16cd6ba7130dc119f_Daloopa.svg',
|
|
688
|
+
category: 'Finance',
|
|
689
|
+
authType: 'oauth',
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
id: 'datasite',
|
|
693
|
+
name: 'Datasite',
|
|
694
|
+
description: 'Manage your M&A data room from Claude',
|
|
695
|
+
serverUrl: 'https://mcp.global.datasite.com/mcp',
|
|
696
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f14e8f726b807712708bd2_datasite%20-%20Alex%20Lockhart.svg',
|
|
697
|
+
category: 'Web & CMS',
|
|
698
|
+
authType: 'oauth',
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
id: 'day-ai',
|
|
702
|
+
name: 'Day AI',
|
|
703
|
+
description: 'Know everything about your prospects & customers with CRMx',
|
|
704
|
+
serverUrl: 'https://day.ai/api/mcp',
|
|
705
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69a881c53b0a0800bff6afc8_day-ai.png',
|
|
706
|
+
category: 'CRM',
|
|
707
|
+
authType: 'oauth',
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
id: 'definely',
|
|
711
|
+
name: 'Definely',
|
|
712
|
+
description: 'Structured contract review tools for legal teams',
|
|
713
|
+
serverUrl: 'https://mcp.eu.definely.com/api/proxy/core-mcp',
|
|
714
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b8dec4d7c5ef10a90ecc_Definely%20Logo%20Symbol_AW%20-%20Shima%20Rashidi.svg',
|
|
715
|
+
category: 'Legal',
|
|
716
|
+
authType: 'oauth',
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
id: 'descrybe-legal-engine',
|
|
720
|
+
name: 'Descrybe Legal Engine',
|
|
721
|
+
description: 'Ground your work in clean, structured U.S. primary law',
|
|
722
|
+
serverUrl: 'https://mcp.descrybe.com/mcp',
|
|
723
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b7f2a55395e024e4ad7b_Descrybe_SVG.svg',
|
|
724
|
+
category: 'Legal',
|
|
725
|
+
authType: 'oauth',
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
id: 'digits',
|
|
729
|
+
name: 'Digits',
|
|
730
|
+
description: 'Track and analyze your finances with Digits',
|
|
731
|
+
serverUrl: 'https://api.digits.com/mcp',
|
|
732
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f15b8886a591bfc458852c_Digits_Server_Logo.svg',
|
|
733
|
+
category: 'Finance',
|
|
734
|
+
authType: 'oauth',
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
id: 'directbooker',
|
|
738
|
+
name: 'DirectBooker',
|
|
739
|
+
description: 'Compare hotels, then book direct',
|
|
740
|
+
serverUrl: 'https://www.directbooker.ai/claude',
|
|
741
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69ab3ccf21f1bc3c72d4e514_directbooker2.png',
|
|
742
|
+
category: 'Travel & Food',
|
|
743
|
+
authType: 'oauth',
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
id: 'doordash',
|
|
747
|
+
name: 'DoorDash',
|
|
748
|
+
description: 'Food delivery & Reservations',
|
|
749
|
+
serverUrl: 'https://openapi.doordash.com/mcp/consumer',
|
|
750
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f51a7a2d5750f8b9b7efc6_doordash.svg',
|
|
751
|
+
category: 'Travel & Food',
|
|
752
|
+
authType: 'oauth',
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
id: 'dovetail',
|
|
756
|
+
name: 'Dovetail',
|
|
757
|
+
description: 'Turn feedback into decisions',
|
|
758
|
+
serverUrl: 'https://dovetail.com/api/mcp',
|
|
759
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f1529651e90583ac17b70c_dovetail.svg',
|
|
760
|
+
category: 'AI & ML',
|
|
761
|
+
authType: 'oauth',
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
id: 'egnyte',
|
|
765
|
+
name: 'Egnyte',
|
|
766
|
+
description: 'Securely access and analyze Egnyte content.',
|
|
767
|
+
serverUrl: 'https://mcp-server.egnyte.com/mcp',
|
|
768
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abf27902ed1e055163fd7_Egnyte.jpg',
|
|
769
|
+
category: 'Files & Media',
|
|
770
|
+
authType: 'oauth',
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
id: 'enterpret',
|
|
774
|
+
name: 'Enterpret',
|
|
775
|
+
description: 'Get answers from unified feedback of your customers.',
|
|
776
|
+
serverUrl: 'https://wisdom-api.enterpret.com/server/mcp',
|
|
777
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f1895c29b60a1fd0dd67d9_enterpret-logo.svg',
|
|
778
|
+
category: 'Other',
|
|
779
|
+
authType: 'oauth',
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
id: 'era-context',
|
|
783
|
+
name: 'Era Context',
|
|
784
|
+
description: 'Manage your personal finances using Claude',
|
|
785
|
+
serverUrl: 'https://context.era.app',
|
|
786
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81c7d42a74d908ade6515_era%20-%20Lindsay%20Brady.svg',
|
|
787
|
+
category: 'Finance',
|
|
788
|
+
authType: 'oauth',
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
id: 'eraser',
|
|
792
|
+
name: 'Eraser',
|
|
793
|
+
description: 'Generate, manage, and update Eraser diagrams and files',
|
|
794
|
+
serverUrl: 'https://app.eraser.io/api/mcp',
|
|
795
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81d0f8a9556d1bf7a4a6c_eraser.io.svg',
|
|
796
|
+
category: 'Design',
|
|
797
|
+
authType: 'oauth',
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
id: 'everlaw',
|
|
801
|
+
name: 'Everlaw',
|
|
802
|
+
description: 'Search and explore your Everlaw database in Claude.',
|
|
803
|
+
serverUrl: 'https://api.everlaw.com/v1/mcp',
|
|
804
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b58206191ce6639f6808_Everlaw-Symbol_512x512.svg',
|
|
805
|
+
category: 'Database',
|
|
806
|
+
authType: 'oauth',
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
id: 'exa',
|
|
810
|
+
name: 'Exa',
|
|
811
|
+
description: 'Web Search + Code Docs Search',
|
|
812
|
+
serverUrl: 'https://mcp.exa.ai/mcp',
|
|
813
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f18bcc1f3b9556c6c58ab9_exa.jpeg',
|
|
814
|
+
category: 'Developer',
|
|
815
|
+
authType: 'oauth',
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
id: 'excalidraw-app-demo',
|
|
819
|
+
name: 'Excalidraw',
|
|
820
|
+
description: 'MCP for creating interactive hand-drawn diagrams in Excalidraw',
|
|
821
|
+
serverUrl: 'https://excalidraw-mcp-app.vercel.app/mcp',
|
|
822
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/698b6d382644a53ecb859c9b_idJpJtW9KY_logos.png',
|
|
823
|
+
category: 'Design',
|
|
824
|
+
authType: 'oauth',
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
id: 'expedia',
|
|
828
|
+
name: 'Expedia',
|
|
829
|
+
description: 'Plan trips, flights and hotels',
|
|
830
|
+
serverUrl: 'https://www.expedia.com/mcp',
|
|
831
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fb8c037e781797f58c4092_expedia.png',
|
|
832
|
+
category: 'Travel & Food',
|
|
833
|
+
authType: 'oauth',
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
id: 'factset',
|
|
837
|
+
name: 'FactSet',
|
|
838
|
+
description: 'Financial data and analytics',
|
|
839
|
+
serverUrl: 'https://mcp.factset.com/content/v1',
|
|
840
|
+
logoUrl: '/icon.png',
|
|
841
|
+
category: 'Finance',
|
|
842
|
+
authType: 'oauth',
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
id: 'fathom',
|
|
846
|
+
name: 'Fathom',
|
|
847
|
+
description: 'Your meetings, now part of every Claude conversation',
|
|
848
|
+
serverUrl: 'https://api.fathom.ai/mcp',
|
|
849
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f15b40f93248911c5249bc_fathom%20-%20Mike%20Nason.svg',
|
|
850
|
+
category: 'Productivity',
|
|
851
|
+
authType: 'oauth',
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
id: 'fever-event-discovery',
|
|
855
|
+
name: 'Fever Event Discovery',
|
|
856
|
+
description: 'Discover live entertainment events worldwide',
|
|
857
|
+
serverUrl: 'https://data-search.apigw.feverup.com/mcp',
|
|
858
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69b4bb49b243700a3cd55721_fever.svg',
|
|
859
|
+
category: 'Travel & Food',
|
|
860
|
+
authType: 'oauth',
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
id: 'fireflies',
|
|
864
|
+
name: 'Fireflies',
|
|
865
|
+
description: 'Meeting transcripts, summaries, search',
|
|
866
|
+
serverUrl: 'https://api.fireflies.ai/mcp',
|
|
867
|
+
logoUrl: '/icon.png',
|
|
868
|
+
category: 'Productivity',
|
|
869
|
+
authType: 'oauth',
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
id: 'fiscal-ai',
|
|
873
|
+
name: 'Fiscal.ai',
|
|
874
|
+
description: 'Clean Public Equity Fundamental Data',
|
|
875
|
+
serverUrl: 'https://api.fiscal.ai/mcp/sse',
|
|
876
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f188fed6fd4badf465eb30_fiscal.svg',
|
|
877
|
+
category: 'AI & ML',
|
|
878
|
+
authType: 'oauth',
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
id: 'fmp',
|
|
882
|
+
name: 'FMP',
|
|
883
|
+
description: 'Comprehensive financial datasets',
|
|
884
|
+
serverUrl: 'https://financialmodelingprep.com/mcp',
|
|
885
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fa2dc9a074d40be1aca959_fmp-new-logo%20-%20Charlie%20Roth.jpg',
|
|
886
|
+
category: 'Finance',
|
|
887
|
+
authType: 'oauth',
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
id: 'gainsight-staircase-ai',
|
|
891
|
+
name: 'Gainsight (Staircase AI)',
|
|
892
|
+
description: 'Power AI Workflows with Customer Context',
|
|
893
|
+
serverUrl: 'https://mcp.staircase.ai/mcp',
|
|
894
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69c41f9fe5b4a5ee526cc06d_Staircase_Stars_Saturated%20-%20Mike%20Barnes.png',
|
|
895
|
+
category: 'Productivity',
|
|
896
|
+
authType: 'oauth',
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
id: 'gamma',
|
|
900
|
+
name: 'Gamma',
|
|
901
|
+
description: 'Presentations, documents, websites',
|
|
902
|
+
serverUrl: 'https://mcp.gamma.app/mcp',
|
|
903
|
+
logoUrl: '/icon.png',
|
|
904
|
+
category: 'Documents',
|
|
905
|
+
authType: 'oauth',
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
id: 'gitlab',
|
|
909
|
+
name: 'GitLab',
|
|
910
|
+
description: 'Connect AI tools securely to your GitLab data',
|
|
911
|
+
serverUrl: 'https://gitlab.com/api/v4/mcp',
|
|
912
|
+
logoUrl: 'https://svgl.app/library/gitlab.svg',
|
|
913
|
+
category: 'Developer',
|
|
914
|
+
authType: 'oauth',
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
id: 'gocardless',
|
|
918
|
+
name: 'GoCardless',
|
|
919
|
+
description: 'Build GoCardless payment API integrations',
|
|
920
|
+
serverUrl: 'https://mcp.gocardless.com',
|
|
921
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f189adf935b1f5a93bb112_GoCardless-Symbol-SQ-Positive-RGB-500px.svg',
|
|
922
|
+
category: 'Developer',
|
|
923
|
+
authType: 'oauth',
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
id: 'godaddy',
|
|
927
|
+
name: 'GoDaddy',
|
|
928
|
+
description: 'Search domains and check availability',
|
|
929
|
+
serverUrl: 'https://api.godaddy.com/v1/domains/mcp',
|
|
930
|
+
logoUrl: 'https://svgl.app/library/godaddy.svg',
|
|
931
|
+
category: 'Marketing',
|
|
932
|
+
authType: 'oauth',
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
id: 'goodnotes',
|
|
936
|
+
name: 'Goodnotes',
|
|
937
|
+
description: 'Turn AI insights into documents',
|
|
938
|
+
serverUrl: 'https://claude-mcp-api.ml.goodnotes.com/mcp',
|
|
939
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f18c733105c2804a595da5_goodnotes.jpeg',
|
|
940
|
+
category: 'Productivity',
|
|
941
|
+
authType: 'oauth',
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
id: 'bigquery',
|
|
945
|
+
name: 'Google Cloud BigQuery',
|
|
946
|
+
description: 'BigQuery: Advanced analytical insights for agents',
|
|
947
|
+
serverUrl: 'https://bigquery.googleapis.com/mcp',
|
|
948
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69825fde71dbb2043676fc68_brandmark-logo-google-bigquery.svg',
|
|
949
|
+
category: 'Developer',
|
|
950
|
+
authType: 'oauth',
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
id: 'docusign',
|
|
954
|
+
name: 'Docusign',
|
|
955
|
+
description: 'Agreements, envelopes, signing',
|
|
956
|
+
serverUrl: 'https://mcp.docusign.com/mcp',
|
|
957
|
+
logoUrl: 'https://cdn.simpleicons.org/docusign',
|
|
958
|
+
category: 'Documents',
|
|
959
|
+
authType: 'oauth',
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
id: 'explorium',
|
|
963
|
+
name: 'Explorium',
|
|
964
|
+
description: 'B2B prospecting, data enrichment',
|
|
965
|
+
serverUrl: 'https://mcp.explorium.ai/mcp',
|
|
966
|
+
logoUrl: '/icon.png',
|
|
967
|
+
category: 'CRM',
|
|
968
|
+
authType: 'oauth',
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
id: 'govtribe',
|
|
972
|
+
name: 'GovTribe',
|
|
973
|
+
description: 'Search government procurement & spending data',
|
|
974
|
+
serverUrl: 'https://govtribe.com/mcp',
|
|
975
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f18414ae20040f6341b631_govtribe.svg',
|
|
976
|
+
category: 'Finance',
|
|
977
|
+
authType: 'oauth',
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
id: 'grain',
|
|
981
|
+
name: 'Grain',
|
|
982
|
+
description: 'Turn meetings into insights and next steps in Claude',
|
|
983
|
+
serverUrl: 'https://api.grain.com/_/mcp',
|
|
984
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f14c7a9e985c75d006aeef_Grain.svg',
|
|
985
|
+
category: 'Productivity',
|
|
986
|
+
authType: 'oauth',
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
id: 'granola',
|
|
990
|
+
name: 'Granola',
|
|
991
|
+
description: 'The AI notepad for meetings',
|
|
992
|
+
serverUrl: 'https://mcp.granola.ai/mcp',
|
|
993
|
+
logoUrl: 'https://svgl.app/library/granola-light.svg',
|
|
994
|
+
category: 'Productivity',
|
|
995
|
+
authType: 'oauth',
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
id: 'granted',
|
|
999
|
+
name: 'Granted',
|
|
1000
|
+
description: 'Discover every grant opportunity in existence.',
|
|
1001
|
+
serverUrl: 'https://grantedai.com/api/mcp/mcp',
|
|
1002
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69badf81ee3313955f22b01c_granted.png',
|
|
1003
|
+
category: 'Other',
|
|
1004
|
+
authType: 'oauth',
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
id: 'graphos-tools',
|
|
1008
|
+
name: 'GraphOS MCP Tools',
|
|
1009
|
+
description: 'Search Apollo docs, specs, and best practices',
|
|
1010
|
+
serverUrl: 'https://mcp.apollographql.com',
|
|
1011
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/699cf0031601d73ff0fd742e_graphos.png',
|
|
1012
|
+
category: 'Developer',
|
|
1013
|
+
authType: 'oauth',
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
id: 'guidepoint',
|
|
1017
|
+
name: 'Guidepoint',
|
|
1018
|
+
description: 'Real-time access to trusted expert knowledge',
|
|
1019
|
+
serverUrl: 'https://clapi.guidepoint.io/mcp-server/v1/mcp',
|
|
1020
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81d5e802a0ea1197d6706_Guidepoint_MCP_favicon%20-%20Danny.svg',
|
|
1021
|
+
category: 'Other',
|
|
1022
|
+
authType: 'oauth',
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
id: 'guru',
|
|
1026
|
+
name: 'Guru',
|
|
1027
|
+
description: 'Company knowledge, cards, answers',
|
|
1028
|
+
serverUrl: 'https://mcp.api.getguru.com/mcp',
|
|
1029
|
+
logoUrl: '/icon.png',
|
|
1030
|
+
category: 'Finance',
|
|
1031
|
+
authType: 'oauth',
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
id: 'gusto',
|
|
1035
|
+
name: 'Gusto',
|
|
1036
|
+
description: 'Payroll, benefits, people data',
|
|
1037
|
+
serverUrl: 'https://mcp.api.gusto.com/anthropic',
|
|
1038
|
+
logoUrl: 'https://cdn.simpleicons.org/gusto',
|
|
1039
|
+
category: 'Finance',
|
|
1040
|
+
authType: 'oauth',
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
id: 'harmonic',
|
|
1044
|
+
name: 'Harmonic',
|
|
1045
|
+
description: 'Discover, research, and enrich companies and people',
|
|
1046
|
+
serverUrl: 'https://mcp.api.harmonic.ai',
|
|
1047
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/697d4a1ac4c3c5105f7dc970_harmonic.png',
|
|
1048
|
+
category: 'CRM',
|
|
1049
|
+
authType: 'oauth',
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
id: 'harvey',
|
|
1053
|
+
name: 'Harvey',
|
|
1054
|
+
description: 'Legal research and analysis',
|
|
1055
|
+
serverUrl: 'https://api.harvey.ai/hosted_mcp/mcp',
|
|
1056
|
+
logoUrl: '/icon.png',
|
|
1057
|
+
category: 'Marketing',
|
|
1058
|
+
authType: 'oauth',
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
id: 'hex',
|
|
1062
|
+
name: 'Hex',
|
|
1063
|
+
description: 'Answer questions with the Hex agent',
|
|
1064
|
+
serverUrl: 'https://app.hex.tech/mcp',
|
|
1065
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abf6c6461f0fd29c63e59_Hex.jpg',
|
|
1066
|
+
category: 'Developer',
|
|
1067
|
+
authType: 'oauth',
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
id: 'honeycomb',
|
|
1071
|
+
name: 'Honeycomb',
|
|
1072
|
+
description: 'Query and explore observability data and SLOs',
|
|
1073
|
+
serverUrl: 'https://mcp.honeycomb.io/mcp',
|
|
1074
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6923bf27e6d9dd347e34ca26_honeycomb.svg',
|
|
1075
|
+
category: 'Database',
|
|
1076
|
+
authType: 'oauth',
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
id: 'hugging-face',
|
|
1080
|
+
name: 'Hugging Face',
|
|
1081
|
+
description: 'Access the HF Hub and thousands of Gradio Apps',
|
|
1082
|
+
serverUrl: 'https://huggingface.co/mcp',
|
|
1083
|
+
logoUrl: 'https://svgl.app/library/hugging_face.svg',
|
|
1084
|
+
category: 'Marketing',
|
|
1085
|
+
authType: 'oauth',
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
id: 'ibisworld',
|
|
1089
|
+
name: 'IBISWorld',
|
|
1090
|
+
description: 'Financials, risk data and analysis on 50,000 industries',
|
|
1091
|
+
serverUrl: 'https://mcp.ibisworld.com',
|
|
1092
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f3d3ca09d07f3b8457c390_Favicon%201%202%20-%20Jackie%20Toomey%20(1).svg',
|
|
1093
|
+
category: 'Finance',
|
|
1094
|
+
authType: 'oauth',
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
id: 'ice-data-services',
|
|
1098
|
+
name: 'ICE Data Services',
|
|
1099
|
+
description: 'Analyze U.S. fixed income trade and reference data',
|
|
1100
|
+
serverUrl: 'https://fids-mcp.ice.com/mcp',
|
|
1101
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f1387f22d6354c0baea792_ICE_logo_Rmark_PMS297%20-%20Richard%20Jones.svg',
|
|
1102
|
+
category: 'Marketing',
|
|
1103
|
+
authType: 'oauth',
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
id: 'ifttt',
|
|
1107
|
+
name: 'IFTTT',
|
|
1108
|
+
description: 'Connect, control, and automate 1,000+ apps with IFTTT',
|
|
1109
|
+
serverUrl: 'https://ifttt.com/mcp',
|
|
1110
|
+
logoUrl: 'https://cdn.simpleicons.org/ifttt',
|
|
1111
|
+
category: 'Automation',
|
|
1112
|
+
authType: 'oauth',
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
id: 'imanage',
|
|
1116
|
+
name: 'iManage Work',
|
|
1117
|
+
description: 'Governed knowledge. AI ready.',
|
|
1118
|
+
serverUrl: 'https://cloudimanage.com/mcp/work',
|
|
1119
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b332b9efe89549b3610f_imanage.jpeg',
|
|
1120
|
+
category: 'Marketing',
|
|
1121
|
+
authType: 'oauth',
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
id: 'incident-io',
|
|
1125
|
+
name: 'incident.io',
|
|
1126
|
+
description: 'Incidents, on-call, follow-ups',
|
|
1127
|
+
serverUrl: 'https://mcp.incident.io/mcp',
|
|
1128
|
+
logoUrl: '/icon.png',
|
|
1129
|
+
category: 'Monitoring & Analytics',
|
|
1130
|
+
authType: 'oauth',
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
id: 'indeed',
|
|
1134
|
+
name: 'Indeed',
|
|
1135
|
+
description: 'Job search and listings',
|
|
1136
|
+
serverUrl: 'https://mcp.indeed.com/claude/mcp',
|
|
1137
|
+
logoUrl: 'https://cdn.simpleicons.org/indeed',
|
|
1138
|
+
category: 'Marketing',
|
|
1139
|
+
authType: 'oauth',
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
id: 'instacart',
|
|
1143
|
+
name: 'Instacart',
|
|
1144
|
+
description: 'Groceries and more delivered as fast as 30 minutes',
|
|
1145
|
+
serverUrl: 'https://fig-mcp.instacart.com/mcp',
|
|
1146
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f51c2e279dd9b65d3072c1_ic%20logo.svg',
|
|
1147
|
+
category: 'Travel & Food',
|
|
1148
|
+
authType: 'oauth',
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
id: 'intercom',
|
|
1152
|
+
name: 'Intercom',
|
|
1153
|
+
description: 'AI access to Intercom data for better customer insights',
|
|
1154
|
+
serverUrl: 'https://mcp.intercom.com/mcp',
|
|
1155
|
+
logoUrl: 'https://cdn.simpleicons.org/intercom',
|
|
1156
|
+
category: 'Communication',
|
|
1157
|
+
authType: 'oauth',
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
id: 'ironclad-contracts',
|
|
1161
|
+
name: 'Ironclad Contracts',
|
|
1162
|
+
description: 'Plain language search for faster contract answers',
|
|
1163
|
+
serverUrl: 'https://mcp.na1.ironcladapp.com/mcp',
|
|
1164
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b4e74c327e85bd8605cf_Ironclad_LogoMark_Navy.svg',
|
|
1165
|
+
category: 'Marketing',
|
|
1166
|
+
authType: 'oauth',
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
id: 'jam',
|
|
1170
|
+
name: 'Jam',
|
|
1171
|
+
description: 'Record screen and collect automatic context for issues',
|
|
1172
|
+
serverUrl: 'https://mcp.jam.dev/mcp',
|
|
1173
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abfb928bf214f7824247c_Jam.jpg',
|
|
1174
|
+
category: 'Monitoring & Analytics',
|
|
1175
|
+
authType: 'oauth',
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
id: 'jotform',
|
|
1179
|
+
name: 'Jotform',
|
|
1180
|
+
description: 'Create forms & analyze submissions inside Claude',
|
|
1181
|
+
serverUrl: 'https://mcp.jotform.com/mcp-app',
|
|
1182
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690abfc71647ce192e81d28a_jotform.jpg',
|
|
1183
|
+
category: 'Documents',
|
|
1184
|
+
authType: 'oauth',
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
id: 'ketryx',
|
|
1188
|
+
name: 'Ketryx',
|
|
1189
|
+
description: 'Search and explore regulated software lifecycle data',
|
|
1190
|
+
serverUrl: 'https://app.ketryx.com/api/mcp',
|
|
1191
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f15ad72c10ac3f096c1a74_ketryx.jpeg',
|
|
1192
|
+
category: 'Marketing',
|
|
1193
|
+
authType: 'oauth',
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
id: 'kindora-funder-discovery',
|
|
1197
|
+
name: 'Kindora Funder Discovery',
|
|
1198
|
+
description: 'Find funders who support causes like yours',
|
|
1199
|
+
serverUrl: 'https://kindora-mcp.azurewebsites.net/mcp/',
|
|
1200
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f18361469e24ec7003cd60_Kindora%20Logo%20-%20Justin%20Steele%20(1).png',
|
|
1201
|
+
category: 'Other',
|
|
1202
|
+
authType: 'oauth',
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
id: 'kiwi',
|
|
1206
|
+
name: 'Kiwi.com',
|
|
1207
|
+
description: 'Flight search and travel',
|
|
1208
|
+
serverUrl: 'https://mcp.kiwi.com',
|
|
1209
|
+
logoUrl: '/icon.png',
|
|
1210
|
+
category: 'Marketing',
|
|
1211
|
+
authType: 'oauth',
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
id: 'klaviyo',
|
|
1215
|
+
name: 'Klaviyo',
|
|
1216
|
+
description: 'Marketing campaigns, profiles, analytics',
|
|
1217
|
+
serverUrl: 'https://mcp.klaviyo.com/mcp',
|
|
1218
|
+
logoUrl: '/icon.png',
|
|
1219
|
+
category: 'Monitoring & Analytics',
|
|
1220
|
+
authType: 'oauth',
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
id: 'krisp',
|
|
1224
|
+
name: 'Krisp',
|
|
1225
|
+
description: 'Add your meetings context via transcripts and notes',
|
|
1226
|
+
serverUrl: 'https://mcp.krisp.ai/mcp',
|
|
1227
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69b83d3204bce883f7a15847_krisp%20(1).svg',
|
|
1228
|
+
category: 'Productivity',
|
|
1229
|
+
authType: 'oauth',
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
id: 'lastminute',
|
|
1233
|
+
name: 'lastminute.com',
|
|
1234
|
+
description: 'Flights, hotels, holiday packages',
|
|
1235
|
+
serverUrl: 'https://mcp.lastminute.com/mcp',
|
|
1236
|
+
logoUrl: '/icon.png',
|
|
1237
|
+
category: 'Travel & Food',
|
|
1238
|
+
authType: 'oauth',
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
id: 'lawve-ai',
|
|
1242
|
+
name: 'Lawve AI',
|
|
1243
|
+
description: 'Discover expert-written skills for legal work',
|
|
1244
|
+
serverUrl: 'https://mcp.lawve.ai/mcp',
|
|
1245
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b9158a48ff22de1784b9_lawvable%20-%20Antoine%20Louis%20(1).svg',
|
|
1246
|
+
category: 'Legal',
|
|
1247
|
+
authType: 'oauth',
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
id: 'legal-data-hunter',
|
|
1251
|
+
name: 'Legal Data Hunter',
|
|
1252
|
+
description: 'Search 23M+ legal docs in 160+ jurisdictions.',
|
|
1253
|
+
serverUrl: 'https://legaldatahunter.com/mcp',
|
|
1254
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b899526d166cd7ad07e3_legal_data_hunter.svg',
|
|
1255
|
+
category: 'Developer',
|
|
1256
|
+
authType: 'oauth',
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
id: 'legalzoom',
|
|
1260
|
+
name: 'LegalZoom',
|
|
1261
|
+
description: 'Legal documents and guidance',
|
|
1262
|
+
serverUrl: 'https://www.legalzoom.com/mcp/claude/v1',
|
|
1263
|
+
logoUrl: '/icon.png',
|
|
1264
|
+
category: 'Communication',
|
|
1265
|
+
authType: 'oauth',
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
id: 'lilt',
|
|
1269
|
+
name: 'LILT',
|
|
1270
|
+
description: 'High-quality translation with human verification',
|
|
1271
|
+
serverUrl: 'https://mcp.lilt.com/mcp',
|
|
1272
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/697d13e9fb2d1120753661ed_Lilt-LogoMark_Color.png',
|
|
1273
|
+
category: 'Other',
|
|
1274
|
+
authType: 'oauth',
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
id: 'local-falcon',
|
|
1278
|
+
name: 'Local Falcon',
|
|
1279
|
+
description: 'AI visibility and local search intelligence platform',
|
|
1280
|
+
serverUrl: 'https://mcp.localfalcon.com',
|
|
1281
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69ae254459fe3a977afda9f1_local-falcon-mcp-logo.svg',
|
|
1282
|
+
category: 'Marketing',
|
|
1283
|
+
authType: 'oauth',
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
id: 'longbridge',
|
|
1287
|
+
name: 'Longbridge',
|
|
1288
|
+
description: 'Market data, portfolio, and trading',
|
|
1289
|
+
serverUrl: 'https://mcp.longbridge.com',
|
|
1290
|
+
logoUrl: 'https://github.com/longbridge.png?size=128',
|
|
1291
|
+
category: 'Marketing',
|
|
1292
|
+
authType: 'oauth',
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
id: 'lorikeet',
|
|
1296
|
+
name: 'Lorikeet',
|
|
1297
|
+
description: 'A universal concierge for complex businesses',
|
|
1298
|
+
serverUrl: 'https://api.lorikeetcx.ai/v1/mcp',
|
|
1299
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f18cdfb640bd44e6b52062_Lorikeet-sq.svg',
|
|
1300
|
+
category: 'Other',
|
|
1301
|
+
authType: 'oauth',
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
id: 'lseg',
|
|
1305
|
+
name: 'LSEG',
|
|
1306
|
+
description: 'Market data and analytics',
|
|
1307
|
+
serverUrl: 'https://api.analytics.lseg.com/lfa/mcp/server-cl',
|
|
1308
|
+
logoUrl: '/icon.png',
|
|
1309
|
+
category: 'Monitoring & Analytics',
|
|
1310
|
+
authType: 'oauth',
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
id: 'lucid',
|
|
1314
|
+
name: 'Lucid',
|
|
1315
|
+
description: 'Ideate, diagram, and align teams',
|
|
1316
|
+
serverUrl: 'https://mcp.lucid.app/mcp',
|
|
1317
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f18b257b80134ef4df788a_lucidlogo%20-%20Jacob%20Brown%20(Jake).svg',
|
|
1318
|
+
category: 'Design',
|
|
1319
|
+
authType: 'oauth',
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
id: 'lumin',
|
|
1323
|
+
name: 'Lumin',
|
|
1324
|
+
description: 'Manage documents, send signature requests, and convert Markdown to PDF',
|
|
1325
|
+
serverUrl: 'https://mcp.luminpdf.com/mcp',
|
|
1326
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69843e996011391070f38a40_lumin%20(1).svg',
|
|
1327
|
+
category: 'Documents',
|
|
1328
|
+
authType: 'oauth',
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
id: 'lusha',
|
|
1332
|
+
name: 'Lusha',
|
|
1333
|
+
description: 'Find and enrich B2B contacts and companies',
|
|
1334
|
+
serverUrl: 'https://mcp.lusha.com/mcp/claude',
|
|
1335
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f185605c2fcaee0fa4db08_lusha-purple.png',
|
|
1336
|
+
category: 'CRM',
|
|
1337
|
+
authType: 'oauth',
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
id: 'magic-patterns',
|
|
1341
|
+
name: 'Magic Patterns',
|
|
1342
|
+
description: 'Discuss and iterate on Magic Patterns designs',
|
|
1343
|
+
serverUrl: 'https://mcp.magicpatterns.com/mcp',
|
|
1344
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6983b706c57aa5fd1fd7a2d2_magicpatterns.jpeg',
|
|
1345
|
+
category: 'Design',
|
|
1346
|
+
authType: 'oauth',
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
id: 'mailchimp',
|
|
1350
|
+
name: 'Mailchimp',
|
|
1351
|
+
description: 'Email marketing and campaigns',
|
|
1352
|
+
serverUrl: 'https://ai-inc.mailchimp.com/claude/mcp/v2',
|
|
1353
|
+
logoUrl: 'https://cdn.simpleicons.org/mailchimp',
|
|
1354
|
+
category: 'Communication',
|
|
1355
|
+
authType: 'oauth',
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
id: 'mailerlite',
|
|
1359
|
+
name: 'MailerLite',
|
|
1360
|
+
description: 'Turn Claude into your email marketing assistant',
|
|
1361
|
+
serverUrl: 'https://mcp.mailerlite.com/mcp',
|
|
1362
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69a666eeaf51ef9283ed2fd8_mailerlite.jpeg',
|
|
1363
|
+
category: 'Communication',
|
|
1364
|
+
authType: 'oauth',
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
id: 'make',
|
|
1368
|
+
name: 'Make',
|
|
1369
|
+
description: 'Run Make scenarios and manage your Make account',
|
|
1370
|
+
serverUrl: 'https://mcp.make.com',
|
|
1371
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/697d14371cf45af84e39a93e_Make-Icon-Square-Purple.svg',
|
|
1372
|
+
category: 'Finance',
|
|
1373
|
+
authType: 'oauth',
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
id: 'malwarebytes',
|
|
1377
|
+
name: 'Malwarebytes',
|
|
1378
|
+
description: 'Check links, phones, and emails for scams',
|
|
1379
|
+
serverUrl: 'https://scamguard.malwarebytes.com/claude/mcp',
|
|
1380
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f14bd279dd849807ee34b3_malwarebytes.svg',
|
|
1381
|
+
category: 'Communication',
|
|
1382
|
+
authType: 'oauth',
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
id: 'mdn',
|
|
1386
|
+
name: 'MDN',
|
|
1387
|
+
description: 'Web docs, search, and browser compatibility data',
|
|
1388
|
+
serverUrl: 'https://mcp.mdn.mozilla.net/',
|
|
1389
|
+
logoUrl: 'https://developer.mozilla.org/favicon.svg',
|
|
1390
|
+
category: 'Developer',
|
|
1391
|
+
authType: 'oauth',
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
id: 'melon',
|
|
1395
|
+
name: 'Melon',
|
|
1396
|
+
description: 'Browse music charts & your personalized music picks',
|
|
1397
|
+
serverUrl: 'https://mcp.melon.com/mcp/',
|
|
1398
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690ac015d363c9893d2b3b46_Melon.jpg',
|
|
1399
|
+
category: 'Files & Media',
|
|
1400
|
+
authType: 'oauth',
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
id: 'mem',
|
|
1404
|
+
name: 'Mem',
|
|
1405
|
+
description: 'The AI notebook for everything on your mind',
|
|
1406
|
+
serverUrl: 'https://mcp.mem.ai/mcp',
|
|
1407
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69a772eb46aaa3bf051c52ed_mem_logo_square%20(1).svg',
|
|
1408
|
+
category: 'Productivity',
|
|
1409
|
+
authType: 'oauth',
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
id: 'mermaid-chart',
|
|
1413
|
+
name: 'Mermaid Chart',
|
|
1414
|
+
description: 'Validates Mermaid syntax, renders diagrams as high-quality SVG, and displays them instantly in an interactive UI where users can preview, zoom, and iterate in real time.',
|
|
1415
|
+
serverUrl: 'https://mcp.mermaid.ai/mcp',
|
|
1416
|
+
logoUrl: 'https://svgl.app/library/mermaid-logo-light.svg',
|
|
1417
|
+
category: 'Design',
|
|
1418
|
+
authType: 'oauth',
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
id: 'metaview',
|
|
1422
|
+
name: 'Metaview',
|
|
1423
|
+
description: 'The AI platform for recruiting.',
|
|
1424
|
+
serverUrl: 'https://mcp.metaview.ai/mcp',
|
|
1425
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69b3253475eefcc4bf8f3351_Metaview%20(1).svg',
|
|
1426
|
+
category: 'Marketing',
|
|
1427
|
+
authType: 'oauth',
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
id: 'microsoft-learn',
|
|
1431
|
+
name: 'Microsoft Learn',
|
|
1432
|
+
description: 'Search trusted Microsoft docs to power your development',
|
|
1433
|
+
serverUrl: 'https://learn.microsoft.com/api/mcp',
|
|
1434
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690c442881b2f70098a4491a_logo_microsoft.svg',
|
|
1435
|
+
category: 'Developer',
|
|
1436
|
+
authType: 'oauth',
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
id: 'midpage',
|
|
1440
|
+
name: 'Midpage Legal Research',
|
|
1441
|
+
description: 'Conduct legal research and create work product',
|
|
1442
|
+
serverUrl: 'https://app.midpage.ai/mcp',
|
|
1443
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/699a550b5cce23be4022d0ab_midpage.svg',
|
|
1444
|
+
category: 'Marketing',
|
|
1445
|
+
authType: 'oauth',
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
id: 'mintlify',
|
|
1449
|
+
name: 'Mintlify',
|
|
1450
|
+
description: 'Search, read, and edit your documentation',
|
|
1451
|
+
serverUrl: 'https://mcp.mintlify.com',
|
|
1452
|
+
logoUrl: 'https://svgl.app/library/mintlify.svg',
|
|
1453
|
+
category: 'Marketing',
|
|
1454
|
+
authType: 'oauth',
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
id: 'miro',
|
|
1458
|
+
name: 'Miro',
|
|
1459
|
+
description: 'Access and create new content on Miro boards',
|
|
1460
|
+
serverUrl: 'https://mcp.miro.com/',
|
|
1461
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69825d400692311462b4a241_Miro_Miro_Icon_0.svg',
|
|
1462
|
+
category: 'Design',
|
|
1463
|
+
authType: 'oauth',
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
id: 'mixpanel',
|
|
1467
|
+
name: 'Mixpanel',
|
|
1468
|
+
description: 'Analyze, query, and manage your Mixpanel data',
|
|
1469
|
+
serverUrl: 'https://mcp.mixpanel.com/mcp',
|
|
1470
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69b842de13c16936e674bff7_Mixpanel%20Logomark%20Purple%20(1).svg',
|
|
1471
|
+
category: 'Database',
|
|
1472
|
+
authType: 'oauth',
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
id: 'monday',
|
|
1476
|
+
name: 'Monday',
|
|
1477
|
+
description: 'Manage projects, boards, and workflows in monday.com',
|
|
1478
|
+
serverUrl: 'https://mcp.monday.com/mcp',
|
|
1479
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6921e782b78ebbcbede151d0_monday.jpg',
|
|
1480
|
+
category: 'Productivity',
|
|
1481
|
+
authType: 'oauth',
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
id: 'monte-carlo',
|
|
1485
|
+
name: 'Monte Carlo',
|
|
1486
|
+
description: 'Data & AI observability',
|
|
1487
|
+
serverUrl: 'https://integrations.getmontecarlo.com/mcp',
|
|
1488
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a04e495087e98bd9e279ba8_monte_carlo.jpeg',
|
|
1489
|
+
category: 'Monitoring & Analytics',
|
|
1490
|
+
authType: 'oauth',
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
id: 'moodys',
|
|
1494
|
+
name: 'Moody's',
|
|
1495
|
+
description: 'Credit ratings and risk data',
|
|
1496
|
+
serverUrl: 'https://api.moodys.com/genai-ready-data/m1/mcp',
|
|
1497
|
+
logoUrl: '/icon.png',
|
|
1498
|
+
category: 'Market Data',
|
|
1499
|
+
authType: 'oauth',
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
id: 'morningstar',
|
|
1503
|
+
name: 'Morningstar',
|
|
1504
|
+
description: 'Investment research and data',
|
|
1505
|
+
serverUrl: 'https://mcp.morningstar.com/mcp',
|
|
1506
|
+
logoUrl: '/icon.png',
|
|
1507
|
+
category: 'Marketing',
|
|
1508
|
+
authType: 'oauth',
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
id: 'motherduck',
|
|
1512
|
+
name: 'MotherDuck',
|
|
1513
|
+
description: 'DuckDB cloud warehouse, SQL',
|
|
1514
|
+
serverUrl: 'https://api.motherduck.com/mcp',
|
|
1515
|
+
logoUrl: '/icon.png',
|
|
1516
|
+
category: 'Database',
|
|
1517
|
+
authType: 'oauth',
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
id: 'motion',
|
|
1521
|
+
name: 'Motion Creative Analytics',
|
|
1522
|
+
description: 'Analyze your Meta ad creative & competitor ad libraries',
|
|
1523
|
+
serverUrl: 'https://projects.motionapp.com/mcp',
|
|
1524
|
+
logoUrl: 'https://svgl.app/library/motion.svg',
|
|
1525
|
+
category: 'Design',
|
|
1526
|
+
authType: 'oauth',
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
id: 'msci',
|
|
1530
|
+
name: 'MSCI',
|
|
1531
|
+
description: 'Indexes, private-markets analytics',
|
|
1532
|
+
serverUrl: 'https://mcp.msci.com/mcp/v1.0/mcp',
|
|
1533
|
+
logoUrl: '/icon.png',
|
|
1534
|
+
category: 'Monitoring & Analytics',
|
|
1535
|
+
authType: 'oauth',
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
id: 'mt-newswires',
|
|
1539
|
+
name: 'MT Newswires',
|
|
1540
|
+
description: 'Real-time financial news',
|
|
1541
|
+
serverUrl: 'https://mcp.mtnewswires.com/mcp',
|
|
1542
|
+
logoUrl: '/icon.png',
|
|
1543
|
+
category: 'Finance',
|
|
1544
|
+
authType: 'oauth',
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
id: 'netdocuments',
|
|
1548
|
+
name: 'NetDocuments',
|
|
1549
|
+
description: 'Securely access your documents in NetDocuments',
|
|
1550
|
+
serverUrl: 'https://web-api.us.netdocuments.app/connect/mcp',
|
|
1551
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b3f6ad61021be70a3c8f_netdocuments.png',
|
|
1552
|
+
category: 'Documents',
|
|
1553
|
+
authType: 'oauth',
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
id: 'netlify',
|
|
1557
|
+
name: 'Netlify',
|
|
1558
|
+
description: 'Create, deploy, manage, and secure websites on Netlify',
|
|
1559
|
+
serverUrl: 'https://netlify-mcp.netlify.app/mcp',
|
|
1560
|
+
logoUrl: 'https://svgl.app/library/netlify.svg',
|
|
1561
|
+
category: 'Developer',
|
|
1562
|
+
authType: 'oauth',
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
id: 'omni-analytics',
|
|
1566
|
+
name: 'Omni Analytics',
|
|
1567
|
+
description: 'Query your data using natural language through Omni's semantic model',
|
|
1568
|
+
serverUrl: 'https://callbacks.omniapp.co/callback/mcp',
|
|
1569
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69adea9f99911673406e9166_omni.jpeg',
|
|
1570
|
+
category: 'Design',
|
|
1571
|
+
authType: 'oauth',
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
id: 'open-targets',
|
|
1575
|
+
name: 'Open Targets',
|
|
1576
|
+
description: 'Drug target discovery data',
|
|
1577
|
+
serverUrl: 'https://mcp.platform.opentargets.org/mcp',
|
|
1578
|
+
logoUrl: '/icon.png',
|
|
1579
|
+
category: 'Health & Science',
|
|
1580
|
+
authType: 'oauth',
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
id: 'openrouter',
|
|
1584
|
+
name: 'OpenRouter',
|
|
1585
|
+
description: 'Models, pricing, credits, test prompts',
|
|
1586
|
+
serverUrl: 'https://mcp.openrouter.ai/mcp',
|
|
1587
|
+
logoUrl: 'https://cdn.simpleicons.org/openrouter',
|
|
1588
|
+
category: 'Design',
|
|
1589
|
+
authType: 'oauth',
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
id: 'orion',
|
|
1593
|
+
name: 'Orion by Gravity',
|
|
1594
|
+
description: 'Get insights from your autonomous AI analyst',
|
|
1595
|
+
serverUrl: 'https://g.runorion.com/mcp',
|
|
1596
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f15c544eecf5b84d8bf776_orion-icon-512%20-%20Drew%20Gillson.svg',
|
|
1597
|
+
category: 'AI & ML',
|
|
1598
|
+
authType: 'oauth',
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
id: 'otter-ai',
|
|
1602
|
+
name: 'Otter.ai',
|
|
1603
|
+
description: 'Unlock your meeting intelligence',
|
|
1604
|
+
serverUrl: 'https://mcp.otter.ai/mcp',
|
|
1605
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f51c99b93cabe07b652604_otter.ai.jpeg',
|
|
1606
|
+
category: 'Productivity',
|
|
1607
|
+
authType: 'oauth',
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
id: 'outreach',
|
|
1611
|
+
name: 'Outreach',
|
|
1612
|
+
description: 'Unleash your team's best performance with Outreach AI',
|
|
1613
|
+
serverUrl: 'https://api.outreach.io/mcp/',
|
|
1614
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69964daf5dfec668f0dc6049_outreach.png',
|
|
1615
|
+
category: 'CRM',
|
|
1616
|
+
authType: 'oauth',
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
id: 'pagerduty',
|
|
1620
|
+
name: 'PagerDuty',
|
|
1621
|
+
description: 'Incidents, schedules, on-call',
|
|
1622
|
+
serverUrl: 'https://mcp.pagerduty.com/mcp',
|
|
1623
|
+
logoUrl: 'https://cdn.simpleicons.org/pagerduty',
|
|
1624
|
+
category: 'Productivity',
|
|
1625
|
+
authType: 'oauth',
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
id: 'paypal',
|
|
1629
|
+
name: 'PayPal',
|
|
1630
|
+
description: 'Access PayPal payments platform',
|
|
1631
|
+
serverUrl: 'https://mcp.paypal.com/mcp',
|
|
1632
|
+
logoUrl: 'https://svgl.app/library/paypal.svg',
|
|
1633
|
+
category: 'Finance',
|
|
1634
|
+
authType: 'oauth',
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
id: 'peec-ai',
|
|
1638
|
+
name: 'Peec AI',
|
|
1639
|
+
description: 'Analyze your brand's visibility across LLMs',
|
|
1640
|
+
serverUrl: 'https://api.peec.ai/mcp',
|
|
1641
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f15198d7e7e13b4c1ec865_peec_ai.png',
|
|
1642
|
+
category: 'Marketing',
|
|
1643
|
+
authType: 'oauth',
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
id: 'pendo',
|
|
1647
|
+
name: 'Pendo',
|
|
1648
|
+
description: 'Product analytics, guides, feedback',
|
|
1649
|
+
serverUrl: 'https://app.pendo.io/mcp/v0/shttp',
|
|
1650
|
+
logoUrl: '/icon.png',
|
|
1651
|
+
category: 'Monitoring & Analytics',
|
|
1652
|
+
authType: 'oauth',
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
id: 'pg-aiguide',
|
|
1656
|
+
name: 'pg-aiguide',
|
|
1657
|
+
description: 'Search pg and Tiger docs, learn database skills',
|
|
1658
|
+
serverUrl: 'https://mcp.tigerdata.com/docs',
|
|
1659
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69c4735963142fd71f9f4a3a_logo-badge-yellow.svg',
|
|
1660
|
+
category: 'Developer',
|
|
1661
|
+
authType: 'oauth',
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
id: 'pitchbook',
|
|
1665
|
+
name: 'PitchBook',
|
|
1666
|
+
description: 'Private market intelligence',
|
|
1667
|
+
serverUrl: 'https://premium.mcp.pitchbook.com/mcp',
|
|
1668
|
+
logoUrl: '/icon.png',
|
|
1669
|
+
category: 'Market Data',
|
|
1670
|
+
authType: 'oauth',
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
id: 'planetscale',
|
|
1674
|
+
name: 'PlanetScale',
|
|
1675
|
+
description: 'Authenticated access to your Postgres and MySQL DBs',
|
|
1676
|
+
serverUrl: 'https://mcp.pscale.dev/mcp/planetscale\\n',
|
|
1677
|
+
logoUrl: 'https://svgl.app/library/planetscale.svg',
|
|
1678
|
+
category: 'Database',
|
|
1679
|
+
authType: 'oauth',
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
id: 'polar-analytics',
|
|
1683
|
+
name: 'Polar Analytics',
|
|
1684
|
+
description: 'Bring all your data in one place & connect it to Claude',
|
|
1685
|
+
serverUrl: 'https://api.polaranalytics.com/mcp',
|
|
1686
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81ccc7b7eca17b6fc4fdc_polar_analytics.svg',
|
|
1687
|
+
category: 'Monitoring & Analytics',
|
|
1688
|
+
authType: 'oauth',
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
id: 'posthog',
|
|
1692
|
+
name: 'PostHog',
|
|
1693
|
+
description: 'Product analytics, flags, insights',
|
|
1694
|
+
serverUrl: 'https://mcp.posthog.com/mcp',
|
|
1695
|
+
logoUrl: 'https://svgl.app/library/posthog.svg',
|
|
1696
|
+
category: 'Monitoring & Analytics',
|
|
1697
|
+
authType: 'oauth',
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
id: 'postman',
|
|
1701
|
+
name: 'Postman',
|
|
1702
|
+
description: 'Give API context to your coding agents',
|
|
1703
|
+
serverUrl: 'https://mcp.postman.com/minimal',
|
|
1704
|
+
logoUrl: 'https://svgl.app/library/postman.svg',
|
|
1705
|
+
category: 'Developer',
|
|
1706
|
+
authType: 'oauth',
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
id: 'privacy',
|
|
1710
|
+
name: 'Privacy.com',
|
|
1711
|
+
description: 'Manage virtual cards and track your spending patterns',
|
|
1712
|
+
serverUrl: 'https://mcp.privacy.com',
|
|
1713
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a04e56fba746672e2a6a28d_privacy-logo%20-%20Johnie%20Lee.png',
|
|
1714
|
+
category: 'Finance',
|
|
1715
|
+
authType: 'oauth',
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
id: 'pylon',
|
|
1719
|
+
name: 'Pylon',
|
|
1720
|
+
description: 'Search and manage Pylon support issues',
|
|
1721
|
+
serverUrl: 'https://mcp.usepylon.com/',
|
|
1722
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69a773b90d8c8805d2dc07a2_pylon%20(1).svg',
|
|
1723
|
+
category: 'Monitoring & Analytics',
|
|
1724
|
+
authType: 'oauth',
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
id: 'quartr',
|
|
1728
|
+
name: 'Quartr',
|
|
1729
|
+
description: 'Financial data and AI infrastructure for company research.',
|
|
1730
|
+
serverUrl: 'https://mcp.quartr.com/mcp',
|
|
1731
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69c16ea64d0fb4d397f39e16_quarter-black.png',
|
|
1732
|
+
category: 'Finance',
|
|
1733
|
+
authType: 'oauth',
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
id: 'quickbooks',
|
|
1737
|
+
name: 'QuickBooks',
|
|
1738
|
+
description: 'Accounting, invoices, business finances',
|
|
1739
|
+
serverUrl: 'https://ai-inc.quickbooks.intuit.com/v1/mcp',
|
|
1740
|
+
logoUrl: 'https://cdn.simpleicons.org/quickbooks',
|
|
1741
|
+
category: 'Finance',
|
|
1742
|
+
authType: 'oauth',
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
id: 'quo',
|
|
1746
|
+
name: 'Quo',
|
|
1747
|
+
description: 'Surface call insights and missed opportunities',
|
|
1748
|
+
serverUrl: 'https://mcp.quo.com/mcp',
|
|
1749
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f2db59ad97fe0b154a1178_quo-logo%20-%20Juraj%20Pal.svg',
|
|
1750
|
+
category: 'AI & ML',
|
|
1751
|
+
authType: 'oauth',
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
id: 'ramp',
|
|
1755
|
+
name: 'Ramp',
|
|
1756
|
+
description: 'Search, access, and analyze your Ramp financial data',
|
|
1757
|
+
serverUrl: 'https://ramp-mcp-remote.ramp.com/mcp',
|
|
1758
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690ac0e242323897e8eeb479_Ramp.jpg',
|
|
1759
|
+
category: 'Finance',
|
|
1760
|
+
authType: 'oauth',
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
id: 'ramp-data',
|
|
1764
|
+
name: 'Ramp Data',
|
|
1765
|
+
description: 'Search and analyze Ramp spend across 50,000+ businesses',
|
|
1766
|
+
serverUrl: 'https://mcp.ramp.com/ramp-data/anthropic/mcp',
|
|
1767
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690ac0e242323897e8eeb479_Ramp.jpg',
|
|
1768
|
+
category: 'Finance',
|
|
1769
|
+
authType: 'oauth',
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
id: 'razorpay',
|
|
1773
|
+
name: 'Razorpay',
|
|
1774
|
+
description: 'Payments, orders, settlements',
|
|
1775
|
+
serverUrl: 'https://mcp.razorpay.com/mcp',
|
|
1776
|
+
logoUrl: 'https://cdn.simpleicons.org/razorpay',
|
|
1777
|
+
category: 'Finance',
|
|
1778
|
+
authType: 'oauth',
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
id: 'resy',
|
|
1782
|
+
name: 'Resy',
|
|
1783
|
+
description: 'Find and book restaurants instantly',
|
|
1784
|
+
serverUrl: 'https://apigw.americanexpress.com/dining/v1/mcp',
|
|
1785
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f51ce9ea22e90b12d284f1_Resy%20icon%20(1)%20-%20Resy%20Anthropic%20(1).svg',
|
|
1786
|
+
category: 'Travel & Food',
|
|
1787
|
+
authType: 'oauth',
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
id: 'rillet',
|
|
1791
|
+
name: 'Rillet',
|
|
1792
|
+
description: 'Query your live GL and financials in plain English',
|
|
1793
|
+
serverUrl: 'https://api.rillet.com/mcp',
|
|
1794
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f51e7a8da2fed49f6bdbc3_Logo_Rillet%20-%20Felipe%20Carvalho.svg',
|
|
1795
|
+
category: 'Database',
|
|
1796
|
+
authType: 'oauth',
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
id: 'sanity',
|
|
1800
|
+
name: 'Sanity',
|
|
1801
|
+
description: 'Create, query, and manage structured content in Sanity',
|
|
1802
|
+
serverUrl: 'https://mcp.sanity.io',
|
|
1803
|
+
logoUrl: 'https://svgl.app/library/sanity-light.svg',
|
|
1804
|
+
category: 'Database',
|
|
1805
|
+
authType: 'oauth',
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
id: 'scholar-gateway',
|
|
1809
|
+
name: 'Scholar Gateway',
|
|
1810
|
+
description: 'Peer-reviewed research, citations',
|
|
1811
|
+
serverUrl: 'https://connector.scholargateway.ai/mcp',
|
|
1812
|
+
logoUrl: '/icon.png',
|
|
1813
|
+
category: 'Marketing',
|
|
1814
|
+
authType: 'oauth',
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
id: 'scite',
|
|
1818
|
+
name: 'Scite',
|
|
1819
|
+
description: 'Evidence-based answers grounded in research',
|
|
1820
|
+
serverUrl: 'https://api.scite.ai/mcp',
|
|
1821
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f14fa63e5cc00c8c2fe439_scite.jpg',
|
|
1822
|
+
category: 'Marketing',
|
|
1823
|
+
authType: 'oauth',
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
id: 'semrush',
|
|
1827
|
+
name: 'Semrush',
|
|
1828
|
+
description: 'SEO, market data, and brand visibility insights',
|
|
1829
|
+
serverUrl: 'https://mcp.semrush.com/claude/v1/mcp',
|
|
1830
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a04e3451d1cf61726524a07_semrush.svg',
|
|
1831
|
+
category: 'Marketing',
|
|
1832
|
+
authType: 'oauth',
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
id: 'send',
|
|
1836
|
+
name: 'Send',
|
|
1837
|
+
description: 'Create shareable documents, one-pagers, and decks',
|
|
1838
|
+
serverUrl: 'https://www.send.co/mcp',
|
|
1839
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f14afcfae4b6a0b0d56710_send-icon-square%20-%20Neil%20Gandhi.svg',
|
|
1840
|
+
category: 'Documents',
|
|
1841
|
+
authType: 'oauth',
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
id: 'sentry',
|
|
1845
|
+
name: 'Sentry',
|
|
1846
|
+
description: 'Search, query, and debug errors intelligently',
|
|
1847
|
+
serverUrl: 'https://mcp.sentry.dev/mcp',
|
|
1848
|
+
logoUrl: 'https://svgl.app/library/sentry.svg',
|
|
1849
|
+
category: 'Database',
|
|
1850
|
+
authType: 'oauth',
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
id: 'shapes',
|
|
1854
|
+
name: 'Shapes',
|
|
1855
|
+
description: 'Analyse your live people data, right in Claude',
|
|
1856
|
+
serverUrl: 'https://mcp.shapes.co/',
|
|
1857
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81d46d27a155149f62a17_shapes.co%20(1).svg',
|
|
1858
|
+
category: 'Other',
|
|
1859
|
+
authType: 'oauth',
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
id: 'shopify',
|
|
1863
|
+
name: 'Shopify',
|
|
1864
|
+
description: 'Build, manage, and analyze your Shopify store',
|
|
1865
|
+
serverUrl: 'https://setup.shopify.com/mcp',
|
|
1866
|
+
logoUrl: 'https://svgl.app/library/shopify.svg',
|
|
1867
|
+
category: 'E-commerce',
|
|
1868
|
+
authType: 'oauth',
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
id: 'signnow',
|
|
1872
|
+
name: 'SignNow',
|
|
1873
|
+
description: 'E-signatures and documents',
|
|
1874
|
+
serverUrl: 'https://mcp-server.signnow.com/mcp',
|
|
1875
|
+
logoUrl: '/icon.png',
|
|
1876
|
+
category: 'Documents',
|
|
1877
|
+
authType: 'oauth',
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
id: 'similarweb',
|
|
1881
|
+
name: 'Similarweb',
|
|
1882
|
+
description: 'Real time web, mobile app, and market data.',
|
|
1883
|
+
serverUrl: 'https://mcp.similarweb.com',
|
|
1884
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/697d44c93b1b461da6f2d32b_ide0afd3w6_1769817151433.jpeg',
|
|
1885
|
+
category: 'Marketing',
|
|
1886
|
+
authType: 'oauth',
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
id: 'solve-intelligence',
|
|
1890
|
+
name: 'Solve Intelligence',
|
|
1891
|
+
description: 'Search, draft, and chart patents',
|
|
1892
|
+
serverUrl: 'https://api.solveintelligence.com/mcp/',
|
|
1893
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b817f37b7a1a9b6796c0_solve_intelligence.svg',
|
|
1894
|
+
category: 'Marketing',
|
|
1895
|
+
authType: 'oauth',
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
id: 'sp-global',
|
|
1899
|
+
name: 'S&P Global',
|
|
1900
|
+
description: 'Capital IQ financials, market data',
|
|
1901
|
+
serverUrl: 'https://kfinance.kensho.com/integrations/mcp',
|
|
1902
|
+
logoUrl: '/icon.png',
|
|
1903
|
+
category: 'Developer',
|
|
1904
|
+
authType: 'oauth',
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
id: 'splice',
|
|
1908
|
+
name: 'Splice',
|
|
1909
|
+
description: 'Search Splice's sounds catalog, build stacks & more!',
|
|
1910
|
+
serverUrl: 'https://mcp.splice.com/mcp',
|
|
1911
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f22435597957163fe5646c_SpliceGlyph-Black%20-%20Kevin%20Stewart.svg',
|
|
1912
|
+
category: 'Marketing',
|
|
1913
|
+
authType: 'oauth',
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
id: 'spotify',
|
|
1917
|
+
name: 'Spotify',
|
|
1918
|
+
description: 'Music and podcast recommendations, just for you.',
|
|
1919
|
+
serverUrl: 'https://mcp-gateway-external-pilot.spotify.net/mcp',
|
|
1920
|
+
logoUrl: 'https://svgl.app/library/spotify.svg',
|
|
1921
|
+
category: 'Files & Media',
|
|
1922
|
+
authType: 'oauth',
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
id: 'sprouts',
|
|
1926
|
+
name: 'Sprouts Data Intelligence',
|
|
1927
|
+
description: 'From query to qualified lead in seconds.',
|
|
1928
|
+
serverUrl: 'https://sprouts-mcp-server.kartikay-dhar.workers.dev',
|
|
1929
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69974168446d1f867d04722e_sprouts.ai%20logo.svg',
|
|
1930
|
+
category: 'Database',
|
|
1931
|
+
authType: 'oauth',
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
id: 'square',
|
|
1935
|
+
name: 'Square',
|
|
1936
|
+
description: 'Search and manage transaction, merchant, and payment data',
|
|
1937
|
+
serverUrl: 'https://mcp.squareup.com/sse',
|
|
1938
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690ac122efac2533660b7814_Square%20MCP.jpg',
|
|
1939
|
+
category: 'Finance',
|
|
1940
|
+
authType: 'oauth',
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
id: 'strava',
|
|
1944
|
+
name: 'Strava',
|
|
1945
|
+
description: 'Activities, fitness trends, training load, and goals',
|
|
1946
|
+
serverUrl: 'https://mcp.strava.com/mcp',
|
|
1947
|
+
logoUrl: 'https://cdn.simpleicons.org/strava',
|
|
1948
|
+
category: 'Marketing',
|
|
1949
|
+
authType: 'oauth',
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
id: 'stubhub',
|
|
1953
|
+
name: 'StubHub',
|
|
1954
|
+
description: 'Find tickets on the World's Largest Ticket Marketplace',
|
|
1955
|
+
serverUrl: 'https://open-ai-app.stubhub.net/mcp',
|
|
1956
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f520761ec1f66492b02488_stubhub.jpeg',
|
|
1957
|
+
category: 'Monitoring & Analytics',
|
|
1958
|
+
authType: 'oauth',
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
id: 'superhuman-mail',
|
|
1962
|
+
name: 'Superhuman Mail',
|
|
1963
|
+
description: 'Drive your email and calendar, right from Claude',
|
|
1964
|
+
serverUrl: 'https://mcp.mail.superhuman.com/mcp',
|
|
1965
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f15c0204bf266a152583ce_superhuman.svg',
|
|
1966
|
+
category: 'Productivity',
|
|
1967
|
+
authType: 'oauth',
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
id: 'supermetrics',
|
|
1971
|
+
name: 'Supermetrics',
|
|
1972
|
+
description: 'Marketing data and reporting',
|
|
1973
|
+
serverUrl: 'https://mcp.supermetrics.com/mcp',
|
|
1974
|
+
logoUrl: '/icon.png',
|
|
1975
|
+
category: 'Marketing',
|
|
1976
|
+
authType: 'oauth',
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
id: 'surveymonkey',
|
|
1980
|
+
name: 'SurveyMonkey',
|
|
1981
|
+
description: 'Design surveys, collect responses, and analyze results',
|
|
1982
|
+
serverUrl: 'https://mcp.surveymonkey.com/mcp',
|
|
1983
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f1510426b4f5bb94b001a9_SurveyMonkey.svg',
|
|
1984
|
+
category: 'Design',
|
|
1985
|
+
authType: 'oauth',
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
id: 'synthesize-bio',
|
|
1989
|
+
name: 'Synthesize Bio',
|
|
1990
|
+
description: 'Generate gene expression from a virtual human',
|
|
1991
|
+
serverUrl: 'https://app.synthesize.bio/api/mcp',
|
|
1992
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81c99cf86df125c6570a3_synthesize_bio_logo.jpeg',
|
|
1993
|
+
category: 'Health & Science',
|
|
1994
|
+
authType: 'oauth',
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
id: 'taskrabbit',
|
|
1998
|
+
name: 'Taskrabbit Booking Assistance',
|
|
1999
|
+
description: 'Find & book local Taskrabbit services near you',
|
|
2000
|
+
serverUrl: 'https://mcp.taskrabbit.com/mcp',
|
|
2001
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f5218067608fa156b6897a_taskrabbit_logo%20-%20George%20Yu%20Jiang%20(1).svg',
|
|
2002
|
+
category: 'Productivity',
|
|
2003
|
+
authType: 'oauth',
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
id: 'tavily',
|
|
2007
|
+
name: 'Tavily',
|
|
2008
|
+
description: 'Connect your AI agents to the web',
|
|
2009
|
+
serverUrl: 'https://mcp.tavily.com/mcp',
|
|
2010
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69b32f5381aaa44510d50288_tavily.svg',
|
|
2011
|
+
category: 'Developer',
|
|
2012
|
+
authType: 'oauth',
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
id: 'third-bridge',
|
|
2016
|
+
name: 'Third Bridge',
|
|
2017
|
+
description: 'Expert-led enhanced insights',
|
|
2018
|
+
serverUrl: 'https://ai.thirdbridge.com/mcp/sse',
|
|
2019
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fa4a62a34c89b63cf23a5a_thirdbridge.jpg',
|
|
2020
|
+
category: 'Market Data',
|
|
2021
|
+
authType: 'oauth',
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
id: 'thumbtack',
|
|
2025
|
+
name: 'Thumbtack',
|
|
2026
|
+
description: 'Find and hire local pros in Claude',
|
|
2027
|
+
serverUrl: 'https://mcp.thumbtack.com/mcp',
|
|
2028
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f523ffca8383487e8525e3_thumbtack%20(1).svg',
|
|
2029
|
+
category: 'Other',
|
|
2030
|
+
authType: 'oauth',
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
id: 'ticket-tailor',
|
|
2034
|
+
name: 'Ticket Tailor',
|
|
2035
|
+
description: 'Event platform for managing tickets, orders & more',
|
|
2036
|
+
serverUrl: 'https://mcp.tickettailor.ai/mcp',
|
|
2037
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690ac149c2dc363a0c9f35f1_Ticket%20Tailor.jpg',
|
|
2038
|
+
category: 'Monitoring & Analytics',
|
|
2039
|
+
authType: 'oauth',
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
id: 'todoist',
|
|
2043
|
+
name: 'Todoist',
|
|
2044
|
+
description: 'Search, complete, and manage your tasks in Todoist',
|
|
2045
|
+
serverUrl: 'https://ai.todoist.net/mcp',
|
|
2046
|
+
logoUrl: 'https://svgl.app/library/todoist.svg',
|
|
2047
|
+
category: 'Productivity',
|
|
2048
|
+
authType: 'oauth',
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
id: 'topcounsel',
|
|
2052
|
+
name: 'TopCounsel by The L Suite',
|
|
2053
|
+
description: 'Outside Counsel recommendations from Inhouse Counsel',
|
|
2054
|
+
serverUrl: 'https://api.techgc.co/api/mcp/topcounsel',
|
|
2055
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b66ec6453a55e7b229ca_L%20Suite%20Favicon%20-%20240x240%20-%20Kiran%20Lingam.png',
|
|
2056
|
+
category: 'Other',
|
|
2057
|
+
authType: 'oauth',
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
id: 'trellis',
|
|
2061
|
+
name: 'Trellis',
|
|
2062
|
+
description: 'Claude for Trial Court Litigators',
|
|
2063
|
+
serverUrl: 'https://mcp.trellis.law/anthropic',
|
|
2064
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a02b79fc767d70218166a22_trellis%20(1).svg',
|
|
2065
|
+
category: 'Legal',
|
|
2066
|
+
authType: 'oauth',
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
id: 'sketchup',
|
|
2070
|
+
name: 'Trimble SketchUp',
|
|
2071
|
+
description: 'Create and iterate 3D models for use in SketchUp',
|
|
2072
|
+
serverUrl: 'https://api.sketchup.com/mcp/v1/sketchup/mcp',
|
|
2073
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f2252e4fb1b0a76ce8f85e_SketchUp%20Logo%20-%20Mark%20Harrison%20(1).svg',
|
|
2074
|
+
category: 'Design',
|
|
2075
|
+
authType: 'oauth',
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
id: 'tldraw',
|
|
2079
|
+
name: 'tldraw',
|
|
2080
|
+
description: 'Diagrams and whiteboards',
|
|
2081
|
+
serverUrl: 'https://tldraw-mcp-app.tldraw.workers.dev/mcp',
|
|
2082
|
+
logoUrl: 'https://cdn.simpleicons.org/tldraw',
|
|
2083
|
+
category: 'Design',
|
|
2084
|
+
authType: 'oauth',
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
id: 'tripadvisor',
|
|
2088
|
+
name: 'Tripadvisor',
|
|
2089
|
+
description: 'Find your perfect hotel based on Tripadvisor reviews',
|
|
2090
|
+
serverUrl: 'https://production.ai-mcp-extensibility-prd.tamg.cloud/ogMvjY4De1G7CiHanMOAgddl/mcp',
|
|
2091
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f52465be942a5f161d7402_tripadvisor.jpeg',
|
|
2092
|
+
category: 'Marketing',
|
|
2093
|
+
authType: 'oauth',
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
id: 'trivago',
|
|
2097
|
+
name: 'Trivago',
|
|
2098
|
+
description: 'Find your ideal hotel at the best price.',
|
|
2099
|
+
serverUrl: 'https://mcp.trivago.com/mcp',
|
|
2100
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6913f573b5cf9a67fff78b2a_logo_trivago.svg',
|
|
2101
|
+
category: 'Travel & Food',
|
|
2102
|
+
authType: 'oauth',
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
id: 'tropic',
|
|
2106
|
+
name: 'Tropic',
|
|
2107
|
+
description: 'Save money on Software + AI contracts',
|
|
2108
|
+
serverUrl: 'https://app.tropicapp.io/mcp',
|
|
2109
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f17ff2a77d43326bef7b37_Tropic%20Icon_Purple%20-%20Tommy%20Noonan.svg',
|
|
2110
|
+
category: 'Legal',
|
|
2111
|
+
authType: 'oauth',
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
id: 'turbotax',
|
|
2115
|
+
name: 'TurboTax',
|
|
2116
|
+
description: 'Tax tools and filing help',
|
|
2117
|
+
serverUrl: 'https://ai-inc.turbotax.intuit.com/358A1C1B-F73B-46A7-B130-4B14916E6843/v1/mcp',
|
|
2118
|
+
logoUrl: '/icon.png',
|
|
2119
|
+
category: 'Finance',
|
|
2120
|
+
authType: 'oauth',
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
id: 'twilio',
|
|
2124
|
+
name: 'Twilio',
|
|
2125
|
+
description: 'Build powerful communications and customer engagement',
|
|
2126
|
+
serverUrl: 'https://mcp.twilio.com/docs',
|
|
2127
|
+
logoUrl: 'https://svgl.app/library/twilio.svg',
|
|
2128
|
+
category: 'Communication',
|
|
2129
|
+
authType: 'oauth',
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
id: 'uber',
|
|
2133
|
+
name: 'Uber',
|
|
2134
|
+
description: 'Get Uber price & time estimates for any ride option',
|
|
2135
|
+
serverUrl: 'https://mcp.uber.com/claude/rides-3p/mcp',
|
|
2136
|
+
logoUrl: 'https://svgl.app/library/uber_light.svg',
|
|
2137
|
+
category: 'Travel & Food',
|
|
2138
|
+
authType: 'oauth',
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
id: 'uber-eats',
|
|
2142
|
+
name: 'Uber Eats',
|
|
2143
|
+
description: 'Explore restaurants and dishes',
|
|
2144
|
+
serverUrl: 'https://mcp.ubereats.com/eats-claude/mcp',
|
|
2145
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f526b0dfab34ac17817b96_App%20icons%20(1)%20-%20Nick%20Pataky.svg',
|
|
2146
|
+
category: 'Travel & Food',
|
|
2147
|
+
authType: 'oauth',
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
id: 'udemy-business',
|
|
2151
|
+
name: 'Udemy Business',
|
|
2152
|
+
description: 'Courses and learning content',
|
|
2153
|
+
serverUrl: 'https://api.udemy.com/mcp',
|
|
2154
|
+
logoUrl: 'https://cdn.simpleicons.org/udemy',
|
|
2155
|
+
category: 'AI & ML',
|
|
2156
|
+
authType: 'oauth',
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
id: 'unthread',
|
|
2160
|
+
name: 'Unthread',
|
|
2161
|
+
description: 'Manage and automate your support tickets',
|
|
2162
|
+
serverUrl: 'https://app.unthread.io/api/mcp',
|
|
2163
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f527771c5044192f705995_unthread-icon.svg',
|
|
2164
|
+
category: 'Monitoring & Analytics',
|
|
2165
|
+
authType: 'oauth',
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
id: 'vercel',
|
|
2169
|
+
name: 'Vercel',
|
|
2170
|
+
description: 'Projects, deployments, docs',
|
|
2171
|
+
serverUrl: 'https://mcp.vercel.com',
|
|
2172
|
+
logoUrl: 'https://svgl.app/library/vercel.svg',
|
|
2173
|
+
category: 'Developer',
|
|
2174
|
+
authType: 'oauth',
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
id: 'verisk-underwriting-intelligence',
|
|
2178
|
+
name: 'Verisk Underwriting Intelligence',
|
|
2179
|
+
description: 'Ask questions. Get underwriting insights from Verisk.',
|
|
2180
|
+
serverUrl: 'https://gatewaymcp.verisk.com/underwriting/intelligencemcp/v1',
|
|
2181
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fa17a6c74040f2aa5669fd_verisk.jpeg',
|
|
2182
|
+
category: 'Market Data',
|
|
2183
|
+
authType: 'oauth',
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
id: 'verisk-xactrestore',
|
|
2187
|
+
name: 'Verisk XactRestore',
|
|
2188
|
+
description: 'Natural-language estimating for XactRestore',
|
|
2189
|
+
serverUrl: 'https://xactrestore-xactremodelserver-usw2-prod.propsol.io/mcp',
|
|
2190
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69fa17a6c74040f2aa5669fd_verisk.jpeg',
|
|
2191
|
+
category: 'E-commerce',
|
|
2192
|
+
authType: 'oauth',
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
id: 'viator',
|
|
2196
|
+
name: 'Viator',
|
|
2197
|
+
description: 'Book travel experiences around the world',
|
|
2198
|
+
serverUrl: 'https://exp-app-mcp.prod.ep.viator.com/mcp',
|
|
2199
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f5282bfd6b1696c623e9da_viator.jpg',
|
|
2200
|
+
category: 'Travel & Food',
|
|
2201
|
+
authType: 'oauth',
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
id: 'webflow',
|
|
2205
|
+
name: 'Webflow',
|
|
2206
|
+
description: 'Sites, CMS, publishing',
|
|
2207
|
+
serverUrl: 'https://mcp.webflow.com/mcp',
|
|
2208
|
+
logoUrl: 'https://cdn.simpleicons.org/webflow',
|
|
2209
|
+
category: 'Web & CMS',
|
|
2210
|
+
authType: 'oauth',
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
id: 'windsor-ai',
|
|
2214
|
+
name: 'Windsor.ai',
|
|
2215
|
+
description: 'Marketing data connectors, attribution',
|
|
2216
|
+
serverUrl: 'https://mcp.windsor.ai',
|
|
2217
|
+
logoUrl: '/icon.png',
|
|
2218
|
+
category: 'Marketing',
|
|
2219
|
+
authType: 'oauth',
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
id: 'wix',
|
|
2223
|
+
name: 'Wix',
|
|
2224
|
+
description: 'Sites, stores, bookings',
|
|
2225
|
+
serverUrl: 'https://mcp.wix.com/mcp',
|
|
2226
|
+
logoUrl: 'https://cdn.simpleicons.org/wix',
|
|
2227
|
+
category: 'Travel & Food',
|
|
2228
|
+
authType: 'oauth',
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
id: 'wordpress-com',
|
|
2232
|
+
name: 'WordPress.com',
|
|
2233
|
+
description: 'Secure AI access to manage your WordPress.com sites',
|
|
2234
|
+
serverUrl: 'https://public-api.wordpress.com/wpcom/v2/mcp/v1',
|
|
2235
|
+
logoUrl: 'https://svgl.app/library/wordpress.svg',
|
|
2236
|
+
category: 'AI & ML',
|
|
2237
|
+
authType: 'oauth',
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
id: 'workable',
|
|
2241
|
+
name: 'Workable',
|
|
2242
|
+
description: 'Your AI assistant for Hiring and HR — inside Workable',
|
|
2243
|
+
serverUrl: 'https://mcp.workable.com/mcp',
|
|
2244
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81cf5d6ed1685ed513d65_workable%20(1).svg',
|
|
2245
|
+
category: 'HR & Recruiting',
|
|
2246
|
+
authType: 'oauth',
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
id: 'wyndham-hotels',
|
|
2250
|
+
name: 'Wyndham Hotels and Resorts',
|
|
2251
|
+
description: 'Discover the right Wyndham Hotel for you, faster',
|
|
2252
|
+
serverUrl: 'https://mcp.wyndhamhotels.com/claude/mcp',
|
|
2253
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/697cf97c1f0c55c49363e9d7_whr_app_icon_160x160.jpg',
|
|
2254
|
+
category: 'Travel & Food',
|
|
2255
|
+
authType: 'oauth',
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
id: 'xero',
|
|
2259
|
+
name: 'Xero',
|
|
2260
|
+
description: 'Access your Xero financials from any conversation',
|
|
2261
|
+
serverUrl: 'https://mcp.xero.com/mcp',
|
|
2262
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f528c0d0b2dc39cb5860ca_Xero-logo%20-%20Kayne%20Richens.svg',
|
|
2263
|
+
category: 'Finance',
|
|
2264
|
+
authType: 'oauth',
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
id: 'zapier',
|
|
2268
|
+
name: 'Zapier',
|
|
2269
|
+
description: 'Actions across 8,000+ apps',
|
|
2270
|
+
serverUrl: 'https://mcp.zapier.com/api/v1/connect',
|
|
2271
|
+
logoUrl: 'https://cdn.simpleicons.org/zapier',
|
|
2272
|
+
category: 'Developer',
|
|
2273
|
+
authType: 'oauth',
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
id: 'ziprecruiter',
|
|
2277
|
+
name: 'ZipRecruiter',
|
|
2278
|
+
description: 'Job search made easy',
|
|
2279
|
+
serverUrl: 'https://api.ziprecruiter.com/mcp',
|
|
2280
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f81d823a351bb8e2c4b626_ziprecruiter%20(1).svg',
|
|
2281
|
+
category: 'Marketing',
|
|
2282
|
+
authType: 'oauth',
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
id: 'zocks',
|
|
2286
|
+
name: 'Zocks',
|
|
2287
|
+
description: 'Analyze client conversations, patterns, and insights.',
|
|
2288
|
+
serverUrl: 'https://mcp.zocks.io/v1/mcp',
|
|
2289
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/69f18e4c5285238a12ca92e0_zocks%20icon%20-%20Vikto%CC%81ria%20Paro%CC%81czi%20(1).svg',
|
|
2290
|
+
category: 'Market Data',
|
|
2291
|
+
authType: 'oauth',
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
id: 'zoom',
|
|
2295
|
+
name: 'Zoom',
|
|
2296
|
+
description: 'Meetings, recordings, summaries',
|
|
2297
|
+
serverUrl: 'https://mcp.zoom.us/mcp/zoom/streamable',
|
|
2298
|
+
logoUrl: 'https://cdn.simpleicons.org/zoom',
|
|
2299
|
+
category: 'Productivity',
|
|
2300
|
+
authType: 'oauth',
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
id: 'zoominfo',
|
|
2304
|
+
name: 'ZoomInfo',
|
|
2305
|
+
description: 'Enrich contacts & accounts with GTM intelligence',
|
|
2306
|
+
serverUrl: 'https://mcp.zoominfo.com/mcp',
|
|
2307
|
+
logoUrl: 'https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/690ac18e80e00e4418bf54c8_ZoomInfo.jpg',
|
|
2308
|
+
category: 'Communication',
|
|
2309
|
+
authType: 'oauth',
|
|
2310
|
+
},
|
|
2311
|
+
];
|
|
2312
|
+
function findCatalogEntry(id) {
|
|
2313
|
+
return exports.REMOTE_SERVERS_CATALOG.find((entry) => entry.id === id);
|
|
2314
|
+
}
|
|
2315
|
+
function getCatalogCategories() {
|
|
2316
|
+
return [...new Set(exports.REMOTE_SERVERS_CATALOG.map((e) => e.category))].sort();
|
|
2317
|
+
}
|
|
2318
|
+
//# sourceMappingURL=remote-servers.catalog.js.map
|