@aiwerk/mcp-bridge 1.7.1 → 1.8.0

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.
@@ -1,149 +1,159 @@
1
1
  {
2
- "schemaVersion": 1,
3
- "servers": {
4
- "chrome-devtools": {
5
- "description": "Control and inspect a live Chrome browser",
6
- "transport": "stdio",
7
- "authRequired": false,
8
- "homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
9
- "installMethod": "npx",
10
- "envVars": [],
11
- "notes": "Requires Chrome >= 144 with chrome://inspect/#remote-debugging enabled"
12
- },
2
+ "schemaVersion": 2,
3
+ "generatedAt": "2026-03-15T12:37:00Z",
4
+ "recipes": {
13
5
  "apify": {
14
- "description": "web scraping & automation",
15
- "transport": "streamable-http",
16
- "authRequired": true,
17
- "homepage": "https://apify.com/",
18
- "installMethod": "npx",
19
- "envVars": [
20
- "APIFY_TOKEN"
21
- ]
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
+ "tags": ["scraping", "automation", "web", "crawling", "actors"],
10
+ "auth": { "required": true, "type": "bearer" },
11
+ "transports": ["streamable-http"],
12
+ "maturity": "stable",
13
+ "verified": false
22
14
  },
23
15
  "atlassian": {
24
- "description": "Confluence wiki & Jira project management",
25
- "transport": "stdio",
26
- "authRequired": true,
27
- "homepage": "https://github.com/sooperset/mcp-atlassian",
28
- "installMethod": "uvx",
29
- "envVars": [
30
- "CONFLUENCE_URL",
31
- "CONFLUENCE_USERNAME",
32
- "CONFLUENCE_API_TOKEN",
33
- "JIRA_URL",
34
- "JIRA_USERNAME",
35
- "JIRA_API_TOKEN"
36
- ]
16
+ "name": "Atlassian (Confluence + Jira)",
17
+ "description": "Confluence wiki and Jira project management — search, create, and update pages and issues",
18
+ "category": "productivity",
19
+ "tags": ["wiki", "project-management", "confluence", "jira", "atlassian"],
20
+ "auth": { "required": true, "type": "api-key" },
21
+ "transports": ["stdio"],
22
+ "install": { "method": "uvx" },
23
+ "maturity": "stable",
24
+ "verified": false
25
+ },
26
+ "chrome-devtools": {
27
+ "name": "Chrome DevTools",
28
+ "description": "Control and inspect a live Chrome browser for automation, debugging, and performance analysis via the Chrome DevTools Protocol",
29
+ "category": "development",
30
+ "tags": ["browser", "debugging", "automation", "devtools", "chrome"],
31
+ "auth": { "required": false, "type": "none" },
32
+ "transports": ["stdio"],
33
+ "install": { "method": "npx" },
34
+ "maturity": "stable",
35
+ "verified": false
37
36
  },
38
37
  "github": {
39
- "description": "repos, issues, PRs",
40
- "transport": "stdio",
41
- "authRequired": true,
42
- "homepage": "https://github.com/github/github-mcp-server",
43
- "installMethod": "npx",
44
- "envVars": [
45
- "GITHUB_MCP_TOKEN"
46
- ]
38
+ "name": "GitHub",
39
+ "description": "GitHub repository management — repos, issues, PRs, code search, and more via the official GitHub MCP server",
40
+ "category": "development",
41
+ "tags": ["git", "repos", "issues", "pull-requests", "code-review"],
42
+ "auth": { "required": true, "type": "api-key" },
43
+ "transports": ["stdio"],
44
+ "install": { "method": "docker" },
45
+ "maturity": "stable",
46
+ "verified": false
47
47
  },
48
48
  "google-maps": {
49
- "description": "places, geocoding, directions",
50
- "transport": "stdio",
51
- "authRequired": true,
52
- "homepage": "https://developers.google.com/maps",
53
- "installMethod": "npx",
54
- "envVars": [
55
- "GOOGLE_MAPS_API_KEY"
56
- ]
49
+ "name": "Google Maps",
50
+ "description": "Google Maps integration for places search, geocoding, directions, and distance matrix via the official MCP server",
51
+ "category": "other",
52
+ "tags": ["maps", "geocoding", "places", "directions", "navigation"],
53
+ "auth": { "required": true, "type": "api-key" },
54
+ "transports": ["stdio"],
55
+ "install": { "method": "npx" },
56
+ "maturity": "stable",
57
+ "verified": false
57
58
  },
58
59
  "hetzner": {
59
- "description": "cloud infrastructure",
60
- "transport": "stdio",
61
- "authRequired": true,
62
- "homepage": "https://www.hetzner.com/cloud",
63
- "installMethod": "npx",
64
- "envVars": [
65
- "HETZNER_API_TOKEN"
66
- ]
60
+ "name": "Hetzner Cloud",
61
+ "description": "Manage Hetzner Cloud infrastructure — servers, networks, load balancers, volumes, firewalls, and more via the Hetzner Cloud API",
62
+ "category": "infrastructure",
63
+ "tags": ["cloud", "infrastructure", "servers", "vps", "hetzner"],
64
+ "auth": { "required": true, "type": "api-key" },
65
+ "transports": ["stdio"],
66
+ "install": { "method": "git" },
67
+ "maturity": "stable",
68
+ "verified": false
67
69
  },
68
70
  "hostinger": {
69
- "description": "web hosting management",
70
- "transport": "stdio",
71
- "authRequired": true,
72
- "homepage": "https://www.hostinger.com/",
73
- "installMethod": "npx",
74
- "envVars": [
75
- "HOSTINGER_API_TOKEN"
76
- ]
71
+ "name": "Hostinger",
72
+ "description": "Web hosting management via Hostinger API — manage domains, hosting plans, email accounts, and website settings",
73
+ "category": "infrastructure",
74
+ "tags": ["hosting", "domains", "web-hosting", "email", "dns"],
75
+ "auth": { "required": true, "type": "api-key" },
76
+ "transports": ["stdio"],
77
+ "install": { "method": "npx" },
78
+ "maturity": "stable",
79
+ "verified": false
77
80
  },
78
81
  "linear": {
79
- "description": "project management",
80
- "transport": "stdio",
81
- "authRequired": true,
82
- "homepage": "https://linear.app/",
83
- "installMethod": "npx",
84
- "envVars": [
85
- "LINEAR_API_KEY"
86
- ]
82
+ "name": "Linear",
83
+ "description": "Linear project management — create, update, and search issues, projects, and teams via the Linear API",
84
+ "category": "productivity",
85
+ "tags": ["project-management", "issues", "tasks", "teams", "agile"],
86
+ "auth": { "required": true, "type": "api-key" },
87
+ "transports": ["stdio"],
88
+ "install": { "method": "git" },
89
+ "maturity": "stable",
90
+ "verified": false
87
91
  },
88
92
  "miro": {
89
- "description": "collaborative whiteboard",
90
- "transport": "stdio",
91
- "authRequired": true,
92
- "homepage": "https://miro.com/",
93
- "installMethod": "npx",
94
- "envVars": [
95
- "MIRO_API_TOKEN"
96
- ]
93
+ "name": "Miro",
94
+ "description": "Collaborative whiteboard — create and manipulate Miro boards, sticky notes, cards, connectors, and shapes via the Miro API",
95
+ "category": "productivity",
96
+ "tags": ["whiteboard", "collaboration", "diagrams", "brainstorming", "visual"],
97
+ "auth": { "required": true, "type": "api-key" },
98
+ "transports": ["stdio"],
99
+ "install": { "method": "npx" },
100
+ "maturity": "stable",
101
+ "verified": false
97
102
  },
98
103
  "notion": {
99
- "description": "notes & databases",
100
- "transport": "stdio",
101
- "authRequired": true,
102
- "homepage": "https://www.notion.so/",
103
- "installMethod": "npx",
104
- "envVars": [
105
- "NOTION_API_KEY"
106
- ]
104
+ "name": "Notion",
105
+ "description": "Notion workspace integration — read, create, and update pages, databases, blocks, and comments via the official Notion MCP server",
106
+ "category": "productivity",
107
+ "tags": ["notes", "databases", "wiki", "knowledge-base", "productivity"],
108
+ "auth": { "required": true, "type": "api-key" },
109
+ "transports": ["stdio"],
110
+ "install": { "method": "npx" },
111
+ "maturity": "stable",
112
+ "verified": false
107
113
  },
108
114
  "stripe": {
109
- "description": "payments & billing",
110
- "transport": "stdio",
111
- "authRequired": true,
112
- "homepage": "https://stripe.com/",
113
- "installMethod": "npx",
114
- "envVars": [
115
- "STRIPE_API_KEY"
116
- ]
115
+ "name": "Stripe",
116
+ "description": "Stripe payments and billing — manage customers, subscriptions, payment intents, invoices, and more via the official Stripe MCP server",
117
+ "category": "finance",
118
+ "tags": ["payments", "billing", "subscriptions", "invoices", "fintech"],
119
+ "auth": { "required": true, "type": "api-key" },
120
+ "transports": ["stdio"],
121
+ "install": { "method": "npx" },
122
+ "maturity": "stable",
123
+ "verified": false
117
124
  },
118
125
  "tavily": {
119
- "description": "AI-optimized web search",
120
- "transport": "stdio",
121
- "authRequired": true,
122
- "homepage": "https://tavily.com/",
123
- "installMethod": "npx",
124
- "envVars": [
125
- "TAVILY_API_KEY"
126
- ]
126
+ "name": "Tavily",
127
+ "description": "AI-optimized web search — retrieve accurate, real-time search results and extract content from URLs tailored for AI agents",
128
+ "category": "search",
129
+ "tags": ["search", "web", "ai-search", "research", "rag"],
130
+ "auth": { "required": true, "type": "api-key" },
131
+ "transports": ["stdio"],
132
+ "install": { "method": "npx" },
133
+ "maturity": "stable",
134
+ "verified": false
127
135
  },
128
136
  "todoist": {
129
- "description": "task management",
130
- "transport": "stdio",
131
- "authRequired": true,
132
- "homepage": "https://todoist.com/",
133
- "installMethod": "npx",
134
- "envVars": [
135
- "TODOIST_API_TOKEN"
136
- ]
137
+ "name": "Todoist",
138
+ "description": "Task management with natural language — create, update, complete, and search tasks and projects in Todoist",
139
+ "category": "productivity",
140
+ "tags": ["tasks", "todo", "productivity", "project-management", "gtd"],
141
+ "auth": { "required": true, "type": "api-key" },
142
+ "transports": ["stdio"],
143
+ "install": { "method": "npx" },
144
+ "maturity": "stable",
145
+ "verified": false
137
146
  },
138
147
  "wise": {
139
- "description": "international payments",
140
- "transport": "stdio",
141
- "authRequired": true,
142
- "homepage": "https://wise.com/",
143
- "installMethod": "npx",
144
- "envVars": [
145
- "WISE_API_TOKEN"
146
- ]
148
+ "name": "Wise",
149
+ "description": "International money transfers and multi-currency account management via the Wise (TransferWise) API",
150
+ "category": "finance",
151
+ "tags": ["payments", "transfers", "international", "currency", "fintech"],
152
+ "auth": { "required": true, "type": "api-key" },
153
+ "transports": ["stdio"],
154
+ "install": { "method": "git" },
155
+ "maturity": "stable",
156
+ "verified": false
147
157
  }
148
158
  }
149
159
  }
@@ -0,0 +1,49 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "linear",
4
+ "name": "Linear",
5
+ "description": "Linear project management — create, update, and search issues, projects, and teams via the Linear API",
6
+ "repository": "https://github.com/cline/linear-mcp",
7
+
8
+ "transports": [
9
+ {
10
+ "type": "stdio",
11
+ "command": "node",
12
+ "args": ["dist/index.js"],
13
+ "env": {
14
+ "LINEAR_API_KEY": "${LINEAR_API_KEY}"
15
+ }
16
+ }
17
+ ],
18
+
19
+ "auth": {
20
+ "required": true,
21
+ "type": "api-key",
22
+ "envVars": ["LINEAR_API_KEY"],
23
+ "credentialsUrl": "https://linear.app/settings/api",
24
+ "instructions": "Create a Personal API key in Linear Settings > API."
25
+ },
26
+
27
+ "install": {
28
+ "method": "git",
29
+ "repository": "https://github.com/cline/linear-mcp",
30
+ "buildCommand": "npm install && npm run build",
31
+ "version": "latest"
32
+ },
33
+
34
+ "metadata": {
35
+ "homepage": "https://linear.app/",
36
+ "author": "Cline",
37
+ "tags": ["project-management", "issues", "tasks", "teams", "agile"],
38
+ "category": "productivity",
39
+ "pricing": "byok",
40
+ "maturity": "stable"
41
+ },
42
+
43
+ "capabilities": {
44
+ "tools": true,
45
+ "resources": false,
46
+ "prompts": false,
47
+ "sampling": false
48
+ }
49
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "miro",
4
+ "name": "Miro",
5
+ "description": "Collaborative whiteboard — create and manipulate Miro boards, sticky notes, cards, connectors, and shapes via the Miro API",
6
+ "repository": "https://github.com/evalstate/mcp-miro",
7
+
8
+ "transports": [
9
+ {
10
+ "type": "stdio",
11
+ "command": "npx",
12
+ "args": ["-y", "@llmindset/mcp-miro", "--token", "${MIRO_API_TOKEN}"],
13
+ "env": {
14
+ "MIRO_API_TOKEN": "${MIRO_API_TOKEN}"
15
+ }
16
+ }
17
+ ],
18
+
19
+ "auth": {
20
+ "required": true,
21
+ "type": "api-key",
22
+ "envVars": ["MIRO_API_TOKEN"],
23
+ "credentialsUrl": "https://miro.com/app/settings/user-profile/apps",
24
+ "instructions": "Create a Developer App in Miro Settings > Apps and copy the OAuth token."
25
+ },
26
+
27
+ "install": {
28
+ "method": "npx",
29
+ "package": "@llmindset/mcp-miro",
30
+ "version": "latest"
31
+ },
32
+
33
+ "metadata": {
34
+ "homepage": "https://miro.com/",
35
+ "author": "evalstate",
36
+ "tags": ["whiteboard", "collaboration", "diagrams", "brainstorming", "visual"],
37
+ "category": "productivity",
38
+ "pricing": "byok",
39
+ "maturity": "stable"
40
+ },
41
+
42
+ "capabilities": {
43
+ "tools": true,
44
+ "resources": false,
45
+ "prompts": false,
46
+ "sampling": false
47
+ }
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "notion",
4
+ "name": "Notion",
5
+ "description": "Notion workspace integration — read, create, and update pages, databases, blocks, and comments via the official Notion MCP server",
6
+ "repository": "https://github.com/makenotion/notion-mcp-server",
7
+
8
+ "transports": [
9
+ {
10
+ "type": "stdio",
11
+ "command": "npx",
12
+ "args": ["-y", "@notionhq/notion-mcp-server"],
13
+ "env": {
14
+ "NOTION_TOKEN": "${NOTION_API_KEY}"
15
+ }
16
+ }
17
+ ],
18
+
19
+ "auth": {
20
+ "required": true,
21
+ "type": "api-key",
22
+ "envVars": ["NOTION_API_KEY"],
23
+ "credentialsUrl": "https://www.notion.so/my-integrations",
24
+ "instructions": "Create a new integration at Notion's My Integrations page and copy the Internal Integration Secret. Then share your Notion pages or databases with the integration."
25
+ },
26
+
27
+ "install": {
28
+ "method": "npx",
29
+ "package": "@notionhq/notion-mcp-server",
30
+ "version": "latest"
31
+ },
32
+
33
+ "metadata": {
34
+ "homepage": "https://www.notion.so/",
35
+ "author": "Notion",
36
+ "tags": ["notes", "databases", "wiki", "knowledge-base", "productivity"],
37
+ "category": "productivity",
38
+ "pricing": "byok",
39
+ "maturity": "stable"
40
+ },
41
+
42
+ "capabilities": {
43
+ "tools": true,
44
+ "resources": false,
45
+ "prompts": false,
46
+ "sampling": false
47
+ }
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "stripe",
4
+ "name": "Stripe",
5
+ "description": "Stripe payments and billing — manage customers, subscriptions, payment intents, invoices, and more via the official Stripe MCP server",
6
+ "repository": "https://github.com/stripe/agent-toolkit",
7
+
8
+ "transports": [
9
+ {
10
+ "type": "stdio",
11
+ "command": "npx",
12
+ "args": ["-y", "@stripe/mcp", "--tools=all", "--api-key=${STRIPE_API_KEY}"],
13
+ "env": {
14
+ "STRIPE_API_KEY": "${STRIPE_API_KEY}"
15
+ }
16
+ }
17
+ ],
18
+
19
+ "auth": {
20
+ "required": true,
21
+ "type": "api-key",
22
+ "envVars": ["STRIPE_API_KEY"],
23
+ "credentialsUrl": "https://dashboard.stripe.com/apikeys",
24
+ "instructions": "Copy your Secret API key from the Stripe Dashboard > Developers > API keys. Use a restricted key for production to limit permissions."
25
+ },
26
+
27
+ "install": {
28
+ "method": "npx",
29
+ "package": "@stripe/mcp",
30
+ "version": "latest"
31
+ },
32
+
33
+ "metadata": {
34
+ "homepage": "https://stripe.com/",
35
+ "author": "Stripe",
36
+ "tags": ["payments", "billing", "subscriptions", "invoices", "fintech"],
37
+ "category": "finance",
38
+ "pricing": "byok",
39
+ "maturity": "stable"
40
+ },
41
+
42
+ "capabilities": {
43
+ "tools": true,
44
+ "resources": false,
45
+ "prompts": false,
46
+ "sampling": false
47
+ }
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "tavily",
4
+ "name": "Tavily",
5
+ "description": "AI-optimized web search — retrieve accurate, real-time search results and extract content from URLs tailored for AI agents",
6
+ "repository": "https://github.com/tavily-ai/tavily-mcp",
7
+
8
+ "transports": [
9
+ {
10
+ "type": "stdio",
11
+ "command": "npx",
12
+ "args": ["-y", "tavily-mcp@0.2.18"],
13
+ "env": {
14
+ "TAVILY_API_KEY": "${TAVILY_API_KEY}"
15
+ }
16
+ }
17
+ ],
18
+
19
+ "auth": {
20
+ "required": true,
21
+ "type": "api-key",
22
+ "envVars": ["TAVILY_API_KEY"],
23
+ "credentialsUrl": "https://app.tavily.com/home",
24
+ "instructions": "Sign up at Tavily and copy your API key from the dashboard."
25
+ },
26
+
27
+ "install": {
28
+ "method": "npx",
29
+ "package": "tavily-mcp",
30
+ "version": "0.2.18"
31
+ },
32
+
33
+ "metadata": {
34
+ "homepage": "https://tavily.com/",
35
+ "author": "Tavily",
36
+ "tags": ["search", "web", "ai-search", "research", "rag"],
37
+ "category": "search",
38
+ "pricing": "byok",
39
+ "maturity": "stable"
40
+ },
41
+
42
+ "capabilities": {
43
+ "tools": true,
44
+ "resources": false,
45
+ "prompts": false,
46
+ "sampling": false
47
+ }
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "todoist",
4
+ "name": "Todoist",
5
+ "description": "Task management with natural language — create, update, complete, and search tasks and projects in Todoist",
6
+ "repository": "https://github.com/doist/todoist-mcp",
7
+
8
+ "transports": [
9
+ {
10
+ "type": "stdio",
11
+ "command": "npx",
12
+ "args": ["-y", "@doist/todoist-ai"],
13
+ "env": {
14
+ "TODOIST_API_KEY": "${TODOIST_API_TOKEN}"
15
+ }
16
+ }
17
+ ],
18
+
19
+ "auth": {
20
+ "required": true,
21
+ "type": "api-key",
22
+ "envVars": ["TODOIST_API_TOKEN"],
23
+ "credentialsUrl": "https://app.todoist.com/app/settings/integrations/developer",
24
+ "instructions": "Create an app integration at Todoist Developer settings and copy the API token."
25
+ },
26
+
27
+ "install": {
28
+ "method": "npx",
29
+ "package": "@doist/todoist-ai",
30
+ "version": "latest"
31
+ },
32
+
33
+ "metadata": {
34
+ "homepage": "https://todoist.com/",
35
+ "author": "Doist",
36
+ "tags": ["tasks", "todo", "productivity", "project-management", "gtd"],
37
+ "category": "productivity",
38
+ "pricing": "byok",
39
+ "maturity": "stable"
40
+ },
41
+
42
+ "capabilities": {
43
+ "tools": true,
44
+ "resources": false,
45
+ "prompts": false,
46
+ "sampling": false
47
+ }
48
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "wise",
4
+ "name": "Wise",
5
+ "description": "International money transfers and multi-currency account management via the Wise (TransferWise) API",
6
+ "repository": "https://github.com/kstam/wise-mcp",
7
+
8
+ "transports": [
9
+ {
10
+ "type": "stdio",
11
+ "command": "node",
12
+ "args": ["dist/cli.js"],
13
+ "env": {
14
+ "WISE_API_TOKEN": "${WISE_API_TOKEN}"
15
+ }
16
+ }
17
+ ],
18
+
19
+ "auth": {
20
+ "required": true,
21
+ "type": "api-key",
22
+ "envVars": ["WISE_API_TOKEN"],
23
+ "credentialsUrl": "https://wise.com/settings/api-tokens",
24
+ "instructions": "Generate an API token in your Wise account under Settings > API tokens. Use Read-only or Full access depending on your needs."
25
+ },
26
+
27
+ "install": {
28
+ "method": "git",
29
+ "repository": "https://github.com/kstam/wise-mcp",
30
+ "buildCommand": "npm install && npm run build",
31
+ "version": "latest"
32
+ },
33
+
34
+ "metadata": {
35
+ "homepage": "https://wise.com/",
36
+ "author": "kstam",
37
+ "tags": ["payments", "transfers", "international", "currency", "fintech"],
38
+ "category": "finance",
39
+ "pricing": "byok",
40
+ "maturity": "stable"
41
+ },
42
+
43
+ "capabilities": {
44
+ "tools": true,
45
+ "resources": false,
46
+ "prompts": false,
47
+ "sampling": false
48
+ }
49
+ }