@aiwerk/mcp-bridge 2.9.0 → 3.0.1
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/dist/src/catalog-client.d.ts +6 -0
- package/dist/src/config.js +14 -0
- package/dist/src/oauth2-credentials-file.d.ts +56 -0
- package/dist/src/oauth2-credentials-file.js +91 -0
- package/dist/src/oauth2-token-manager.d.ts +8 -0
- package/dist/src/oauth2-token-manager.js +10 -0
- package/dist/src/standalone-server.js +1 -1
- package/dist/src/transport-base.d.ts +25 -0
- package/dist/src/transport-base.js +113 -18
- package/dist/src/transport-stdio.d.ts +5 -1
- package/dist/src/transport-stdio.js +29 -2
- package/dist/src/types.d.ts +18 -0
- package/package.json +2 -2
- package/scripts/validate-recipes.sh +4 -0
- package/servers/index.json +3 -403
- package/servers/apify/README.md +0 -40
- package/servers/apify/config.json +0 -13
- package/servers/apify/env_vars +0 -1
- package/servers/apify/install.ps1 +0 -3
- package/servers/apify/install.sh +0 -4
- package/servers/apify/recipe.json +0 -69
- package/servers/atlassian/README.md +0 -72
- package/servers/atlassian/env_vars +0 -6
- package/servers/atlassian/install.ps1 +0 -3
- package/servers/atlassian/install.sh +0 -4
- package/servers/atlassian/recipe.json +0 -87
- package/servers/candidates.md +0 -13
- package/servers/chrome-devtools/README.md +0 -69
- package/servers/chrome-devtools/env_vars +0 -0
- package/servers/chrome-devtools/install.ps1 +0 -3
- package/servers/chrome-devtools/install.sh +0 -4
- package/servers/chrome-devtools/recipe.json +0 -74
- package/servers/firecrawl/recipe.json +0 -79
- package/servers/github/README.md +0 -40
- package/servers/github/env_vars +0 -1
- package/servers/github/install.ps1 +0 -3
- package/servers/github/install.sh +0 -4
- package/servers/github/recipe.json +0 -82
- package/servers/google-maps/README.md +0 -40
- package/servers/google-maps/config.json +0 -17
- package/servers/google-maps/env_vars +0 -1
- package/servers/google-maps/install.ps1 +0 -3
- package/servers/google-maps/install.sh +0 -4
- package/servers/google-maps/recipe.json +0 -78
- package/servers/hetzner/README.md +0 -41
- package/servers/hetzner/config.json +0 -16
- package/servers/hetzner/env_vars +0 -1
- package/servers/hetzner/install.ps1 +0 -3
- package/servers/hetzner/install.sh +0 -4
- package/servers/hetzner/recipe.json +0 -78
- package/servers/hostinger/README.md +0 -40
- package/servers/hostinger/env_vars +0 -1
- package/servers/hostinger/install.ps1 +0 -3
- package/servers/hostinger/install.sh +0 -4
- package/servers/hostinger/recipe.json +0 -78
- package/servers/imap-email/README.md +0 -37
- package/servers/imap-email/recipe.json +0 -103
- package/servers/linear/README.md +0 -40
- package/servers/linear/config.json +0 -16
- package/servers/linear/env_vars +0 -1
- package/servers/linear/install.ps1 +0 -3
- package/servers/linear/install.sh +0 -4
- package/servers/linear/recipe.json +0 -78
- package/servers/miro/README.md +0 -40
- package/servers/miro/config.json +0 -19
- package/servers/miro/env_vars +0 -1
- package/servers/miro/install.ps1 +0 -3
- package/servers/miro/install.sh +0 -4
- package/servers/miro/recipe.json +0 -80
- package/servers/notion/README.md +0 -42
- package/servers/notion/config.json +0 -17
- package/servers/notion/env_vars +0 -1
- package/servers/notion/install.ps1 +0 -3
- package/servers/notion/install.sh +0 -4
- package/servers/notion/recipe.json +0 -78
- package/servers/stripe/README.md +0 -40
- package/servers/stripe/config.json +0 -19
- package/servers/stripe/env_vars +0 -1
- package/servers/stripe/install.ps1 +0 -3
- package/servers/stripe/install.sh +0 -4
- package/servers/stripe/recipe.json +0 -80
- package/servers/tavily/README.md +0 -40
- package/servers/tavily/config.json +0 -17
- package/servers/tavily/env_vars +0 -1
- package/servers/tavily/install.ps1 +0 -3
- package/servers/tavily/install.sh +0 -4
- package/servers/tavily/recipe.json +0 -78
- package/servers/todoist/README.md +0 -40
- package/servers/todoist/config.json +0 -17
- package/servers/todoist/env_vars +0 -1
- package/servers/todoist/install.ps1 +0 -3
- package/servers/todoist/install.sh +0 -4
- package/servers/todoist/recipe.json +0 -78
- package/servers/wise/README.md +0 -41
- package/servers/wise/env_vars +0 -1
- package/servers/wise/install.ps1 +0 -3
- package/servers/wise/install.sh +0 -4
- package/servers/wise/recipe.json +0 -78
package/servers/index.json
CHANGED
|
@@ -1,406 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
|
-
"generatedAt": "2026-
|
|
4
|
-
"recipes": {
|
|
5
|
-
|
|
6
|
-
"name": "Apify",
|
|
7
|
-
"description": "Web scraping and automation platform with 3000+ ready-made actors for data extraction, browser automation, and crawling",
|
|
8
|
-
"category": "automation",
|
|
9
|
-
"subcategory": "scraping",
|
|
10
|
-
"origin": "official",
|
|
11
|
-
"countries": [
|
|
12
|
-
"global"
|
|
13
|
-
],
|
|
14
|
-
"tags": [
|
|
15
|
-
"scraping",
|
|
16
|
-
"automation",
|
|
17
|
-
"web",
|
|
18
|
-
"crawling",
|
|
19
|
-
"actors"
|
|
20
|
-
],
|
|
21
|
-
"authType": "bearer",
|
|
22
|
-
"transports": [
|
|
23
|
-
"streamable-http"
|
|
24
|
-
],
|
|
25
|
-
"installMethod": null,
|
|
26
|
-
"maturity": "stable",
|
|
27
|
-
"toolCount": null,
|
|
28
|
-
"authSummary": "none"
|
|
29
|
-
},
|
|
30
|
-
"atlassian": {
|
|
31
|
-
"name": "Atlassian (Confluence + Jira)",
|
|
32
|
-
"description": "Confluence wiki and Jira project management — search, create, and update pages and issues",
|
|
33
|
-
"category": "productivity",
|
|
34
|
-
"subcategory": "project-management",
|
|
35
|
-
"origin": "community",
|
|
36
|
-
"countries": [
|
|
37
|
-
"global"
|
|
38
|
-
],
|
|
39
|
-
"tags": [
|
|
40
|
-
"wiki",
|
|
41
|
-
"project-management",
|
|
42
|
-
"confluence",
|
|
43
|
-
"jira",
|
|
44
|
-
"atlassian"
|
|
45
|
-
],
|
|
46
|
-
"authType": "api-key",
|
|
47
|
-
"transports": [
|
|
48
|
-
"stdio"
|
|
49
|
-
],
|
|
50
|
-
"installMethod": "uvx",
|
|
51
|
-
"maturity": "stable",
|
|
52
|
-
"toolCount": null,
|
|
53
|
-
"authSummary": "none"
|
|
54
|
-
},
|
|
55
|
-
"chrome-devtools": {
|
|
56
|
-
"name": "Chrome DevTools",
|
|
57
|
-
"description": "Control and inspect a live Chrome browser for automation, debugging, and performance analysis via the Chrome DevTools Protocol",
|
|
58
|
-
"category": "development",
|
|
59
|
-
"subcategory": "monitoring",
|
|
60
|
-
"origin": "official",
|
|
61
|
-
"countries": [
|
|
62
|
-
"global"
|
|
63
|
-
],
|
|
64
|
-
"tags": [
|
|
65
|
-
"browser",
|
|
66
|
-
"debugging",
|
|
67
|
-
"automation",
|
|
68
|
-
"devtools",
|
|
69
|
-
"chrome"
|
|
70
|
-
],
|
|
71
|
-
"authType": "none",
|
|
72
|
-
"transports": [
|
|
73
|
-
"stdio"
|
|
74
|
-
],
|
|
75
|
-
"installMethod": "npx",
|
|
76
|
-
"maturity": "stable",
|
|
77
|
-
"toolCount": null,
|
|
78
|
-
"authSummary": "none"
|
|
79
|
-
},
|
|
80
|
-
"github": {
|
|
81
|
-
"name": "GitHub",
|
|
82
|
-
"description": "GitHub repository management — repos, issues, PRs, code search, and more via the official GitHub MCP server",
|
|
83
|
-
"category": "development",
|
|
84
|
-
"subcategory": "version-control",
|
|
85
|
-
"origin": "official",
|
|
86
|
-
"countries": [
|
|
87
|
-
"global"
|
|
88
|
-
],
|
|
89
|
-
"tags": [
|
|
90
|
-
"git",
|
|
91
|
-
"repos",
|
|
92
|
-
"issues",
|
|
93
|
-
"pull-requests",
|
|
94
|
-
"code-review"
|
|
95
|
-
],
|
|
96
|
-
"authType": "api-key",
|
|
97
|
-
"transports": [
|
|
98
|
-
"stdio"
|
|
99
|
-
],
|
|
100
|
-
"installMethod": "docker",
|
|
101
|
-
"maturity": "stable",
|
|
102
|
-
"toolCount": null,
|
|
103
|
-
"authSummary": "none"
|
|
104
|
-
},
|
|
105
|
-
"google-maps": {
|
|
106
|
-
"name": "Google Maps",
|
|
107
|
-
"description": "Google Maps integration for places search, geocoding, directions, and distance matrix via the @modelcontextprotocol MCP server",
|
|
108
|
-
"category": "data",
|
|
109
|
-
"subcategory": "search-engine",
|
|
110
|
-
"origin": "community",
|
|
111
|
-
"countries": [
|
|
112
|
-
"global"
|
|
113
|
-
],
|
|
114
|
-
"tags": [
|
|
115
|
-
"maps",
|
|
116
|
-
"geocoding",
|
|
117
|
-
"places",
|
|
118
|
-
"directions",
|
|
119
|
-
"navigation"
|
|
120
|
-
],
|
|
121
|
-
"authType": "api-key",
|
|
122
|
-
"transports": [
|
|
123
|
-
"stdio"
|
|
124
|
-
],
|
|
125
|
-
"installMethod": "npx",
|
|
126
|
-
"maturity": "stable",
|
|
127
|
-
"toolCount": null,
|
|
128
|
-
"authSummary": "none"
|
|
129
|
-
},
|
|
130
|
-
"hetzner": {
|
|
131
|
-
"name": "Hetzner Cloud",
|
|
132
|
-
"description": "Manage Hetzner Cloud infrastructure — servers, networks, load balancers, volumes, firewalls, and more via the Hetzner Cloud API",
|
|
133
|
-
"category": "infrastructure",
|
|
134
|
-
"subcategory": "cloud",
|
|
135
|
-
"origin": "community",
|
|
136
|
-
"countries": [
|
|
137
|
-
"EU"
|
|
138
|
-
],
|
|
139
|
-
"tags": [
|
|
140
|
-
"cloud",
|
|
141
|
-
"infrastructure",
|
|
142
|
-
"servers",
|
|
143
|
-
"vps",
|
|
144
|
-
"hetzner"
|
|
145
|
-
],
|
|
146
|
-
"authType": "api-key",
|
|
147
|
-
"transports": [
|
|
148
|
-
"stdio"
|
|
149
|
-
],
|
|
150
|
-
"installMethod": "git",
|
|
151
|
-
"maturity": "stable",
|
|
152
|
-
"toolCount": null,
|
|
153
|
-
"authSummary": "none"
|
|
154
|
-
},
|
|
155
|
-
"hostinger": {
|
|
156
|
-
"name": "Hostinger",
|
|
157
|
-
"description": "Web hosting management via Hostinger API — manage domains, hosting plans, email accounts, and website settings",
|
|
158
|
-
"category": "infrastructure",
|
|
159
|
-
"subcategory": "cloud",
|
|
160
|
-
"origin": "official",
|
|
161
|
-
"countries": [
|
|
162
|
-
"global"
|
|
163
|
-
],
|
|
164
|
-
"tags": [
|
|
165
|
-
"hosting",
|
|
166
|
-
"domains",
|
|
167
|
-
"web-hosting",
|
|
168
|
-
"email",
|
|
169
|
-
"dns"
|
|
170
|
-
],
|
|
171
|
-
"authType": "api-key",
|
|
172
|
-
"transports": [
|
|
173
|
-
"stdio"
|
|
174
|
-
],
|
|
175
|
-
"installMethod": "npx",
|
|
176
|
-
"maturity": "stable",
|
|
177
|
-
"toolCount": null,
|
|
178
|
-
"authSummary": "none"
|
|
179
|
-
},
|
|
180
|
-
"imap-email": {
|
|
181
|
-
"name": "IMAP Email",
|
|
182
|
-
"description": "Email tools for any IMAP/SMTP provider - list, read, search, send, manage emails",
|
|
183
|
-
"category": "communication",
|
|
184
|
-
"subcategory": "email",
|
|
185
|
-
"origin": "aiwerk",
|
|
186
|
-
"countries": [
|
|
187
|
-
"global"
|
|
188
|
-
],
|
|
189
|
-
"tags": [
|
|
190
|
-
"email",
|
|
191
|
-
"imap",
|
|
192
|
-
"smtp",
|
|
193
|
-
"inbox"
|
|
194
|
-
],
|
|
195
|
-
"authType": "api-key",
|
|
196
|
-
"transports": [
|
|
197
|
-
"stdio"
|
|
198
|
-
],
|
|
199
|
-
"installMethod": "npx",
|
|
200
|
-
"maturity": "beta",
|
|
201
|
-
"toolCount": null,
|
|
202
|
-
"authSummary": "none"
|
|
203
|
-
},
|
|
204
|
-
"linear": {
|
|
205
|
-
"name": "Linear",
|
|
206
|
-
"description": "Linear project management — create, update, and search issues, projects, and teams via the Linear API",
|
|
207
|
-
"category": "productivity",
|
|
208
|
-
"subcategory": "project-management",
|
|
209
|
-
"origin": "community",
|
|
210
|
-
"countries": [
|
|
211
|
-
"global"
|
|
212
|
-
],
|
|
213
|
-
"tags": [
|
|
214
|
-
"project-management",
|
|
215
|
-
"issues",
|
|
216
|
-
"tasks",
|
|
217
|
-
"teams",
|
|
218
|
-
"agile"
|
|
219
|
-
],
|
|
220
|
-
"authType": "api-key",
|
|
221
|
-
"transports": [
|
|
222
|
-
"stdio"
|
|
223
|
-
],
|
|
224
|
-
"installMethod": "git",
|
|
225
|
-
"maturity": "stable",
|
|
226
|
-
"toolCount": null,
|
|
227
|
-
"authSummary": "none"
|
|
228
|
-
},
|
|
229
|
-
"miro": {
|
|
230
|
-
"name": "Miro",
|
|
231
|
-
"description": "Collaborative whiteboard — create and manipulate Miro boards, sticky notes, cards, connectors, and shapes via the Miro API",
|
|
232
|
-
"category": "productivity",
|
|
233
|
-
"subcategory": "whiteboard",
|
|
234
|
-
"origin": "community",
|
|
235
|
-
"countries": [
|
|
236
|
-
"global"
|
|
237
|
-
],
|
|
238
|
-
"tags": [
|
|
239
|
-
"whiteboard",
|
|
240
|
-
"collaboration",
|
|
241
|
-
"diagrams",
|
|
242
|
-
"brainstorming",
|
|
243
|
-
"visual"
|
|
244
|
-
],
|
|
245
|
-
"authType": "api-key",
|
|
246
|
-
"transports": [
|
|
247
|
-
"stdio"
|
|
248
|
-
],
|
|
249
|
-
"installMethod": "npx",
|
|
250
|
-
"maturity": "stable",
|
|
251
|
-
"toolCount": null,
|
|
252
|
-
"authSummary": "none"
|
|
253
|
-
},
|
|
254
|
-
"notion": {
|
|
255
|
-
"name": "Notion",
|
|
256
|
-
"description": "Notion workspace integration — read, create, and update pages, databases, blocks, and comments via the official Notion MCP server",
|
|
257
|
-
"category": "productivity",
|
|
258
|
-
"subcategory": "notes",
|
|
259
|
-
"origin": "official",
|
|
260
|
-
"countries": [
|
|
261
|
-
"global"
|
|
262
|
-
],
|
|
263
|
-
"tags": [
|
|
264
|
-
"notes",
|
|
265
|
-
"databases",
|
|
266
|
-
"wiki",
|
|
267
|
-
"knowledge-base",
|
|
268
|
-
"productivity"
|
|
269
|
-
],
|
|
270
|
-
"authType": "api-key",
|
|
271
|
-
"transports": [
|
|
272
|
-
"stdio"
|
|
273
|
-
],
|
|
274
|
-
"installMethod": "npx",
|
|
275
|
-
"maturity": "stable",
|
|
276
|
-
"toolCount": null,
|
|
277
|
-
"authSummary": "none"
|
|
278
|
-
},
|
|
279
|
-
"stripe": {
|
|
280
|
-
"name": "Stripe",
|
|
281
|
-
"description": "Stripe payments and billing — manage customers, subscriptions, payment intents, invoices, and more via the official Stripe MCP server",
|
|
282
|
-
"category": "finance",
|
|
283
|
-
"subcategory": "payments",
|
|
284
|
-
"origin": "official",
|
|
285
|
-
"countries": [
|
|
286
|
-
"global"
|
|
287
|
-
],
|
|
288
|
-
"tags": [
|
|
289
|
-
"payments",
|
|
290
|
-
"billing",
|
|
291
|
-
"subscriptions",
|
|
292
|
-
"invoices",
|
|
293
|
-
"fintech"
|
|
294
|
-
],
|
|
295
|
-
"authType": "api-key",
|
|
296
|
-
"transports": [
|
|
297
|
-
"stdio"
|
|
298
|
-
],
|
|
299
|
-
"installMethod": "npx",
|
|
300
|
-
"maturity": "stable",
|
|
301
|
-
"toolCount": null,
|
|
302
|
-
"authSummary": "none"
|
|
303
|
-
},
|
|
304
|
-
"tavily": {
|
|
305
|
-
"name": "Tavily",
|
|
306
|
-
"description": "AI-optimized web search — retrieve accurate, real-time search results and extract content from URLs tailored for AI agents",
|
|
307
|
-
"category": "search",
|
|
308
|
-
"subcategory": "ai-search",
|
|
309
|
-
"origin": "official",
|
|
310
|
-
"countries": [
|
|
311
|
-
"global"
|
|
312
|
-
],
|
|
313
|
-
"tags": [
|
|
314
|
-
"search",
|
|
315
|
-
"web",
|
|
316
|
-
"ai-search",
|
|
317
|
-
"research",
|
|
318
|
-
"rag"
|
|
319
|
-
],
|
|
320
|
-
"authType": "api-key",
|
|
321
|
-
"transports": [
|
|
322
|
-
"stdio"
|
|
323
|
-
],
|
|
324
|
-
"installMethod": "npx",
|
|
325
|
-
"maturity": "stable",
|
|
326
|
-
"toolCount": null,
|
|
327
|
-
"authSummary": "none"
|
|
328
|
-
},
|
|
329
|
-
"todoist": {
|
|
330
|
-
"name": "Todoist",
|
|
331
|
-
"description": "Task management with natural language — create, update, complete, and search tasks and projects in Todoist",
|
|
332
|
-
"category": "productivity",
|
|
333
|
-
"subcategory": "task-management",
|
|
334
|
-
"origin": "official",
|
|
335
|
-
"countries": [
|
|
336
|
-
"global"
|
|
337
|
-
],
|
|
338
|
-
"tags": [
|
|
339
|
-
"tasks",
|
|
340
|
-
"todo",
|
|
341
|
-
"productivity",
|
|
342
|
-
"project-management",
|
|
343
|
-
"gtd"
|
|
344
|
-
],
|
|
345
|
-
"authType": "api-key",
|
|
346
|
-
"transports": [
|
|
347
|
-
"stdio"
|
|
348
|
-
],
|
|
349
|
-
"installMethod": "npx",
|
|
350
|
-
"maturity": "stable",
|
|
351
|
-
"toolCount": null,
|
|
352
|
-
"authSummary": "none"
|
|
353
|
-
},
|
|
354
|
-
"wise": {
|
|
355
|
-
"name": "Wise",
|
|
356
|
-
"description": "International money transfers and multi-currency account management via the Wise (TransferWise) API",
|
|
357
|
-
"category": "finance",
|
|
358
|
-
"subcategory": "payments",
|
|
359
|
-
"origin": "community",
|
|
360
|
-
"countries": [
|
|
361
|
-
"global"
|
|
362
|
-
],
|
|
363
|
-
"tags": [
|
|
364
|
-
"payments",
|
|
365
|
-
"transfers",
|
|
366
|
-
"international",
|
|
367
|
-
"currency",
|
|
368
|
-
"fintech"
|
|
369
|
-
],
|
|
370
|
-
"authType": "api-key",
|
|
371
|
-
"transports": [
|
|
372
|
-
"stdio"
|
|
373
|
-
],
|
|
374
|
-
"installMethod": "git",
|
|
375
|
-
"maturity": "stable",
|
|
376
|
-
"toolCount": null,
|
|
377
|
-
"authSummary": "none"
|
|
378
|
-
},
|
|
379
|
-
"firecrawl": {
|
|
380
|
-
"name": "Firecrawl",
|
|
381
|
-
"description": "Web scraping, crawling, search, and structured data extraction — turn any website into clean markdown or structured data for AI agents",
|
|
382
|
-
"category": "data",
|
|
383
|
-
"subcategory": "web-scraping",
|
|
384
|
-
"origin": "official",
|
|
385
|
-
"countries": [
|
|
386
|
-
"global"
|
|
387
|
-
],
|
|
388
|
-
"tags": [
|
|
389
|
-
"scraping",
|
|
390
|
-
"crawling",
|
|
391
|
-
"web",
|
|
392
|
-
"extraction",
|
|
393
|
-
"search",
|
|
394
|
-
"markdown"
|
|
395
|
-
],
|
|
396
|
-
"authType": "api-key",
|
|
397
|
-
"transports": [
|
|
398
|
-
"stdio"
|
|
399
|
-
],
|
|
400
|
-
"installMethod": "npx",
|
|
401
|
-
"maturity": "stable",
|
|
402
|
-
"toolCount": null,
|
|
403
|
-
"authSummary": "api-key"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
3
|
+
"generatedAt": "2026-05-04T00:00:00.000Z",
|
|
4
|
+
"recipes": {},
|
|
5
|
+
"note": "Bundled recipes intentionally empty as of v3.0.0. Recipes are fetched on demand from bridge.aiwerk.ch via `mcp-bridge install <name>` and cached under ~/.mcp-bridge/recipes/. See CHANGELOG for the rationale."
|
|
406
6
|
}
|
package/servers/apify/README.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Apify MCP Server
|
|
2
|
-
|
|
3
|
-
Hosted Apify MCP endpoint for actors, scraping, and docs search.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- No local runtime needed (streamable HTTP)
|
|
7
|
-
- Apify API token
|
|
8
|
-
|
|
9
|
-
## Quick Install
|
|
10
|
-
|
|
11
|
-
### Linux / macOS
|
|
12
|
-
```bash
|
|
13
|
-
# Using mcp-bridge CLI:
|
|
14
|
-
mcp-bridge install apify
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### Windows (PowerShell)
|
|
18
|
-
```powershell
|
|
19
|
-
# Using mcp-bridge CLI:
|
|
20
|
-
mcp-bridge install apify
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Manual Setup
|
|
24
|
-
1. Get your token: https://console.apify.com/settings/integrations
|
|
25
|
-
2. Add to .env: `APIFY_TOKEN=your_token`
|
|
26
|
-
3. Add config to ~/.mcp-bridge/config.json (see config.json)
|
|
27
|
-
4. Restart mcp-bridge
|
|
28
|
-
|
|
29
|
-
## What you get
|
|
30
|
-
- Actor discovery and execution
|
|
31
|
-
- Run/result retrieval tools
|
|
32
|
-
- Apify documentation and web extraction tools
|
|
33
|
-
|
|
34
|
-
## Remove
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
./install-server.sh apify --remove
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Removes the server from config and cleans up the API token. The server recipe stays in `servers/apify/` for easy reinstall.
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 1,
|
|
3
|
-
"name": "apify",
|
|
4
|
-
"description": "web scraping & automation",
|
|
5
|
-
"transport": "streamable-http",
|
|
6
|
-
"url": "https://mcp.apify.com/mcp",
|
|
7
|
-
"headers": {
|
|
8
|
-
"Authorization": "Bearer ${APIFY_TOKEN}"
|
|
9
|
-
},
|
|
10
|
-
"authRequired": true,
|
|
11
|
-
"credentialsUrl": "https://console.apify.com/settings/integrations",
|
|
12
|
-
"homepage": "https://apify.com/"
|
|
13
|
-
}
|
package/servers/apify/env_vars
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
APIFY_TOKEN
|
package/servers/apify/install.sh
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "apify",
|
|
4
|
-
"name": "Apify",
|
|
5
|
-
"description": "Web scraping and automation platform with 3000+ ready-made actors for data extraction, browser automation, and crawling",
|
|
6
|
-
"repository": "https://github.com/apify/apify-mcp-server",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "streamable-http",
|
|
10
|
-
"url": "https://mcp.apify.com/mcp",
|
|
11
|
-
"headers": {
|
|
12
|
-
"Authorization": "Bearer ${APIFY_TOKEN}"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"auth": {
|
|
17
|
-
"required": true,
|
|
18
|
-
"type": "bearer",
|
|
19
|
-
"envVars": [
|
|
20
|
-
"APIFY_TOKEN"
|
|
21
|
-
],
|
|
22
|
-
"credentialsUrl": "https://console.apify.com/settings/integrations",
|
|
23
|
-
"instructions": "Copy your API token from Apify Console > Settings > Integrations."
|
|
24
|
-
},
|
|
25
|
-
"metadata": {
|
|
26
|
-
"homepage": "https://apify.com/",
|
|
27
|
-
"author": "Apify",
|
|
28
|
-
"tags": [
|
|
29
|
-
"scraping",
|
|
30
|
-
"automation",
|
|
31
|
-
"web",
|
|
32
|
-
"crawling",
|
|
33
|
-
"actors"
|
|
34
|
-
],
|
|
35
|
-
"category": "automation",
|
|
36
|
-
"pricing": "byok",
|
|
37
|
-
"maturity": "stable",
|
|
38
|
-
"subcategory": "scraping",
|
|
39
|
-
"origin": "official",
|
|
40
|
-
"countries": [
|
|
41
|
-
"global"
|
|
42
|
-
],
|
|
43
|
-
"audience": "developer",
|
|
44
|
-
"selfHosted": false,
|
|
45
|
-
"sideEffects": "read-write",
|
|
46
|
-
"authSummary": "bearer"
|
|
47
|
-
},
|
|
48
|
-
"capabilities": {
|
|
49
|
-
"tools": true,
|
|
50
|
-
"resources": false,
|
|
51
|
-
"prompts": false,
|
|
52
|
-
"sampling": false
|
|
53
|
-
},
|
|
54
|
-
"signature": {
|
|
55
|
-
"algorithm": "ed25519",
|
|
56
|
-
"publisherId": "aiwerk",
|
|
57
|
-
"value": "00uinemhL7iVz+e7EZ1mFhYwXB3SHhFeyKQ6nop2FhCqqykSuojLriDjx/sX8M+xAAG/C4QOPfL8qJCgNxq+Bw==",
|
|
58
|
-
"signedFields": [
|
|
59
|
-
"id",
|
|
60
|
-
"name",
|
|
61
|
-
"description",
|
|
62
|
-
"transports",
|
|
63
|
-
"auth",
|
|
64
|
-
"install",
|
|
65
|
-
"metadata"
|
|
66
|
-
],
|
|
67
|
-
"signedAt": "2026-03-24T18:32:28.206Z"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# Atlassian MCP Server
|
|
2
|
-
|
|
3
|
-
Confluence wiki and Jira project management - search, create, and update pages and issues.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Python + uvx (or pip)
|
|
7
|
-
- Atlassian Cloud or Server/Data Center instance
|
|
8
|
-
- API token for authentication
|
|
9
|
-
|
|
10
|
-
## Quick Install
|
|
11
|
-
|
|
12
|
-
### Linux / macOS
|
|
13
|
-
```bash
|
|
14
|
-
# Using mcp-bridge CLI:
|
|
15
|
-
mcp-bridge install atlassian
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
### Windows (PowerShell)
|
|
19
|
-
```powershell
|
|
20
|
-
# Using mcp-bridge CLI:
|
|
21
|
-
mcp-bridge install atlassian
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
### Manual Setup
|
|
25
|
-
1. Get your API token: https://id.atlassian.com/manage-profile/security/api-tokens
|
|
26
|
-
2. Add to .env:
|
|
27
|
-
```
|
|
28
|
-
CONFLUENCE_URL=https://your-domain.atlassian.net/wiki
|
|
29
|
-
CONFLUENCE_USERNAME=your@email.com
|
|
30
|
-
CONFLUENCE_API_TOKEN=your_token
|
|
31
|
-
JIRA_URL=https://your-domain.atlassian.net
|
|
32
|
-
JIRA_USERNAME=your@email.com
|
|
33
|
-
JIRA_API_TOKEN=your_token
|
|
34
|
-
```
|
|
35
|
-
3. Add config to ~/.mcp-bridge/config.json (see config.json)
|
|
36
|
-
4. Restart mcp-bridge
|
|
37
|
-
|
|
38
|
-
## Configuration
|
|
39
|
-
|
|
40
|
-
You can use Confluence only, Jira only, or both. Just set the env vars for the services you need.
|
|
41
|
-
|
|
42
|
-
### Cloud vs Server/Data Center
|
|
43
|
-
- **Cloud**: Use API token authentication (as above)
|
|
44
|
-
- **Server/DC**: Use personal access token instead:
|
|
45
|
-
```
|
|
46
|
-
CONFLUENCE_PERSONAL_TOKEN=your_pat
|
|
47
|
-
JIRA_PERSONAL_TOKEN=your_pat
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## What you get
|
|
51
|
-
|
|
52
|
-
### Confluence (12+ tools)
|
|
53
|
-
- Search pages and spaces
|
|
54
|
-
- Read, create, update, and delete pages
|
|
55
|
-
- Manage labels and attachments
|
|
56
|
-
- Get page comments
|
|
57
|
-
|
|
58
|
-
### Jira (10+ tools)
|
|
59
|
-
- Search issues (JQL)
|
|
60
|
-
- Create, update, and transition issues
|
|
61
|
-
- Manage sprints and boards
|
|
62
|
-
- Add comments and attachments
|
|
63
|
-
|
|
64
|
-
72 tools total. Uses [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) (MIT license).
|
|
65
|
-
|
|
66
|
-
## Remove
|
|
67
|
-
|
|
68
|
-
```bash
|
|
69
|
-
./install-server.sh atlassian --remove
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
Removes the server from config and cleans up the API tokens. The server recipe stays in `servers/atlassian/` for easy reinstall.
|