@toolsdk.ai/registry 1.0.89 → 1.0.91
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 +3783 -3783
- package/dist/helper.js +6 -0
- package/indexes/categories-list.json +3767 -3767
- package/indexes/packages-list.json +27 -147
- package/package.json +4 -4
- package/packages/browser-automation/kwp-lab-mcp-fetch.json +10 -0
- package/packages/data-science-tools/antv-mcp-server-chart.json +3 -2
- package/packages/databases/kevinwatt-mysql-mcp.json +1 -1
- package/packages/knowledge-memory/mem0-mcp-server.json +16 -0
- package/packages/browser-automation/executeautomation-playwright-mcp-server.json +0 -10
- package/packages/search-data-extraction/mcp-server-google-search-mcp.json +0 -10
|
@@ -140,141 +140,6 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
|
-
"@executeautomation/playwright-mcp-server": {
|
|
144
|
-
"category": "browser-automation",
|
|
145
|
-
"path": "browser-automation/executeautomation-playwright-mcp-server.json",
|
|
146
|
-
"validated": true,
|
|
147
|
-
"tools": {
|
|
148
|
-
"start_codegen_session": {
|
|
149
|
-
"name": "start_codegen_session",
|
|
150
|
-
"description": "Start a new code generation session to record Playwright actions"
|
|
151
|
-
},
|
|
152
|
-
"end_codegen_session": {
|
|
153
|
-
"name": "end_codegen_session",
|
|
154
|
-
"description": "End a code generation session and generate the test file"
|
|
155
|
-
},
|
|
156
|
-
"get_codegen_session": {
|
|
157
|
-
"name": "get_codegen_session",
|
|
158
|
-
"description": "Get information about a code generation session"
|
|
159
|
-
},
|
|
160
|
-
"clear_codegen_session": {
|
|
161
|
-
"name": "clear_codegen_session",
|
|
162
|
-
"description": "Clear a code generation session without generating a test"
|
|
163
|
-
},
|
|
164
|
-
"playwright_navigate": {
|
|
165
|
-
"name": "playwright_navigate",
|
|
166
|
-
"description": "Navigate to a URL"
|
|
167
|
-
},
|
|
168
|
-
"playwright_screenshot": {
|
|
169
|
-
"name": "playwright_screenshot",
|
|
170
|
-
"description": "Take a screenshot of the current page or a specific element"
|
|
171
|
-
},
|
|
172
|
-
"playwright_click": {
|
|
173
|
-
"name": "playwright_click",
|
|
174
|
-
"description": "Click an element on the page"
|
|
175
|
-
},
|
|
176
|
-
"playwright_iframe_click": {
|
|
177
|
-
"name": "playwright_iframe_click",
|
|
178
|
-
"description": "Click an element in an iframe on the page"
|
|
179
|
-
},
|
|
180
|
-
"playwright_iframe_fill": {
|
|
181
|
-
"name": "playwright_iframe_fill",
|
|
182
|
-
"description": "Fill an element in an iframe on the page"
|
|
183
|
-
},
|
|
184
|
-
"playwright_fill": {
|
|
185
|
-
"name": "playwright_fill",
|
|
186
|
-
"description": "fill out an input field"
|
|
187
|
-
},
|
|
188
|
-
"playwright_select": {
|
|
189
|
-
"name": "playwright_select",
|
|
190
|
-
"description": "Select an element on the page with Select tag"
|
|
191
|
-
},
|
|
192
|
-
"playwright_hover": {
|
|
193
|
-
"name": "playwright_hover",
|
|
194
|
-
"description": "Hover an element on the page"
|
|
195
|
-
},
|
|
196
|
-
"playwright_upload_file": {
|
|
197
|
-
"name": "playwright_upload_file",
|
|
198
|
-
"description": "Upload a file to an input[type='file'] element on the page"
|
|
199
|
-
},
|
|
200
|
-
"playwright_evaluate": {
|
|
201
|
-
"name": "playwright_evaluate",
|
|
202
|
-
"description": "Execute JavaScript in the browser console"
|
|
203
|
-
},
|
|
204
|
-
"playwright_console_logs": {
|
|
205
|
-
"name": "playwright_console_logs",
|
|
206
|
-
"description": "Retrieve console logs from the browser with filtering options"
|
|
207
|
-
},
|
|
208
|
-
"playwright_close": {
|
|
209
|
-
"name": "playwright_close",
|
|
210
|
-
"description": "Close the browser and release all resources"
|
|
211
|
-
},
|
|
212
|
-
"playwright_get": {
|
|
213
|
-
"name": "playwright_get",
|
|
214
|
-
"description": "Perform an HTTP GET request"
|
|
215
|
-
},
|
|
216
|
-
"playwright_post": {
|
|
217
|
-
"name": "playwright_post",
|
|
218
|
-
"description": "Perform an HTTP POST request"
|
|
219
|
-
},
|
|
220
|
-
"playwright_put": {
|
|
221
|
-
"name": "playwright_put",
|
|
222
|
-
"description": "Perform an HTTP PUT request"
|
|
223
|
-
},
|
|
224
|
-
"playwright_patch": {
|
|
225
|
-
"name": "playwright_patch",
|
|
226
|
-
"description": "Perform an HTTP PATCH request"
|
|
227
|
-
},
|
|
228
|
-
"playwright_delete": {
|
|
229
|
-
"name": "playwright_delete",
|
|
230
|
-
"description": "Perform an HTTP DELETE request"
|
|
231
|
-
},
|
|
232
|
-
"playwright_expect_response": {
|
|
233
|
-
"name": "playwright_expect_response",
|
|
234
|
-
"description": "Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion."
|
|
235
|
-
},
|
|
236
|
-
"playwright_assert_response": {
|
|
237
|
-
"name": "playwright_assert_response",
|
|
238
|
-
"description": "Wait for and validate a previously initiated HTTP response wait operation."
|
|
239
|
-
},
|
|
240
|
-
"playwright_custom_user_agent": {
|
|
241
|
-
"name": "playwright_custom_user_agent",
|
|
242
|
-
"description": "Set a custom User Agent for the browser"
|
|
243
|
-
},
|
|
244
|
-
"playwright_get_visible_text": {
|
|
245
|
-
"name": "playwright_get_visible_text",
|
|
246
|
-
"description": "Get the visible text content of the current page"
|
|
247
|
-
},
|
|
248
|
-
"playwright_get_visible_html": {
|
|
249
|
-
"name": "playwright_get_visible_html",
|
|
250
|
-
"description": "Get the HTML content of the current page. By default, all <script> tags are removed from the output unless removeScripts is explicitly set to false."
|
|
251
|
-
},
|
|
252
|
-
"playwright_go_back": {
|
|
253
|
-
"name": "playwright_go_back",
|
|
254
|
-
"description": "Navigate back in browser history"
|
|
255
|
-
},
|
|
256
|
-
"playwright_go_forward": {
|
|
257
|
-
"name": "playwright_go_forward",
|
|
258
|
-
"description": "Navigate forward in browser history"
|
|
259
|
-
},
|
|
260
|
-
"playwright_drag": {
|
|
261
|
-
"name": "playwright_drag",
|
|
262
|
-
"description": "Drag an element to a target location"
|
|
263
|
-
},
|
|
264
|
-
"playwright_press_key": {
|
|
265
|
-
"name": "playwright_press_key",
|
|
266
|
-
"description": "Press a keyboard key"
|
|
267
|
-
},
|
|
268
|
-
"playwright_save_as_pdf": {
|
|
269
|
-
"name": "playwright_save_as_pdf",
|
|
270
|
-
"description": "Save the current page as a PDF file"
|
|
271
|
-
},
|
|
272
|
-
"playwright_click_and_switch_tab": {
|
|
273
|
-
"name": "playwright_click_and_switch_tab",
|
|
274
|
-
"description": "Click a link and switch to the newly opened tab"
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
143
|
"tavily-mcp": {
|
|
279
144
|
"category": "search-data-extraction",
|
|
280
145
|
"path": "search-data-extraction/tavily-mcp.json",
|
|
@@ -951,7 +816,7 @@
|
|
|
951
816
|
},
|
|
952
817
|
"@raygun.io/mcp-server-raygun": {
|
|
953
818
|
"category": "monitoring",
|
|
954
|
-
"path": "monitoring/raygun
|
|
819
|
+
"path": "monitoring/raygun.io-mcp-server-raygun.json",
|
|
955
820
|
"validated": true,
|
|
956
821
|
"tools": {
|
|
957
822
|
"list_applications": {
|
|
@@ -37537,17 +37402,6 @@
|
|
|
37537
37402
|
"validated": false,
|
|
37538
37403
|
"tools": {}
|
|
37539
37404
|
},
|
|
37540
|
-
"@mcp-server/google-search-mcp": {
|
|
37541
|
-
"category": "search-data-extraction",
|
|
37542
|
-
"path": "search-data-extraction/mcp-server-google-search-mcp.json",
|
|
37543
|
-
"validated": true,
|
|
37544
|
-
"tools": {
|
|
37545
|
-
"search": {
|
|
37546
|
-
"name": "search",
|
|
37547
|
-
"description": ""
|
|
37548
|
-
}
|
|
37549
|
-
}
|
|
37550
|
-
},
|
|
37551
37405
|
"@rikachu225/pubmed-server": {
|
|
37552
37406
|
"category": "search-data-extraction",
|
|
37553
37407
|
"path": "search-data-extraction/rikachu225-pubmed-server.json",
|
|
@@ -43382,5 +43236,31 @@
|
|
|
43382
43236
|
"path": "communication/cocal-google-calendar-mcp.json",
|
|
43383
43237
|
"validated": false,
|
|
43384
43238
|
"tools": {}
|
|
43239
|
+
},
|
|
43240
|
+
"@kwp-lab/mcp-fetch": {
|
|
43241
|
+
"category": "browser-automation",
|
|
43242
|
+
"path": "browser-automation/kwp-lab-mcp-fetch.json",
|
|
43243
|
+
"validated": true,
|
|
43244
|
+
"tools": {
|
|
43245
|
+
"fetch": {
|
|
43246
|
+
"name": "fetch",
|
|
43247
|
+
"description": "Retrieves URLs from the Internet and extracts their content as markdown. If images are found, their URLs will be included in the response."
|
|
43248
|
+
}
|
|
43249
|
+
}
|
|
43250
|
+
},
|
|
43251
|
+
"@mem0/mcp-server": {
|
|
43252
|
+
"category": "knowledge-memory",
|
|
43253
|
+
"path": "knowledge-memory/mem0-mcp-server.json",
|
|
43254
|
+
"validated": true,
|
|
43255
|
+
"tools": {
|
|
43256
|
+
"add-memory": {
|
|
43257
|
+
"name": "add-memory",
|
|
43258
|
+
"description": "Add a new memory. This method is called everytime the user informs anything about themselves, their preferences, or anything that has any relevent information whcih can be useful in the future conversation. This can also be called when the user asks you to remember something."
|
|
43259
|
+
},
|
|
43260
|
+
"search-memories": {
|
|
43261
|
+
"name": "search-memories",
|
|
43262
|
+
"description": "Search through stored memories. This method is called ANYTIME the user asks anything."
|
|
43263
|
+
}
|
|
43264
|
+
}
|
|
43385
43265
|
}
|
|
43386
43266
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.91",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./config/*": "./config/*",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"@kazuph/mcp-screenshot": "1.0.4",
|
|
38
38
|
"@modelcontextprotocol/server-everything": "2025.5.12",
|
|
39
39
|
"mcp-server-stability-ai": "0.2.0",
|
|
40
|
-
"@executeautomation/playwright-mcp-server": "1.0.6",
|
|
41
40
|
"@toolsdk.ai/tavily-mcp": "0.2.7",
|
|
42
41
|
"@automatalabs/mcp-server-playwright": "1.2.1",
|
|
43
42
|
"hyperbrowser-mcp": "1.0.25",
|
|
@@ -527,7 +526,6 @@
|
|
|
527
526
|
"mcp-trends-hub": "1.6.2",
|
|
528
527
|
"@mcp-server/whois-mcp": "1.0.1",
|
|
529
528
|
"ref-tools-mcp": "2.0.0",
|
|
530
|
-
"@mcp-server/google-search-mcp": "1.0.3",
|
|
531
529
|
"@sean.lee/server-youtube-transcription": "0.0.6",
|
|
532
530
|
"@mzxrai/mcp-webresearch": "0.1.7",
|
|
533
531
|
"mcp-copy-web-ui": "0.0.1",
|
|
@@ -617,7 +615,9 @@
|
|
|
617
615
|
"@pinkpixel/mcpollinations": "1.1.1",
|
|
618
616
|
"pulsemcp-server": "0.1.2",
|
|
619
617
|
"mcp-chain-of-draft-server": "1.1.0",
|
|
620
|
-
"a11y-mcp-server": "1.0.14"
|
|
618
|
+
"a11y-mcp-server": "1.0.14",
|
|
619
|
+
"@kwp-lab/mcp-fetch": "0.9.5",
|
|
620
|
+
"@mem0/mcp-server": "0.0.1"
|
|
621
621
|
},
|
|
622
622
|
"devDependencies": {
|
|
623
623
|
"@eslint/js": "^9.27.0",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@kwp-lab/mcp-fetch",
|
|
4
|
+
"description": "A Model Context Protocol server that provides web content fetching capabilities",
|
|
5
|
+
"url": "https://github.com/kwp-lab/mcp-fetch",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "MCP Fetch"
|
|
10
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
+
"logo": "https://avatars.githubusercontent.com/u/19199542?s=480&v=4",
|
|
3
4
|
"packageName": "@antv/mcp-server-chart",
|
|
4
|
-
"description": "
|
|
5
|
+
"description": "A visualization mcp contains 25+ visual charts using @antvis. Using for chart generation and data analysis.",
|
|
5
6
|
"url": "https://github.com/antvis/mcp-server-chart",
|
|
6
7
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"env": {
|
|
9
10
|
"VIS_REQUEST_SERVER": {
|
|
10
11
|
"description": "<YOUR_VIS_REQUEST_SERVER>",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"logo": "
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1255113654049128448/J5Yt92WW_400x400.png",
|
|
4
4
|
"packageName": "@kevinwatt/mysql-mcp",
|
|
5
5
|
"description": "Provides secure MySQL database access for LLMs, enabling read/write operations with transaction support and security features for AI-assisted data management tasks.",
|
|
6
6
|
"url": "https://github.com/kevinwatt/mysql-mcp",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://avatars.githubusercontent.com/u/137054526?s=480&v=4",
|
|
4
|
+
"packageName": "@mem0/mcp-server",
|
|
5
|
+
"description": "A Model Context Protocol (MCP) server that provides memory storage and retrieval capabilities using Mem0. This tool allows you to store and search through memories, making it useful for maintaining context and making informed decisions based on past interactions.",
|
|
6
|
+
"url": "https://github.com/mem0ai/mem0-mcp",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"MEM0_API_KEY": {
|
|
11
|
+
"description": "YOUR-API-KEY-HERE",
|
|
12
|
+
"required": true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"name": "Mem0 MCP Server"
|
|
16
|
+
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "mcp-server",
|
|
3
|
-
"packageName": "@executeautomation/playwright-mcp-server",
|
|
4
|
-
"description": "Automate web browsers for testing, scraping, and visual analysis.",
|
|
5
|
-
"url": "https://github.com/executeautomation/mcp-playwright",
|
|
6
|
-
"runtime": "node",
|
|
7
|
-
"license": "unknown",
|
|
8
|
-
"env": {},
|
|
9
|
-
"name": "Playwright MCP Server"
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "mcp-server",
|
|
3
|
-
"packageName": "@mcp-server/google-search-mcp",
|
|
4
|
-
"description": "Bypasses Google search anti-bot mechanisms with advanced browser fingerprinting and automatic CAPTCHA handling to provide real-time, multi-language search capabilities for external tools.",
|
|
5
|
-
"url": "https://github.com/modelcontextprotocol-servers/google-search-mcp",
|
|
6
|
-
"runtime": "node",
|
|
7
|
-
"license": "unknown",
|
|
8
|
-
"env": {},
|
|
9
|
-
"name": "Google Search MCP"
|
|
10
|
-
}
|