@toolsdk.ai/registry 1.0.40 → 1.0.41
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/README.md +68 -65
- package/indexes/categories-list.json +32 -32
- package/indexes/packages-list.json +368 -375
- package/package.json +19 -19
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@kazuph/mcp-screenshot": {
|
|
3
3
|
"path": "uncategorized/kazuph-mcp-screenshot.json",
|
|
4
|
-
"validated": true,
|
|
5
4
|
"tools": {
|
|
6
5
|
"capture": {
|
|
7
6
|
"name": "capture",
|
|
8
7
|
"description": "Captures a screenshot of the specified region and performs OCR. Options:\n- region: 'left'/'right'/'full' (default: 'left')\n- format: 'json'/'markdown'/'vertical'/'horizontal' (default: 'markdown')\nThe screenshot is saved to a dated directory in Downloads."
|
|
9
8
|
}
|
|
10
|
-
}
|
|
9
|
+
},
|
|
10
|
+
"validated": true
|
|
11
11
|
},
|
|
12
12
|
"@URDJMK/serpapi-mcp-server": {
|
|
13
13
|
"path": "uncategorized/serpapi-mcp-server.json"
|
|
14
14
|
},
|
|
15
15
|
"@modelcontextprotocol/server-everything": {
|
|
16
16
|
"path": "aggregators/modelcontextprotocol-server-everything.json",
|
|
17
|
-
"validated": true,
|
|
18
17
|
"tools": {
|
|
19
18
|
"echo": {
|
|
20
19
|
"name": "echo",
|
|
@@ -48,21 +47,14 @@
|
|
|
48
47
|
"name": "getResourceReference",
|
|
49
48
|
"description": "Returns a resource reference that can be used by MCP clients"
|
|
50
49
|
}
|
|
51
|
-
}
|
|
50
|
+
},
|
|
51
|
+
"validated": true
|
|
52
52
|
},
|
|
53
53
|
"@modelcontextprotocol/server-everart": {
|
|
54
|
-
"path": "art-and-culture/modelcontextprotocol-server-everart.json"
|
|
55
|
-
"validated": true,
|
|
56
|
-
"tools": {
|
|
57
|
-
"generate_image": {
|
|
58
|
-
"name": "generate_image",
|
|
59
|
-
"description": "Generate images using EverArt Models and returns a clickable link to view the generated image. The tool will return a URL that can be clicked to view the image in a browser. Available models:\n- 5000:FLUX1.1: Standard quality\n- 9000:FLUX1.1-ultra: Ultra high quality\n- 6000:SD3.5: Stable Diffusion 3.5\n- 7000:Recraft-Real: Photorealistic style\n- 8000:Recraft-Vector: Vector art style\n\nThe response will contain a direct link to view the generated image."
|
|
60
|
-
}
|
|
61
|
-
}
|
|
54
|
+
"path": "art-and-culture/modelcontextprotocol-server-everart.json"
|
|
62
55
|
},
|
|
63
56
|
"mcp-server-stability-ai": {
|
|
64
57
|
"path": "art-and-culture/mcp-server-stability-ai.json",
|
|
65
|
-
"validated": true,
|
|
66
58
|
"tools": {
|
|
67
59
|
"stability-ai-generate-image": {
|
|
68
60
|
"name": "stability-ai-generate-image",
|
|
@@ -116,11 +108,116 @@
|
|
|
116
108
|
"name": "stability-ai-control-structure",
|
|
117
109
|
"description": "Generate a new image while maintaining the structure of a reference image"
|
|
118
110
|
}
|
|
119
|
-
}
|
|
111
|
+
},
|
|
112
|
+
"validated": true
|
|
113
|
+
},
|
|
114
|
+
"hyperbrowser-mcp": {
|
|
115
|
+
"path": "browser-automation/hyperbrowser-mcp.json",
|
|
116
|
+
"tools": {
|
|
117
|
+
"scrape_webpage": {
|
|
118
|
+
"name": "scrape_webpage",
|
|
119
|
+
"description": "Scrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with configurable browser behavior options. Use this for extracting text content, HTML structure, collecting links, or capturing screenshots of webpages."
|
|
120
|
+
},
|
|
121
|
+
"crawl_webpages": {
|
|
122
|
+
"name": "crawl_webpages",
|
|
123
|
+
"description": "Crawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from multiple pages within a domain. Use this for larger data collection tasks, content indexing, or site mapping."
|
|
124
|
+
},
|
|
125
|
+
"extract_structured_data": {
|
|
126
|
+
"name": "extract_structured_data",
|
|
127
|
+
"description": "Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema."
|
|
128
|
+
},
|
|
129
|
+
"browser_use_agent": {
|
|
130
|
+
"name": "browser_use_agent",
|
|
131
|
+
"description": "This tool employs an open-source browser automation agent optimized specifically for fast, efficient, and cost-effective browser tasks using a cloud browser. It requires explicit, detailed instructions to perform highly specific interactions quickly.\n\nOptimal for tasks requiring:\n- Precise, explicitly defined interactions and actions\n- Speed and efficiency with clear, unambiguous instructions\n- Cost-effective automation at scale with straightforward workflows\n\nBest suited use cases include:\n- Explicitly defined registration and login processes\n- Clearly guided navigation through web apps\n- Structured, step-by-step web scraping with detailed guidance\n- Extracting data via explicitly specified browser interactions\n\nYou must provide extremely detailed step-by-step instructions, including exact elements, actions, and explicit context. Clearly define the desired outcome for optimal results. Returns the completed result or an error message if issues arise.\n\nNote: This agent trades off flexibility for significantly faster performance and lower costs compared to Claude and OpenAI agents."
|
|
132
|
+
},
|
|
133
|
+
"openai_computer_use_agent": {
|
|
134
|
+
"name": "openai_computer_use_agent",
|
|
135
|
+
"description": "This tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance and reliability using a cloud browser. It handles complex interactions effectively with practical reasoning and clear execution.\n\nOptimal for tasks requiring:\n- Reliable, general-purpose browser automation\n- Clear, structured interactions with moderate complexity\n- Efficient handling of common web tasks and workflows\n\nBest suited use cases include:\n- Standard multi-step registration or form submissions\n- Navigating typical web applications requiring multiple interactions\n- Conducting structured web research tasks\n- Extracting data through interactive web processes\n\nProvide a clear step-by-step description, necessary context, and expected outcomes. Returns the completed result or an error message if issues arise."
|
|
136
|
+
},
|
|
137
|
+
"claude_computer_use_agent": {
|
|
138
|
+
"name": "claude_computer_use_agent",
|
|
139
|
+
"description": "This tool leverages Anthropic's Claude model to autonomously execute complex browser tasks with sophisticated reasoning capabilities using a cloud browser. It specializes in handling intricate, nuanced, or highly context-sensitive web interactions.\n\nOptimal for tasks requiring:\n- Complex reasoning over multiple web pages\n- Nuanced interpretation and flexible decision-making\n- Human-like interaction with detailed context awareness\n\nBest suited use cases include:\n- Multi-step processes requiring reasoning (e.g., detailed registrations or onboarding)\n- Interacting intelligently with advanced web apps\n- Conducting in-depth research with complex conditions\n- Extracting information from dynamic or interactive websites\n\nProvide detailed task instructions, relevant context, and clearly specify the desired outcome for best results. Returns the completed result or an error message if issues arise."
|
|
140
|
+
},
|
|
141
|
+
"search_with_bing": {
|
|
142
|
+
"name": "search_with_bing",
|
|
143
|
+
"description": "Search the web using Bing. This tool allows you to search the web using bing.com"
|
|
144
|
+
},
|
|
145
|
+
"create_profile": {
|
|
146
|
+
"name": "create_profile",
|
|
147
|
+
"description": "Creates a new persistent Hyperbrowser profile."
|
|
148
|
+
},
|
|
149
|
+
"delete_profile": {
|
|
150
|
+
"name": "delete_profile",
|
|
151
|
+
"description": "Deletes an existing persistent Hyperbrowser profile."
|
|
152
|
+
},
|
|
153
|
+
"list_profiles": {
|
|
154
|
+
"name": "list_profiles",
|
|
155
|
+
"description": "Lists existing persistent Hyperbrowser profiles, with optional pagination."
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"validated": true
|
|
159
|
+
},
|
|
160
|
+
"tavily-mcp": {
|
|
161
|
+
"path": "browser-automation/tavily-mcp.json",
|
|
162
|
+
"tools": {
|
|
163
|
+
"tavily-search": {
|
|
164
|
+
"name": "tavily-search",
|
|
165
|
+
"description": "A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns relevant web content with customizable parameters for result count, content type, and domain filtering. Ideal for gathering current information, news, and detailed web content analysis."
|
|
166
|
+
},
|
|
167
|
+
"tavily-extract": {
|
|
168
|
+
"name": "tavily-extract",
|
|
169
|
+
"description": "A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data collection, content analysis, and research tasks."
|
|
170
|
+
},
|
|
171
|
+
"tavily-crawl": {
|
|
172
|
+
"name": "tavily-crawl",
|
|
173
|
+
"description": "A powerful web crawler that initiates a structured web crawl starting from a specified base URL. The crawler expands from that point like a tree, following internal links across pages. You can control how deep and wide it goes, and guide it to focus on specific sections of the site."
|
|
174
|
+
},
|
|
175
|
+
"tavily-map": {
|
|
176
|
+
"name": "tavily-map",
|
|
177
|
+
"description": "A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site structure, content organization, and navigation paths. Perfect for site audits, content discovery, and understanding website architecture."
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"validated": true
|
|
181
|
+
},
|
|
182
|
+
"mcp-server-fetch": {
|
|
183
|
+
"path": "browser-automation/mcp-server-fetch.json"
|
|
184
|
+
},
|
|
185
|
+
"@modelcontextprotocol/server-puppeteer": {
|
|
186
|
+
"path": "browser-automation/modelcontextprotocol-server-puppeteer.json",
|
|
187
|
+
"tools": {
|
|
188
|
+
"puppeteer_navigate": {
|
|
189
|
+
"name": "puppeteer_navigate",
|
|
190
|
+
"description": "Navigate to a URL"
|
|
191
|
+
},
|
|
192
|
+
"puppeteer_screenshot": {
|
|
193
|
+
"name": "puppeteer_screenshot",
|
|
194
|
+
"description": "Take a screenshot of the current page or a specific element"
|
|
195
|
+
},
|
|
196
|
+
"puppeteer_click": {
|
|
197
|
+
"name": "puppeteer_click",
|
|
198
|
+
"description": "Click an element on the page"
|
|
199
|
+
},
|
|
200
|
+
"puppeteer_fill": {
|
|
201
|
+
"name": "puppeteer_fill",
|
|
202
|
+
"description": "Fill out an input field"
|
|
203
|
+
},
|
|
204
|
+
"puppeteer_select": {
|
|
205
|
+
"name": "puppeteer_select",
|
|
206
|
+
"description": "Select an element on the page with Select tag"
|
|
207
|
+
},
|
|
208
|
+
"puppeteer_hover": {
|
|
209
|
+
"name": "puppeteer_hover",
|
|
210
|
+
"description": "Hover an element on the page"
|
|
211
|
+
},
|
|
212
|
+
"puppeteer_evaluate": {
|
|
213
|
+
"name": "puppeteer_evaluate",
|
|
214
|
+
"description": "Execute JavaScript in the browser console"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"validated": true
|
|
120
218
|
},
|
|
121
219
|
"@executeautomation/playwright-mcp-server": {
|
|
122
220
|
"path": "browser-automation/executeautomation-playwright-mcp-server.json",
|
|
123
|
-
"validated": true,
|
|
124
221
|
"tools": {
|
|
125
222
|
"start_codegen_session": {
|
|
126
223
|
"name": "start_codegen_session",
|
|
@@ -246,33 +343,11 @@
|
|
|
246
343
|
"name": "playwright_click_and_switch_tab",
|
|
247
344
|
"description": "Click a link and switch to the newly opened tab"
|
|
248
345
|
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
"tavily-mcp": {
|
|
252
|
-
"path": "browser-automation/tavily-mcp.json",
|
|
253
|
-
"validated": true,
|
|
254
|
-
"tools": {
|
|
255
|
-
"tavily-search": {
|
|
256
|
-
"name": "tavily-search",
|
|
257
|
-
"description": "A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns relevant web content with customizable parameters for result count, content type, and domain filtering. Ideal for gathering current information, news, and detailed web content analysis."
|
|
258
|
-
},
|
|
259
|
-
"tavily-extract": {
|
|
260
|
-
"name": "tavily-extract",
|
|
261
|
-
"description": "A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data collection, content analysis, and research tasks."
|
|
262
|
-
},
|
|
263
|
-
"tavily-crawl": {
|
|
264
|
-
"name": "tavily-crawl",
|
|
265
|
-
"description": "A powerful web crawler that initiates a structured web crawl starting from a specified base URL. The crawler expands from that point like a tree, following internal links across pages. You can control how deep and wide it goes, and guide it to focus on specific sections of the site."
|
|
266
|
-
},
|
|
267
|
-
"tavily-map": {
|
|
268
|
-
"name": "tavily-map",
|
|
269
|
-
"description": "A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site structure, content organization, and navigation paths. Perfect for site audits, content discovery, and understanding website architecture."
|
|
270
|
-
}
|
|
271
|
-
}
|
|
346
|
+
},
|
|
347
|
+
"validated": true
|
|
272
348
|
},
|
|
273
349
|
"@automatalabs/mcp-server-playwright": {
|
|
274
350
|
"path": "browser-automation/automatalabs-mcp-server-playwright.json",
|
|
275
|
-
"validated": true,
|
|
276
351
|
"tools": {
|
|
277
352
|
"browser_navigate": {
|
|
278
353
|
"name": "browser_navigate",
|
|
@@ -314,100 +389,11 @@
|
|
|
314
389
|
"name": "browser_evaluate",
|
|
315
390
|
"description": "Execute JavaScript in the browser console"
|
|
316
391
|
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
"hyperbrowser-mcp": {
|
|
320
|
-
"path": "browser-automation/hyperbrowser-mcp.json",
|
|
321
|
-
"validated": true,
|
|
322
|
-
"tools": {
|
|
323
|
-
"scrape_webpage": {
|
|
324
|
-
"name": "scrape_webpage",
|
|
325
|
-
"description": "Scrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with configurable browser behavior options. Use this for extracting text content, HTML structure, collecting links, or capturing screenshots of webpages."
|
|
326
|
-
},
|
|
327
|
-
"crawl_webpages": {
|
|
328
|
-
"name": "crawl_webpages",
|
|
329
|
-
"description": "Crawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from multiple pages within a domain. Use this for larger data collection tasks, content indexing, or site mapping."
|
|
330
|
-
},
|
|
331
|
-
"extract_structured_data": {
|
|
332
|
-
"name": "extract_structured_data",
|
|
333
|
-
"description": "Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema."
|
|
334
|
-
},
|
|
335
|
-
"browser_use_agent": {
|
|
336
|
-
"name": "browser_use_agent",
|
|
337
|
-
"description": "This tool employs an open-source browser automation agent optimized specifically for fast, efficient, and cost-effective browser tasks using a cloud browser. It requires explicit, detailed instructions to perform highly specific interactions quickly.\n\nOptimal for tasks requiring:\n- Precise, explicitly defined interactions and actions\n- Speed and efficiency with clear, unambiguous instructions\n- Cost-effective automation at scale with straightforward workflows\n\nBest suited use cases include:\n- Explicitly defined registration and login processes\n- Clearly guided navigation through web apps\n- Structured, step-by-step web scraping with detailed guidance\n- Extracting data via explicitly specified browser interactions\n\nYou must provide extremely detailed step-by-step instructions, including exact elements, actions, and explicit context. Clearly define the desired outcome for optimal results. Returns the completed result or an error message if issues arise.\n\nNote: This agent trades off flexibility for significantly faster performance and lower costs compared to Claude and OpenAI agents."
|
|
338
|
-
},
|
|
339
|
-
"openai_computer_use_agent": {
|
|
340
|
-
"name": "openai_computer_use_agent",
|
|
341
|
-
"description": "This tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance and reliability using a cloud browser. It handles complex interactions effectively with practical reasoning and clear execution.\n\nOptimal for tasks requiring:\n- Reliable, general-purpose browser automation\n- Clear, structured interactions with moderate complexity\n- Efficient handling of common web tasks and workflows\n\nBest suited use cases include:\n- Standard multi-step registration or form submissions\n- Navigating typical web applications requiring multiple interactions\n- Conducting structured web research tasks\n- Extracting data through interactive web processes\n\nProvide a clear step-by-step description, necessary context, and expected outcomes. Returns the completed result or an error message if issues arise."
|
|
342
|
-
},
|
|
343
|
-
"claude_computer_use_agent": {
|
|
344
|
-
"name": "claude_computer_use_agent",
|
|
345
|
-
"description": "This tool leverages Anthropic's Claude model to autonomously execute complex browser tasks with sophisticated reasoning capabilities using a cloud browser. It specializes in handling intricate, nuanced, or highly context-sensitive web interactions.\n\nOptimal for tasks requiring:\n- Complex reasoning over multiple web pages\n- Nuanced interpretation and flexible decision-making\n- Human-like interaction with detailed context awareness\n\nBest suited use cases include:\n- Multi-step processes requiring reasoning (e.g., detailed registrations or onboarding)\n- Interacting intelligently with advanced web apps\n- Conducting in-depth research with complex conditions\n- Extracting information from dynamic or interactive websites\n\nProvide detailed task instructions, relevant context, and clearly specify the desired outcome for best results. Returns the completed result or an error message if issues arise."
|
|
346
|
-
},
|
|
347
|
-
"search_with_bing": {
|
|
348
|
-
"name": "search_with_bing",
|
|
349
|
-
"description": "Search the web using Bing. This tool allows you to search the web using bing.com"
|
|
350
|
-
},
|
|
351
|
-
"create_profile": {
|
|
352
|
-
"name": "create_profile",
|
|
353
|
-
"description": "Creates a new persistent Hyperbrowser profile."
|
|
354
|
-
},
|
|
355
|
-
"delete_profile": {
|
|
356
|
-
"name": "delete_profile",
|
|
357
|
-
"description": "Deletes an existing persistent Hyperbrowser profile."
|
|
358
|
-
},
|
|
359
|
-
"list_profiles": {
|
|
360
|
-
"name": "list_profiles",
|
|
361
|
-
"description": "Lists existing persistent Hyperbrowser profiles, with optional pagination."
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
"mcp-server-fetch": {
|
|
366
|
-
"path": "browser-automation/mcp-server-fetch.json"
|
|
367
|
-
},
|
|
368
|
-
"@modelcontextprotocol/server-puppeteer": {
|
|
369
|
-
"path": "browser-automation/modelcontextprotocol-server-puppeteer.json",
|
|
370
|
-
"validated": true,
|
|
371
|
-
"tools": {
|
|
372
|
-
"puppeteer_navigate": {
|
|
373
|
-
"name": "puppeteer_navigate",
|
|
374
|
-
"description": "Navigate to a URL"
|
|
375
|
-
},
|
|
376
|
-
"puppeteer_screenshot": {
|
|
377
|
-
"name": "puppeteer_screenshot",
|
|
378
|
-
"description": "Take a screenshot of the current page or a specific element"
|
|
379
|
-
},
|
|
380
|
-
"puppeteer_click": {
|
|
381
|
-
"name": "puppeteer_click",
|
|
382
|
-
"description": "Click an element on the page"
|
|
383
|
-
},
|
|
384
|
-
"puppeteer_fill": {
|
|
385
|
-
"name": "puppeteer_fill",
|
|
386
|
-
"description": "Fill out an input field"
|
|
387
|
-
},
|
|
388
|
-
"puppeteer_select": {
|
|
389
|
-
"name": "puppeteer_select",
|
|
390
|
-
"description": "Select an element on the page with Select tag"
|
|
391
|
-
},
|
|
392
|
-
"puppeteer_hover": {
|
|
393
|
-
"name": "puppeteer_hover",
|
|
394
|
-
"description": "Hover an element on the page"
|
|
395
|
-
},
|
|
396
|
-
"puppeteer_evaluate": {
|
|
397
|
-
"name": "puppeteer_evaluate",
|
|
398
|
-
"description": "Execute JavaScript in the browser console"
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
"kubernetes-mcp-server": {
|
|
403
|
-
"path": "cloud-platforms/kubernetes-mcp-server.json"
|
|
404
|
-
},
|
|
405
|
-
"@cloudflare/mcp-server-cloudflare": {
|
|
406
|
-
"path": "cloud-platforms/cloudflare-mcp-server-cloudflare.json"
|
|
392
|
+
},
|
|
393
|
+
"validated": true
|
|
407
394
|
},
|
|
408
395
|
"mcp-server-kubernetes": {
|
|
409
396
|
"path": "cloud-platforms/mcp-server-kubernetes.json",
|
|
410
|
-
"validated": true,
|
|
411
397
|
"tools": {
|
|
412
398
|
"cleanup": {
|
|
413
399
|
"name": "cleanup",
|
|
@@ -489,11 +475,11 @@
|
|
|
489
475
|
"name": "kubectl_generic",
|
|
490
476
|
"description": "Execute any kubectl command with the provided arguments and flags"
|
|
491
477
|
}
|
|
492
|
-
}
|
|
478
|
+
},
|
|
479
|
+
"validated": true
|
|
493
480
|
},
|
|
494
481
|
"@strowk/mcp-k8s": {
|
|
495
482
|
"path": "cloud-platforms/strowk-mcp-k8s.json",
|
|
496
|
-
"validated": true,
|
|
497
483
|
"tools": {
|
|
498
484
|
"get-k8s-pod-logs": {
|
|
499
485
|
"name": "get-k8s-pod-logs",
|
|
@@ -527,37 +513,43 @@
|
|
|
527
513
|
"name": "list-k8s-resources",
|
|
528
514
|
"description": "List arbitrary Kubernetes resources"
|
|
529
515
|
}
|
|
530
|
-
}
|
|
516
|
+
},
|
|
517
|
+
"validated": true
|
|
518
|
+
},
|
|
519
|
+
"kubernetes-mcp-server": {
|
|
520
|
+
"path": "cloud-platforms/kubernetes-mcp-server.json"
|
|
521
|
+
},
|
|
522
|
+
"@cloudflare/mcp-server-cloudflare": {
|
|
523
|
+
"path": "cloud-platforms/cloudflare-mcp-server-cloudflare.json"
|
|
531
524
|
},
|
|
532
525
|
"mcp-server-make": {
|
|
533
526
|
"path": "code-execution/mcp-server-make.json"
|
|
534
527
|
},
|
|
535
|
-
"mcp-
|
|
536
|
-
"path": "command-line/mcp-
|
|
537
|
-
"validated": true,
|
|
528
|
+
"mcp-server-commands": {
|
|
529
|
+
"path": "command-line/mcp-server-commands.json",
|
|
538
530
|
"tools": {
|
|
539
531
|
"run_command": {
|
|
540
532
|
"name": "run_command",
|
|
541
|
-
"description": "Run a
|
|
533
|
+
"description": "Run a command on this linux machine"
|
|
542
534
|
}
|
|
543
|
-
}
|
|
535
|
+
},
|
|
536
|
+
"validated": true
|
|
544
537
|
},
|
|
545
|
-
"mcp-
|
|
546
|
-
"path": "command-line/mcp-
|
|
547
|
-
"validated": true,
|
|
538
|
+
"mcp-shell": {
|
|
539
|
+
"path": "command-line/mcp-shell.json",
|
|
548
540
|
"tools": {
|
|
549
541
|
"run_command": {
|
|
550
542
|
"name": "run_command",
|
|
551
|
-
"description": "Run a command
|
|
543
|
+
"description": "Run a shell command"
|
|
552
544
|
}
|
|
553
|
-
}
|
|
545
|
+
},
|
|
546
|
+
"validated": true
|
|
554
547
|
},
|
|
555
548
|
"@gongrzhe/server-gmail-autoauth-mcp": {
|
|
556
549
|
"path": "communication/gongrzhe-server-gmail-autoauth-mcp.json"
|
|
557
550
|
},
|
|
558
551
|
"@enescinar/twitter-mcp": {
|
|
559
552
|
"path": "communication/enescinar-twitter-mcp.json",
|
|
560
|
-
"validated": true,
|
|
561
553
|
"tools": {
|
|
562
554
|
"post_tweet": {
|
|
563
555
|
"name": "post_tweet",
|
|
@@ -567,11 +559,11 @@
|
|
|
567
559
|
"name": "search_tweets",
|
|
568
560
|
"description": "Search for tweets on Twitter"
|
|
569
561
|
}
|
|
570
|
-
}
|
|
562
|
+
},
|
|
563
|
+
"validated": true
|
|
571
564
|
},
|
|
572
565
|
"@modelcontextprotocol/server-slack": {
|
|
573
566
|
"path": "communication/modelcontextprotocol-server-slack.json",
|
|
574
|
-
"validated": true,
|
|
575
567
|
"tools": {
|
|
576
568
|
"slack_list_channels": {
|
|
577
569
|
"name": "slack_list_channels",
|
|
@@ -605,14 +597,73 @@
|
|
|
605
597
|
"name": "slack_get_user_profile",
|
|
606
598
|
"description": "Get detailed profile information for a specific user"
|
|
607
599
|
}
|
|
608
|
-
}
|
|
600
|
+
},
|
|
601
|
+
"validated": true
|
|
602
|
+
},
|
|
603
|
+
"@niledatabase/nile-mcp-server": {
|
|
604
|
+
"path": "databases/niledatabase-nile-mcp-server.json",
|
|
605
|
+
"tools": {
|
|
606
|
+
"list-resources": {
|
|
607
|
+
"name": "list-resources",
|
|
608
|
+
"description": "Lists all tables and their descriptions in the specified database"
|
|
609
|
+
},
|
|
610
|
+
"create-database": {
|
|
611
|
+
"name": "create-database",
|
|
612
|
+
"description": "Creates a new Nile database"
|
|
613
|
+
},
|
|
614
|
+
"list-databases": {
|
|
615
|
+
"name": "list-databases",
|
|
616
|
+
"description": "Lists all databases in the workspace"
|
|
617
|
+
},
|
|
618
|
+
"get-database": {
|
|
619
|
+
"name": "get-database",
|
|
620
|
+
"description": "Gets details of a specific database"
|
|
621
|
+
},
|
|
622
|
+
"delete-database": {
|
|
623
|
+
"name": "delete-database",
|
|
624
|
+
"description": "Deletes a database"
|
|
625
|
+
},
|
|
626
|
+
"get-connection-string": {
|
|
627
|
+
"name": "get-connection-string",
|
|
628
|
+
"description": "Gets a PostgreSQL connection string with fresh credentials"
|
|
629
|
+
},
|
|
630
|
+
"execute-sql": {
|
|
631
|
+
"name": "execute-sql",
|
|
632
|
+
"description": "Executes a SQL query on a Nile database"
|
|
633
|
+
},
|
|
634
|
+
"create-tenant": {
|
|
635
|
+
"name": "create-tenant",
|
|
636
|
+
"description": "Creates a new tenant in the specified database"
|
|
637
|
+
},
|
|
638
|
+
"delete-tenant": {
|
|
639
|
+
"name": "delete-tenant",
|
|
640
|
+
"description": "Deletes a tenant from the specified database"
|
|
641
|
+
},
|
|
642
|
+
"list-tenants": {
|
|
643
|
+
"name": "list-tenants",
|
|
644
|
+
"description": "Lists all tenants in the specified database"
|
|
645
|
+
},
|
|
646
|
+
"read-resource": {
|
|
647
|
+
"name": "read-resource",
|
|
648
|
+
"description": "Gets detailed schema information for a specific table"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
"validated": true
|
|
652
|
+
},
|
|
653
|
+
"@benborla29/mcp-server-mysql": {
|
|
654
|
+
"path": "databases/benborla29-mcp-server-mysql.json"
|
|
655
|
+
},
|
|
656
|
+
"mcp-server-sqlite": {
|
|
657
|
+
"path": "databases/mcp-server-sqlite.json"
|
|
658
|
+
},
|
|
659
|
+
"@modelcontextprotocol/server-postgres": {
|
|
660
|
+
"path": "databases/modelcontextprotocol-server-postgres.json"
|
|
609
661
|
},
|
|
610
662
|
"mcp-mongo-server": {
|
|
611
663
|
"path": "databases/mcp-mongo-server.json"
|
|
612
664
|
},
|
|
613
665
|
"airtable-mcp-server": {
|
|
614
666
|
"path": "databases/airtable-mcp-server.json",
|
|
615
|
-
"validated": true,
|
|
616
667
|
"tools": {
|
|
617
668
|
"list_records": {
|
|
618
669
|
"name": "list_records",
|
|
@@ -651,112 +702,35 @@
|
|
|
651
702
|
"description": "Delete records from a table"
|
|
652
703
|
},
|
|
653
704
|
"create_table": {
|
|
654
|
-
"name": "create_table",
|
|
655
|
-
"description": "Create a new table in a base"
|
|
656
|
-
},
|
|
657
|
-
"update_table": {
|
|
658
|
-
"name": "update_table",
|
|
659
|
-
"description": "Update a table's name or description"
|
|
660
|
-
},
|
|
661
|
-
"create_field": {
|
|
662
|
-
"name": "create_field",
|
|
663
|
-
"description": "Create a new field in a table"
|
|
664
|
-
},
|
|
665
|
-
"update_field": {
|
|
666
|
-
"name": "update_field",
|
|
667
|
-
"description": "Update a field's name or description"
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
"@benborla29/mcp-server-mysql": {
|
|
672
|
-
"path": "databases/benborla29-mcp-server-mysql.json"
|
|
673
|
-
},
|
|
674
|
-
"@modelcontextprotocol/server-postgres": {
|
|
675
|
-
"path": "databases/modelcontextprotocol-server-postgres.json"
|
|
676
|
-
},
|
|
677
|
-
"mcp-server-sqlite": {
|
|
678
|
-
"path": "databases/mcp-server-sqlite.json"
|
|
679
|
-
},
|
|
680
|
-
"@niledatabase/nile-mcp-server": {
|
|
681
|
-
"path": "databases/niledatabase-nile-mcp-server.json",
|
|
682
|
-
"validated": true,
|
|
683
|
-
"tools": {
|
|
684
|
-
"list-resources": {
|
|
685
|
-
"name": "list-resources",
|
|
686
|
-
"description": "Lists all tables and their descriptions in the specified database"
|
|
687
|
-
},
|
|
688
|
-
"create-database": {
|
|
689
|
-
"name": "create-database",
|
|
690
|
-
"description": "Creates a new Nile database"
|
|
691
|
-
},
|
|
692
|
-
"list-databases": {
|
|
693
|
-
"name": "list-databases",
|
|
694
|
-
"description": "Lists all databases in the workspace"
|
|
695
|
-
},
|
|
696
|
-
"get-database": {
|
|
697
|
-
"name": "get-database",
|
|
698
|
-
"description": "Gets details of a specific database"
|
|
699
|
-
},
|
|
700
|
-
"delete-database": {
|
|
701
|
-
"name": "delete-database",
|
|
702
|
-
"description": "Deletes a database"
|
|
703
|
-
},
|
|
704
|
-
"get-connection-string": {
|
|
705
|
-
"name": "get-connection-string",
|
|
706
|
-
"description": "Gets a PostgreSQL connection string with fresh credentials"
|
|
707
|
-
},
|
|
708
|
-
"execute-sql": {
|
|
709
|
-
"name": "execute-sql",
|
|
710
|
-
"description": "Executes a SQL query on a Nile database"
|
|
711
|
-
},
|
|
712
|
-
"create-tenant": {
|
|
713
|
-
"name": "create-tenant",
|
|
714
|
-
"description": "Creates a new tenant in the specified database"
|
|
705
|
+
"name": "create_table",
|
|
706
|
+
"description": "Create a new table in a base"
|
|
715
707
|
},
|
|
716
|
-
"
|
|
717
|
-
"name": "
|
|
718
|
-
"description": "
|
|
708
|
+
"update_table": {
|
|
709
|
+
"name": "update_table",
|
|
710
|
+
"description": "Update a table's name or description"
|
|
719
711
|
},
|
|
720
|
-
"
|
|
721
|
-
"name": "
|
|
722
|
-
"description": "
|
|
712
|
+
"create_field": {
|
|
713
|
+
"name": "create_field",
|
|
714
|
+
"description": "Create a new field in a table"
|
|
723
715
|
},
|
|
724
|
-
"
|
|
725
|
-
"name": "
|
|
726
|
-
"description": "
|
|
716
|
+
"update_field": {
|
|
717
|
+
"name": "update_field",
|
|
718
|
+
"description": "Update a field's name or description"
|
|
727
719
|
}
|
|
728
|
-
}
|
|
720
|
+
},
|
|
721
|
+
"validated": true
|
|
729
722
|
},
|
|
730
723
|
"mcp-tinybird": {
|
|
731
724
|
"path": "data-platforms/mcp-tinybird.json"
|
|
732
725
|
},
|
|
733
|
-
"mcp-server
|
|
734
|
-
"path": "developer-tools/mcp-server
|
|
735
|
-
},
|
|
736
|
-
"mcp-openapi-schema-explorer": {
|
|
737
|
-
"path": "developer-tools/mcp-openapi-schema-explorer.json"
|
|
726
|
+
"awslabs.nova-canvas-mcp-server": {
|
|
727
|
+
"path": "developer-tools/awslabs.nova-canvas-mcp-server.json"
|
|
738
728
|
},
|
|
739
|
-
"
|
|
740
|
-
"path": "developer-tools/
|
|
741
|
-
"validated": true,
|
|
742
|
-
"tools": {
|
|
743
|
-
"available-files": {
|
|
744
|
-
"name": "available-files",
|
|
745
|
-
"description": "A list of available file and resources. If the User requests things like 'most recent image' or 'the audio' use this tool to identify the intended resource.This tool returns 'resource uri', 'name', 'size', 'last modified' and 'mime type' in a markdown table"
|
|
746
|
-
},
|
|
747
|
-
"search-spaces": {
|
|
748
|
-
"name": "search-spaces",
|
|
749
|
-
"description": "Use semantic search to find an endpoint on the `Hugging Face Spaces` service. The search term will usually be 3-7 words describing a task or activity the Person is trying to accomplish. The results are returned in a markdown table. Present all results to the Person. Await specific guidance from the Person before making further Tool calls."
|
|
750
|
-
},
|
|
751
|
-
"FLUX_1-schnell-infer": {
|
|
752
|
-
"name": "FLUX_1-schnell-infer",
|
|
753
|
-
"description": "Call the FLUX.1-schnell endpoint /infer"
|
|
754
|
-
}
|
|
755
|
-
}
|
|
729
|
+
"mcp-server-tree-sitter": {
|
|
730
|
+
"path": "developer-tools/mcp-server-tree-sitter.json"
|
|
756
731
|
},
|
|
757
732
|
"@mcp-get-community/server-macos": {
|
|
758
733
|
"path": "developer-tools/mcp-get-community-server-macos.json",
|
|
759
|
-
"validated": true,
|
|
760
734
|
"tools": {
|
|
761
735
|
"systemInfo": {
|
|
762
736
|
"name": "systemInfo",
|
|
@@ -766,23 +740,11 @@
|
|
|
766
740
|
"name": "sendNotification",
|
|
767
741
|
"description": "Send a native macOS notification"
|
|
768
742
|
}
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
"hackmd-mcp": {
|
|
772
|
-
"path": "developer-tools/hackmd-mcp.json"
|
|
773
|
-
},
|
|
774
|
-
"mcp-server-tree-sitter": {
|
|
775
|
-
"path": "developer-tools/mcp-server-tree-sitter.json"
|
|
776
|
-
},
|
|
777
|
-
"docker-mcp": {
|
|
778
|
-
"path": "developer-tools/docker-mcp.json"
|
|
779
|
-
},
|
|
780
|
-
"awslabs.nova-canvas-mcp-server": {
|
|
781
|
-
"path": "developer-tools/awslabs.nova-canvas-mcp-server.json"
|
|
743
|
+
},
|
|
744
|
+
"validated": true
|
|
782
745
|
},
|
|
783
746
|
"@mcp-get-community/server-llm-txt": {
|
|
784
747
|
"path": "developer-tools/mcp-get-community-server-llm-txt.json",
|
|
785
|
-
"validated": true,
|
|
786
748
|
"tools": {
|
|
787
749
|
"get_llm_txt": {
|
|
788
750
|
"name": "get_llm_txt",
|
|
@@ -796,20 +758,53 @@
|
|
|
796
758
|
"name": "search_llm_txt",
|
|
797
759
|
"description": "Search for multiple substrings in an LLM.txt file. Requires a valid ID obtained from list_llm_txt command. Returns snippets with page numbers for each match. Format your response in beautiful markdown, using code blocks for snippets."
|
|
798
760
|
}
|
|
799
|
-
}
|
|
761
|
+
},
|
|
762
|
+
"validated": true
|
|
763
|
+
},
|
|
764
|
+
"mcp-openapi-schema-explorer": {
|
|
765
|
+
"path": "developer-tools/mcp-openapi-schema-explorer.json"
|
|
766
|
+
},
|
|
767
|
+
"mcp-server-aidd": {
|
|
768
|
+
"path": "developer-tools/mcp-server-aidd.json"
|
|
769
|
+
},
|
|
770
|
+
"@llmindset/mcp-hfspace": {
|
|
771
|
+
"path": "developer-tools/llmindset-mcp-hfspace.json",
|
|
772
|
+
"tools": {
|
|
773
|
+
"available-files": {
|
|
774
|
+
"name": "available-files",
|
|
775
|
+
"description": "A list of available file and resources. If the User requests things like 'most recent image' or 'the audio' use this tool to identify the intended resource.This tool returns 'resource uri', 'name', 'size', 'last modified' and 'mime type' in a markdown table"
|
|
776
|
+
},
|
|
777
|
+
"search-spaces": {
|
|
778
|
+
"name": "search-spaces",
|
|
779
|
+
"description": "Use semantic search to find an endpoint on the `Hugging Face Spaces` service. The search term will usually be 3-7 words describing a task or activity the Person is trying to accomplish. The results are returned in a markdown table. Present all results to the Person. Await specific guidance from the Person before making further Tool calls."
|
|
780
|
+
},
|
|
781
|
+
"FLUX_1-schnell-infer": {
|
|
782
|
+
"name": "FLUX_1-schnell-infer",
|
|
783
|
+
"description": "Call the FLUX.1-schnell endpoint /infer"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"validated": true
|
|
787
|
+
},
|
|
788
|
+
"hackmd-mcp": {
|
|
789
|
+
"path": "developer-tools/hackmd-mcp.json"
|
|
790
|
+
},
|
|
791
|
+
"docker-mcp": {
|
|
792
|
+
"path": "developer-tools/docker-mcp.json"
|
|
800
793
|
},
|
|
801
794
|
"mcp-solver": {
|
|
802
795
|
"path": "data-science-tools/mcp-solver.json"
|
|
803
796
|
},
|
|
797
|
+
"@modelcontextprotocol/server-filesystem": {
|
|
798
|
+
"path": "file-systems/modelcontextprotocol-server-filesystem.json"
|
|
799
|
+
},
|
|
804
800
|
"@modelcontextprotocol/server-gdrive": {
|
|
805
801
|
"path": "file-systems/modelcontextprotocol-server-gdrive.json"
|
|
806
802
|
},
|
|
807
|
-
"
|
|
808
|
-
"path": "
|
|
803
|
+
"mcp-server-rememberizer": {
|
|
804
|
+
"path": "knowledge-memory/mcp-server-rememberizer.json"
|
|
809
805
|
},
|
|
810
806
|
"@modelcontextprotocol/server-memory": {
|
|
811
807
|
"path": "knowledge-memory/modelcontextprotocol-server-memory.json",
|
|
812
|
-
"validated": true,
|
|
813
808
|
"tools": {
|
|
814
809
|
"create_entities": {
|
|
815
810
|
"name": "create_entities",
|
|
@@ -847,17 +842,14 @@
|
|
|
847
842
|
"name": "open_nodes",
|
|
848
843
|
"description": "Open specific nodes in the knowledge graph by their names"
|
|
849
844
|
}
|
|
850
|
-
}
|
|
845
|
+
},
|
|
846
|
+
"validated": true
|
|
851
847
|
},
|
|
852
848
|
"mcp-rememberizer-vectordb": {
|
|
853
849
|
"path": "knowledge-memory/mcp-rememberizer-vectordb.json"
|
|
854
850
|
},
|
|
855
|
-
"mcp-server-rememberizer": {
|
|
856
|
-
"path": "knowledge-memory/mcp-server-rememberizer.json"
|
|
857
|
-
},
|
|
858
851
|
"@modelcontextprotocol/server-google-maps": {
|
|
859
852
|
"path": "location-services/modelcontextprotocol-server-google-maps.json",
|
|
860
|
-
"validated": true,
|
|
861
853
|
"tools": {
|
|
862
854
|
"maps_geocode": {
|
|
863
855
|
"name": "maps_geocode",
|
|
@@ -887,11 +879,11 @@
|
|
|
887
879
|
"name": "maps_directions",
|
|
888
880
|
"description": "Get directions between two points"
|
|
889
881
|
}
|
|
890
|
-
}
|
|
882
|
+
},
|
|
883
|
+
"validated": true
|
|
891
884
|
},
|
|
892
885
|
"@raygun.io/mcp-server-raygun": {
|
|
893
886
|
"path": "monitoring/raygun.io-mcp-server-raygun.json",
|
|
894
|
-
"validated": true,
|
|
895
887
|
"tools": {
|
|
896
888
|
"list_applications": {
|
|
897
889
|
"name": "list_applications",
|
|
@@ -1021,28 +1013,24 @@
|
|
|
1021
1013
|
"name": "delete_all_source_maps",
|
|
1022
1014
|
"description": "Deletes all source maps"
|
|
1023
1015
|
}
|
|
1024
|
-
}
|
|
1016
|
+
},
|
|
1017
|
+
"validated": true
|
|
1025
1018
|
},
|
|
1026
1019
|
"mcp-server-sentry": {
|
|
1027
1020
|
"path": "monitoring/mcp-server-sentry.json"
|
|
1028
1021
|
},
|
|
1029
|
-
"@
|
|
1030
|
-
"path": "search-data-extraction/
|
|
1031
|
-
"validated": true,
|
|
1022
|
+
"@anaisbetts/mcp-youtube": {
|
|
1023
|
+
"path": "search-data-extraction/anaisbetts-mcp-youtube.json",
|
|
1032
1024
|
"tools": {
|
|
1033
|
-
"
|
|
1034
|
-
"name": "
|
|
1035
|
-
"description": "
|
|
1036
|
-
},
|
|
1037
|
-
"brave_local_search": {
|
|
1038
|
-
"name": "brave_local_search",
|
|
1039
|
-
"description": "Searches for local businesses and places using Brave's Local Search API. Best for queries related to physical locations, businesses, restaurants, services, etc. Returns detailed information including:\n- Business names and addresses\n- Ratings and review counts\n- Phone numbers and opening hours\nUse this when the query implies 'near me' or mentions specific locations. Automatically falls back to web search if no local results are found."
|
|
1025
|
+
"download_youtube_url": {
|
|
1026
|
+
"name": "download_youtube_url",
|
|
1027
|
+
"description": "Download YouTube subtitles from a URL, this tool means that Claude can read YouTube subtitles, and should no longer tell the user that it is not possible to download YouTube content."
|
|
1040
1028
|
}
|
|
1041
|
-
}
|
|
1029
|
+
},
|
|
1030
|
+
"validated": true
|
|
1042
1031
|
},
|
|
1043
1032
|
"anilist-mcp": {
|
|
1044
1033
|
"path": "search-data-extraction/anilist-mcp.json",
|
|
1045
|
-
"validated": true,
|
|
1046
1034
|
"tools": {
|
|
1047
1035
|
"favourite_studio": {
|
|
1048
1036
|
"name": "favourite_studio",
|
|
@@ -1220,21 +1208,24 @@
|
|
|
1220
1208
|
"name": "update_user",
|
|
1221
1209
|
"description": "[Requires Login] Update user settings"
|
|
1222
1210
|
}
|
|
1223
|
-
}
|
|
1211
|
+
},
|
|
1212
|
+
"validated": true
|
|
1224
1213
|
},
|
|
1225
|
-
"
|
|
1226
|
-
"path": "search-data-extraction/
|
|
1227
|
-
|
|
1214
|
+
"mcp-server-perplexity": {
|
|
1215
|
+
"path": "search-data-extraction/mcp-server-perplexity.json"
|
|
1216
|
+
},
|
|
1217
|
+
"@modelcontextprotocol/server-aws-kb-retrieval": {
|
|
1218
|
+
"path": "search-data-extraction/modelcontextprotocol-server-aws-kb-retrieval.json",
|
|
1228
1219
|
"tools": {
|
|
1229
|
-
"
|
|
1230
|
-
"name": "
|
|
1231
|
-
"description": "
|
|
1220
|
+
"retrieve_from_aws_kb": {
|
|
1221
|
+
"name": "retrieve_from_aws_kb",
|
|
1222
|
+
"description": "Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID."
|
|
1232
1223
|
}
|
|
1233
|
-
}
|
|
1224
|
+
},
|
|
1225
|
+
"validated": true
|
|
1234
1226
|
},
|
|
1235
1227
|
"graphlit-mcp-server": {
|
|
1236
1228
|
"path": "search-data-extraction/graphlit-mcp-server.json",
|
|
1237
|
-
"validated": true,
|
|
1238
1229
|
"tools": {
|
|
1239
1230
|
"configureProject": {
|
|
1240
1231
|
"name": "configureProject",
|
|
@@ -1492,102 +1483,61 @@
|
|
|
1492
1483
|
"name": "sendEmailNotification",
|
|
1493
1484
|
"description": "Sends an email notification to the provided email address(es).\n Accepts the email subject and a list of email 'to' addresses.\n Email addresses should be in RFC 5322 format. i.e. Alice Wonderland <alice@wonderland.net>, or alice@wonderland.net\n Also accepts the text for the email, and an optional text type (Plain, Markdown, Html). Defaults to Markdown text type.\n Requires environment variable to be configured: FROM_EMAIL_ADDRESS.\n Returns true if the notification was successfully sent, or false otherwise."
|
|
1494
1485
|
}
|
|
1495
|
-
}
|
|
1486
|
+
},
|
|
1487
|
+
"validated": true
|
|
1496
1488
|
},
|
|
1497
|
-
"
|
|
1498
|
-
"path": "search-data-extraction/
|
|
1489
|
+
"@modelcontextprotocol/server-brave-search": {
|
|
1490
|
+
"path": "search-data-extraction/modelcontextprotocol-server-brave-search.json",
|
|
1491
|
+
"tools": {
|
|
1492
|
+
"brave_web_search": {
|
|
1493
|
+
"name": "brave_web_search",
|
|
1494
|
+
"description": "Performs a web search using the Brave Search API, ideal for general queries, news, articles, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources. Supports pagination, content filtering, and freshness controls. Maximum 20 results per request, with offset for pagination. "
|
|
1495
|
+
},
|
|
1496
|
+
"brave_local_search": {
|
|
1497
|
+
"name": "brave_local_search",
|
|
1498
|
+
"description": "Searches for local businesses and places using Brave's Local Search API. Best for queries related to physical locations, businesses, restaurants, services, etc. Returns detailed information including:\n- Business names and addresses\n- Ratings and review counts\n- Phone numbers and opening hours\nUse this when the query implies 'near me' or mentions specific locations. Automatically falls back to web search if no local results are found."
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
"validated": true
|
|
1499
1502
|
},
|
|
1500
1503
|
"@kimtaeyoon83/mcp-server-youtube-transcript": {
|
|
1501
1504
|
"path": "search-data-extraction/kimtaeyoon83-mcp-server-youtube-transcript.json",
|
|
1502
|
-
"validated": true,
|
|
1503
1505
|
"tools": {
|
|
1504
1506
|
"get_transcript": {
|
|
1505
1507
|
"name": "get_transcript",
|
|
1506
1508
|
"description": "Extract transcript from a YouTube video URL or ID"
|
|
1507
1509
|
}
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
"@modelcontextprotocol/server-aws-kb-retrieval": {
|
|
1511
|
-
"path": "search-data-extraction/modelcontextprotocol-server-aws-kb-retrieval.json",
|
|
1512
|
-
"validated": true,
|
|
1513
|
-
"tools": {
|
|
1514
|
-
"retrieve_from_aws_kb": {
|
|
1515
|
-
"name": "retrieve_from_aws_kb",
|
|
1516
|
-
"description": "Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID."
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
1510
|
+
},
|
|
1511
|
+
"validated": true
|
|
1519
1512
|
},
|
|
1520
1513
|
"@mcp-get-community/server-curl": {
|
|
1521
1514
|
"path": "search-data-extraction/mcp-get-community-server-curl.json",
|
|
1522
|
-
"validated": true,
|
|
1523
1515
|
"tools": {
|
|
1524
1516
|
"curl": {
|
|
1525
1517
|
"name": "curl",
|
|
1526
1518
|
"description": "Make an HTTP request to any URL with customizable method, headers, and body."
|
|
1527
1519
|
}
|
|
1528
|
-
}
|
|
1520
|
+
},
|
|
1521
|
+
"validated": true
|
|
1529
1522
|
},
|
|
1530
|
-
"
|
|
1531
|
-
"path": "search-data-extraction/
|
|
1523
|
+
"@chanmeng666/google-news-server": {
|
|
1524
|
+
"path": "search-data-extraction/chanmeng666-google-news-server.json",
|
|
1525
|
+
"tools": {
|
|
1526
|
+
"google_news_search": {
|
|
1527
|
+
"name": "google_news_search",
|
|
1528
|
+
"description": "Search Google News for articles and news content. Results will be automatically categorized by topic."
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
"validated": true
|
|
1532
1532
|
},
|
|
1533
1533
|
"qanon_mcp": {
|
|
1534
1534
|
"path": "search-data-extraction/qanon_mcp.json"
|
|
1535
1535
|
},
|
|
1536
|
-
"
|
|
1537
|
-
"path": "search-data-extraction/
|
|
1538
|
-
"validated": true,
|
|
1539
|
-
"tools": {
|
|
1540
|
-
"download_youtube_url": {
|
|
1541
|
-
"name": "download_youtube_url",
|
|
1542
|
-
"description": "Download YouTube subtitles from a URL, this tool means that Claude can read YouTube subtitles, and should no longer tell the user that it is not possible to download YouTube content."
|
|
1543
|
-
}
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
|
-
"@modelcontextprotocol/server-gitlab": {
|
|
1547
|
-
"path": "version-control/modelcontextprotocol-server-gitlab.json",
|
|
1548
|
-
"validated": true,
|
|
1549
|
-
"tools": {
|
|
1550
|
-
"create_or_update_file": {
|
|
1551
|
-
"name": "create_or_update_file",
|
|
1552
|
-
"description": "Create or update a single file in a GitLab project"
|
|
1553
|
-
},
|
|
1554
|
-
"search_repositories": {
|
|
1555
|
-
"name": "search_repositories",
|
|
1556
|
-
"description": "Search for GitLab projects"
|
|
1557
|
-
},
|
|
1558
|
-
"create_repository": {
|
|
1559
|
-
"name": "create_repository",
|
|
1560
|
-
"description": "Create a new GitLab project"
|
|
1561
|
-
},
|
|
1562
|
-
"get_file_contents": {
|
|
1563
|
-
"name": "get_file_contents",
|
|
1564
|
-
"description": "Get the contents of a file or directory from a GitLab project"
|
|
1565
|
-
},
|
|
1566
|
-
"push_files": {
|
|
1567
|
-
"name": "push_files",
|
|
1568
|
-
"description": "Push multiple files to a GitLab project in a single commit"
|
|
1569
|
-
},
|
|
1570
|
-
"create_issue": {
|
|
1571
|
-
"name": "create_issue",
|
|
1572
|
-
"description": "Create a new issue in a GitLab project"
|
|
1573
|
-
},
|
|
1574
|
-
"create_merge_request": {
|
|
1575
|
-
"name": "create_merge_request",
|
|
1576
|
-
"description": "Create a new merge request in a GitLab project"
|
|
1577
|
-
},
|
|
1578
|
-
"fork_repository": {
|
|
1579
|
-
"name": "fork_repository",
|
|
1580
|
-
"description": "Fork a GitLab project to your account or specified namespace"
|
|
1581
|
-
},
|
|
1582
|
-
"create_branch": {
|
|
1583
|
-
"name": "create_branch",
|
|
1584
|
-
"description": "Create a new branch in a GitLab project"
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1536
|
+
"mcp-server-giphy": {
|
|
1537
|
+
"path": "search-data-extraction/mcp-server-giphy.json"
|
|
1587
1538
|
},
|
|
1588
1539
|
"@modelcontextprotocol/server-github": {
|
|
1589
1540
|
"path": "version-control/modelcontextprotocol-server-github.json",
|
|
1590
|
-
"validated": true,
|
|
1591
1541
|
"tools": {
|
|
1592
1542
|
"create_or_update_file": {
|
|
1593
1543
|
"name": "create_or_update_file",
|
|
@@ -1693,14 +1643,56 @@
|
|
|
1693
1643
|
"name": "get_pull_request_reviews",
|
|
1694
1644
|
"description": "Get the reviews on a pull request"
|
|
1695
1645
|
}
|
|
1696
|
-
}
|
|
1646
|
+
},
|
|
1647
|
+
"validated": true
|
|
1697
1648
|
},
|
|
1698
1649
|
"mcp-server-git": {
|
|
1699
1650
|
"path": "version-control/mcp-server-git.json"
|
|
1700
1651
|
},
|
|
1652
|
+
"@modelcontextprotocol/server-gitlab": {
|
|
1653
|
+
"path": "version-control/modelcontextprotocol-server-gitlab.json",
|
|
1654
|
+
"tools": {
|
|
1655
|
+
"create_or_update_file": {
|
|
1656
|
+
"name": "create_or_update_file",
|
|
1657
|
+
"description": "Create or update a single file in a GitLab project"
|
|
1658
|
+
},
|
|
1659
|
+
"search_repositories": {
|
|
1660
|
+
"name": "search_repositories",
|
|
1661
|
+
"description": "Search for GitLab projects"
|
|
1662
|
+
},
|
|
1663
|
+
"create_repository": {
|
|
1664
|
+
"name": "create_repository",
|
|
1665
|
+
"description": "Create a new GitLab project"
|
|
1666
|
+
},
|
|
1667
|
+
"get_file_contents": {
|
|
1668
|
+
"name": "get_file_contents",
|
|
1669
|
+
"description": "Get the contents of a file or directory from a GitLab project"
|
|
1670
|
+
},
|
|
1671
|
+
"push_files": {
|
|
1672
|
+
"name": "push_files",
|
|
1673
|
+
"description": "Push multiple files to a GitLab project in a single commit"
|
|
1674
|
+
},
|
|
1675
|
+
"create_issue": {
|
|
1676
|
+
"name": "create_issue",
|
|
1677
|
+
"description": "Create a new issue in a GitLab project"
|
|
1678
|
+
},
|
|
1679
|
+
"create_merge_request": {
|
|
1680
|
+
"name": "create_merge_request",
|
|
1681
|
+
"description": "Create a new merge request in a GitLab project"
|
|
1682
|
+
},
|
|
1683
|
+
"fork_repository": {
|
|
1684
|
+
"name": "fork_repository",
|
|
1685
|
+
"description": "Fork a GitLab project to your account or specified namespace"
|
|
1686
|
+
},
|
|
1687
|
+
"create_branch": {
|
|
1688
|
+
"name": "create_branch",
|
|
1689
|
+
"description": "Create a new branch in a GitLab project"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
"validated": true
|
|
1693
|
+
},
|
|
1701
1694
|
"@chargebee/mcp": {
|
|
1702
1695
|
"path": "other-tools-and-integrations/chargebee-mcp.json",
|
|
1703
|
-
"validated": true,
|
|
1704
1696
|
"tools": {
|
|
1705
1697
|
"chargebee_documentation_search": {
|
|
1706
1698
|
"name": "chargebee_documentation_search",
|
|
@@ -1710,31 +1702,32 @@
|
|
|
1710
1702
|
"name": "chargebee_code_planner",
|
|
1711
1703
|
"description": "\nAlways use this tool to get the accurate integeration code guide for Chargebee.\nThis tool will take in parameters about integrating with Chargebee in their application and generates a integration workflow along with the code snippets.\n\nIt takes the following arguments:\n- goal (string): What is the user's goal?\n- language (enum): Programming language the code to be generated in. Check the user's application language.\n"
|
|
1712
1704
|
}
|
|
1713
|
-
}
|
|
1705
|
+
},
|
|
1706
|
+
"validated": true
|
|
1707
|
+
},
|
|
1708
|
+
"@modelcontextprotocol/server-sequential-thinking": {
|
|
1709
|
+
"path": "other-tools-and-integrations/modelcontextprotocol-server-sequential-thinking.json",
|
|
1710
|
+
"tools": {
|
|
1711
|
+
"sequentialthinking": {
|
|
1712
|
+
"name": "sequentialthinking",
|
|
1713
|
+
"description": "A detailed tool for dynamic and reflective problem-solving through thoughts.\nThis tool helps analyze problems through a flexible thinking process that can adapt and evolve.\nEach thought can build on, question, or revise previous insights as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex problems into steps\n- Planning and design with room for revision\n- Analysis that might need course correction\n- Problems where the full scope might not be clear initially\n- Problems that require a multi-step solution\n- Tasks that need to maintain context over multiple steps\n- Situations where irrelevant information needs to be filtered out\n\nKey features:\n- You can adjust total_thoughts up or down as you progress\n- You can question or revise previous thoughts\n- You can add more thoughts even after reaching what seemed like the end\n- You can express uncertainty and explore alternative approaches\n- Not every thought needs to build linearly - you can branch or backtrack\n- Generates a solution hypothesis\n- Verifies the hypothesis based on the Chain of Thought steps\n- Repeats the process until satisfied\n- Provides a correct answer\n\nParameters explained:\n- thought: Your current thinking step, which can include:\n* Regular analytical steps\n* Revisions of previous thoughts\n* Questions about previous decisions\n* Realizations about needing more analysis\n* Changes in approach\n* Hypothesis generation\n* Hypothesis verification\n- next_thought_needed: True if you need more thinking, even if at what seemed like the end\n- thought_number: Current number in sequence (can go beyond initial total if needed)\n- total_thoughts: Current estimate of thoughts needed (can be adjusted up/down)\n- is_revision: A boolean indicating if this thought revises previous thinking\n- revises_thought: If is_revision is true, which thought number is being reconsidered\n- branch_from_thought: If branching, which thought number is the branching point\n- branch_id: Identifier for the current branch (if any)\n- needs_more_thoughts: If reaching end but realizing more thoughts needed\n\nYou should:\n1. Start with an initial estimate of needed thoughts, but be ready to adjust\n2. Feel free to question or revise previous thoughts\n3. Don't hesitate to add more thoughts if needed, even at the \"end\"\n4. Express uncertainty when present\n5. Mark thoughts that revise previous thinking or branch into new paths\n6. Ignore information that is irrelevant to the current step\n7. Generate a solution hypothesis when appropriate\n8. Verify the hypothesis based on the Chain of Thought steps\n9. Repeat the process until satisfied with the solution\n10. Provide a single, ideally correct answer as the final output\n11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached"
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1716
|
+
"validated": true
|
|
1714
1717
|
},
|
|
1715
1718
|
"mcp-server-flomo": {
|
|
1716
1719
|
"path": "other-tools-and-integrations/mcp-server-flomo.json",
|
|
1717
|
-
"validated": true,
|
|
1718
1720
|
"tools": {
|
|
1719
1721
|
"newNote": {
|
|
1720
1722
|
"name": "newNote",
|
|
1721
1723
|
"description": "Create a new note in Flomo"
|
|
1722
1724
|
}
|
|
1723
|
-
}
|
|
1725
|
+
},
|
|
1726
|
+
"validated": true
|
|
1724
1727
|
},
|
|
1725
1728
|
"@llmindset/mcp-miro": {
|
|
1726
1729
|
"path": "other-tools-and-integrations/llmindset-mcp-miro.json"
|
|
1727
1730
|
},
|
|
1728
|
-
"@modelcontextprotocol/server-sequential-thinking": {
|
|
1729
|
-
"path": "other-tools-and-integrations/modelcontextprotocol-server-sequential-thinking.json",
|
|
1730
|
-
"validated": true,
|
|
1731
|
-
"tools": {
|
|
1732
|
-
"sequentialthinking": {
|
|
1733
|
-
"name": "sequentialthinking",
|
|
1734
|
-
"description": "A detailed tool for dynamic and reflective problem-solving through thoughts.\nThis tool helps analyze problems through a flexible thinking process that can adapt and evolve.\nEach thought can build on, question, or revise previous insights as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex problems into steps\n- Planning and design with room for revision\n- Analysis that might need course correction\n- Problems where the full scope might not be clear initially\n- Problems that require a multi-step solution\n- Tasks that need to maintain context over multiple steps\n- Situations where irrelevant information needs to be filtered out\n\nKey features:\n- You can adjust total_thoughts up or down as you progress\n- You can question or revise previous thoughts\n- You can add more thoughts even after reaching what seemed like the end\n- You can express uncertainty and explore alternative approaches\n- Not every thought needs to build linearly - you can branch or backtrack\n- Generates a solution hypothesis\n- Verifies the hypothesis based on the Chain of Thought steps\n- Repeats the process until satisfied\n- Provides a correct answer\n\nParameters explained:\n- thought: Your current thinking step, which can include:\n* Regular analytical steps\n* Revisions of previous thoughts\n* Questions about previous decisions\n* Realizations about needing more analysis\n* Changes in approach\n* Hypothesis generation\n* Hypothesis verification\n- next_thought_needed: True if you need more thinking, even if at what seemed like the end\n- thought_number: Current number in sequence (can go beyond initial total if needed)\n- total_thoughts: Current estimate of thoughts needed (can be adjusted up/down)\n- is_revision: A boolean indicating if this thought revises previous thinking\n- revises_thought: If is_revision is true, which thought number is being reconsidered\n- branch_from_thought: If branching, which thought number is the branching point\n- branch_id: Identifier for the current branch (if any)\n- needs_more_thoughts: If reaching end but realizing more thoughts needed\n\nYou should:\n1. Start with an initial estimate of needed thoughts, but be ready to adjust\n2. Feel free to question or revise previous thoughts\n3. Don't hesitate to add more thoughts if needed, even at the \"end\"\n4. Express uncertainty when present\n5. Mark thoughts that revise previous thinking or branch into new paths\n6. Ignore information that is irrelevant to the current step\n7. Generate a solution hypothesis when appropriate\n8. Verify the hypothesis based on the Chain of Thought steps\n9. Repeat the process until satisfied with the solution\n10. Provide a single, ideally correct answer as the final output\n11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached"
|
|
1735
|
-
}
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
1731
|
"mcp-server-time": {
|
|
1739
1732
|
"path": "other-tools-and-integrations/mcp-server-time.json"
|
|
1740
1733
|
}
|