@toolsdk.ai/registry 1.0.43 → 1.0.45
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/config/featured.mjs +5 -5
- package/indexes/packages-list.json +79 -72
- package/package.json +58 -49
- package/schema.ts +0 -64
- package/types.ts +0 -8
package/config/featured.mjs
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export default [
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
"@modelcontextprotocol/server-github",
|
|
10
|
+
"@modelcontextprotocol/server-brave-search",
|
|
11
|
+
"@modelcontextprotocol/server-everart",
|
|
12
|
+
"@modelcontextprotocol/server-slack",
|
|
13
|
+
"@modelcontextprotocol/server-google-maps"
|
|
14
14
|
];
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@kazuph/mcp-screenshot": {
|
|
3
3
|
"path": "uncategorized/kazuph-mcp-screenshot.json",
|
|
4
|
+
"validated": true,
|
|
4
5
|
"tools": {
|
|
5
6
|
"capture": {
|
|
6
7
|
"name": "capture",
|
|
7
8
|
"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."
|
|
8
9
|
}
|
|
9
|
-
}
|
|
10
|
-
"validated": true
|
|
10
|
+
}
|
|
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,
|
|
17
18
|
"tools": {
|
|
18
19
|
"echo": {
|
|
19
20
|
"name": "echo",
|
|
@@ -47,14 +48,21 @@
|
|
|
47
48
|
"name": "getResourceReference",
|
|
48
49
|
"description": "Returns a resource reference that can be used by MCP clients"
|
|
49
50
|
}
|
|
50
|
-
}
|
|
51
|
-
"validated": true
|
|
51
|
+
}
|
|
52
52
|
},
|
|
53
53
|
"@modelcontextprotocol/server-everart": {
|
|
54
|
-
"path": "art-and-culture/modelcontextprotocol-server-everart.json"
|
|
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
|
+
}
|
|
55
62
|
},
|
|
56
63
|
"mcp-server-stability-ai": {
|
|
57
64
|
"path": "art-and-culture/mcp-server-stability-ai.json",
|
|
65
|
+
"validated": true,
|
|
58
66
|
"tools": {
|
|
59
67
|
"stability-ai-generate-image": {
|
|
60
68
|
"name": "stability-ai-generate-image",
|
|
@@ -108,11 +116,11 @@
|
|
|
108
116
|
"name": "stability-ai-control-structure",
|
|
109
117
|
"description": "Generate a new image while maintaining the structure of a reference image"
|
|
110
118
|
}
|
|
111
|
-
}
|
|
112
|
-
"validated": true
|
|
119
|
+
}
|
|
113
120
|
},
|
|
114
121
|
"hyperbrowser-mcp": {
|
|
115
122
|
"path": "browser-automation/hyperbrowser-mcp.json",
|
|
123
|
+
"validated": true,
|
|
116
124
|
"tools": {
|
|
117
125
|
"scrape_webpage": {
|
|
118
126
|
"name": "scrape_webpage",
|
|
@@ -154,11 +162,11 @@
|
|
|
154
162
|
"name": "list_profiles",
|
|
155
163
|
"description": "Lists existing persistent Hyperbrowser profiles, with optional pagination."
|
|
156
164
|
}
|
|
157
|
-
}
|
|
158
|
-
"validated": true
|
|
165
|
+
}
|
|
159
166
|
},
|
|
160
167
|
"tavily-mcp": {
|
|
161
168
|
"path": "browser-automation/tavily-mcp.json",
|
|
169
|
+
"validated": true,
|
|
162
170
|
"tools": {
|
|
163
171
|
"tavily-search": {
|
|
164
172
|
"name": "tavily-search",
|
|
@@ -176,14 +184,14 @@
|
|
|
176
184
|
"name": "tavily-map",
|
|
177
185
|
"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
186
|
}
|
|
179
|
-
}
|
|
180
|
-
"validated": true
|
|
187
|
+
}
|
|
181
188
|
},
|
|
182
189
|
"mcp-server-fetch": {
|
|
183
190
|
"path": "browser-automation/mcp-server-fetch.json"
|
|
184
191
|
},
|
|
185
192
|
"@modelcontextprotocol/server-puppeteer": {
|
|
186
193
|
"path": "browser-automation/modelcontextprotocol-server-puppeteer.json",
|
|
194
|
+
"validated": true,
|
|
187
195
|
"tools": {
|
|
188
196
|
"puppeteer_navigate": {
|
|
189
197
|
"name": "puppeteer_navigate",
|
|
@@ -213,11 +221,11 @@
|
|
|
213
221
|
"name": "puppeteer_evaluate",
|
|
214
222
|
"description": "Execute JavaScript in the browser console"
|
|
215
223
|
}
|
|
216
|
-
}
|
|
217
|
-
"validated": true
|
|
224
|
+
}
|
|
218
225
|
},
|
|
219
226
|
"@executeautomation/playwright-mcp-server": {
|
|
220
227
|
"path": "browser-automation/executeautomation-playwright-mcp-server.json",
|
|
228
|
+
"validated": true,
|
|
221
229
|
"tools": {
|
|
222
230
|
"start_codegen_session": {
|
|
223
231
|
"name": "start_codegen_session",
|
|
@@ -343,11 +351,11 @@
|
|
|
343
351
|
"name": "playwright_click_and_switch_tab",
|
|
344
352
|
"description": "Click a link and switch to the newly opened tab"
|
|
345
353
|
}
|
|
346
|
-
}
|
|
347
|
-
"validated": true
|
|
354
|
+
}
|
|
348
355
|
},
|
|
349
356
|
"@automatalabs/mcp-server-playwright": {
|
|
350
357
|
"path": "browser-automation/automatalabs-mcp-server-playwright.json",
|
|
358
|
+
"validated": true,
|
|
351
359
|
"tools": {
|
|
352
360
|
"browser_navigate": {
|
|
353
361
|
"name": "browser_navigate",
|
|
@@ -389,11 +397,11 @@
|
|
|
389
397
|
"name": "browser_evaluate",
|
|
390
398
|
"description": "Execute JavaScript in the browser console"
|
|
391
399
|
}
|
|
392
|
-
}
|
|
393
|
-
"validated": true
|
|
400
|
+
}
|
|
394
401
|
},
|
|
395
402
|
"mcp-server-kubernetes": {
|
|
396
403
|
"path": "cloud-platforms/mcp-server-kubernetes.json",
|
|
404
|
+
"validated": true,
|
|
397
405
|
"tools": {
|
|
398
406
|
"cleanup": {
|
|
399
407
|
"name": "cleanup",
|
|
@@ -475,11 +483,11 @@
|
|
|
475
483
|
"name": "kubectl_generic",
|
|
476
484
|
"description": "Execute any kubectl command with the provided arguments and flags"
|
|
477
485
|
}
|
|
478
|
-
}
|
|
479
|
-
"validated": true
|
|
486
|
+
}
|
|
480
487
|
},
|
|
481
488
|
"@strowk/mcp-k8s": {
|
|
482
489
|
"path": "cloud-platforms/strowk-mcp-k8s.json",
|
|
490
|
+
"validated": true,
|
|
483
491
|
"tools": {
|
|
484
492
|
"get-k8s-pod-logs": {
|
|
485
493
|
"name": "get-k8s-pod-logs",
|
|
@@ -513,8 +521,7 @@
|
|
|
513
521
|
"name": "list-k8s-resources",
|
|
514
522
|
"description": "List arbitrary Kubernetes resources"
|
|
515
523
|
}
|
|
516
|
-
}
|
|
517
|
-
"validated": true
|
|
524
|
+
}
|
|
518
525
|
},
|
|
519
526
|
"kubernetes-mcp-server": {
|
|
520
527
|
"path": "cloud-platforms/kubernetes-mcp-server.json"
|
|
@@ -527,29 +534,30 @@
|
|
|
527
534
|
},
|
|
528
535
|
"mcp-server-commands": {
|
|
529
536
|
"path": "command-line/mcp-server-commands.json",
|
|
537
|
+
"validated": true,
|
|
530
538
|
"tools": {
|
|
531
539
|
"run_command": {
|
|
532
540
|
"name": "run_command",
|
|
533
|
-
"description": "Run a command on this
|
|
541
|
+
"description": "Run a command on this darwin machine"
|
|
534
542
|
}
|
|
535
|
-
}
|
|
536
|
-
"validated": true
|
|
543
|
+
}
|
|
537
544
|
},
|
|
538
545
|
"mcp-shell": {
|
|
539
546
|
"path": "command-line/mcp-shell.json",
|
|
547
|
+
"validated": true,
|
|
540
548
|
"tools": {
|
|
541
549
|
"run_command": {
|
|
542
550
|
"name": "run_command",
|
|
543
551
|
"description": "Run a shell command"
|
|
544
552
|
}
|
|
545
|
-
}
|
|
546
|
-
"validated": true
|
|
553
|
+
}
|
|
547
554
|
},
|
|
548
555
|
"@gongrzhe/server-gmail-autoauth-mcp": {
|
|
549
556
|
"path": "communication/gongrzhe-server-gmail-autoauth-mcp.json"
|
|
550
557
|
},
|
|
551
558
|
"@enescinar/twitter-mcp": {
|
|
552
559
|
"path": "communication/enescinar-twitter-mcp.json",
|
|
560
|
+
"validated": true,
|
|
553
561
|
"tools": {
|
|
554
562
|
"post_tweet": {
|
|
555
563
|
"name": "post_tweet",
|
|
@@ -559,11 +567,11 @@
|
|
|
559
567
|
"name": "search_tweets",
|
|
560
568
|
"description": "Search for tweets on Twitter"
|
|
561
569
|
}
|
|
562
|
-
}
|
|
563
|
-
"validated": true
|
|
570
|
+
}
|
|
564
571
|
},
|
|
565
572
|
"@modelcontextprotocol/server-slack": {
|
|
566
573
|
"path": "communication/modelcontextprotocol-server-slack.json",
|
|
574
|
+
"validated": true,
|
|
567
575
|
"tools": {
|
|
568
576
|
"slack_list_channels": {
|
|
569
577
|
"name": "slack_list_channels",
|
|
@@ -597,11 +605,11 @@
|
|
|
597
605
|
"name": "slack_get_user_profile",
|
|
598
606
|
"description": "Get detailed profile information for a specific user"
|
|
599
607
|
}
|
|
600
|
-
}
|
|
601
|
-
"validated": true
|
|
608
|
+
}
|
|
602
609
|
},
|
|
603
610
|
"@niledatabase/nile-mcp-server": {
|
|
604
611
|
"path": "databases/niledatabase-nile-mcp-server.json",
|
|
612
|
+
"validated": true,
|
|
605
613
|
"tools": {
|
|
606
614
|
"list-resources": {
|
|
607
615
|
"name": "list-resources",
|
|
@@ -647,8 +655,7 @@
|
|
|
647
655
|
"name": "read-resource",
|
|
648
656
|
"description": "Gets detailed schema information for a specific table"
|
|
649
657
|
}
|
|
650
|
-
}
|
|
651
|
-
"validated": true
|
|
658
|
+
}
|
|
652
659
|
},
|
|
653
660
|
"@benborla29/mcp-server-mysql": {
|
|
654
661
|
"path": "databases/benborla29-mcp-server-mysql.json"
|
|
@@ -664,6 +671,7 @@
|
|
|
664
671
|
},
|
|
665
672
|
"airtable-mcp-server": {
|
|
666
673
|
"path": "databases/airtable-mcp-server.json",
|
|
674
|
+
"validated": true,
|
|
667
675
|
"tools": {
|
|
668
676
|
"list_records": {
|
|
669
677
|
"name": "list_records",
|
|
@@ -717,8 +725,7 @@
|
|
|
717
725
|
"name": "update_field",
|
|
718
726
|
"description": "Update a field's name or description"
|
|
719
727
|
}
|
|
720
|
-
}
|
|
721
|
-
"validated": true
|
|
728
|
+
}
|
|
722
729
|
},
|
|
723
730
|
"mcp-tinybird": {
|
|
724
731
|
"path": "data-platforms/mcp-tinybird.json"
|
|
@@ -731,6 +738,7 @@
|
|
|
731
738
|
},
|
|
732
739
|
"@mcp-get-community/server-macos": {
|
|
733
740
|
"path": "developer-tools/mcp-get-community-server-macos.json",
|
|
741
|
+
"validated": true,
|
|
734
742
|
"tools": {
|
|
735
743
|
"systemInfo": {
|
|
736
744
|
"name": "systemInfo",
|
|
@@ -740,11 +748,11 @@
|
|
|
740
748
|
"name": "sendNotification",
|
|
741
749
|
"description": "Send a native macOS notification"
|
|
742
750
|
}
|
|
743
|
-
}
|
|
744
|
-
"validated": true
|
|
751
|
+
}
|
|
745
752
|
},
|
|
746
753
|
"@mcp-get-community/server-llm-txt": {
|
|
747
754
|
"path": "developer-tools/mcp-get-community-server-llm-txt.json",
|
|
755
|
+
"validated": true,
|
|
748
756
|
"tools": {
|
|
749
757
|
"get_llm_txt": {
|
|
750
758
|
"name": "get_llm_txt",
|
|
@@ -758,8 +766,7 @@
|
|
|
758
766
|
"name": "search_llm_txt",
|
|
759
767
|
"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."
|
|
760
768
|
}
|
|
761
|
-
}
|
|
762
|
-
"validated": true
|
|
769
|
+
}
|
|
763
770
|
},
|
|
764
771
|
"mcp-openapi-schema-explorer": {
|
|
765
772
|
"path": "developer-tools/mcp-openapi-schema-explorer.json"
|
|
@@ -769,6 +776,7 @@
|
|
|
769
776
|
},
|
|
770
777
|
"@llmindset/mcp-hfspace": {
|
|
771
778
|
"path": "developer-tools/llmindset-mcp-hfspace.json",
|
|
779
|
+
"validated": true,
|
|
772
780
|
"tools": {
|
|
773
781
|
"available-files": {
|
|
774
782
|
"name": "available-files",
|
|
@@ -782,8 +790,7 @@
|
|
|
782
790
|
"name": "FLUX_1-schnell-infer",
|
|
783
791
|
"description": "Call the FLUX.1-schnell endpoint /infer"
|
|
784
792
|
}
|
|
785
|
-
}
|
|
786
|
-
"validated": true
|
|
793
|
+
}
|
|
787
794
|
},
|
|
788
795
|
"hackmd-mcp": {
|
|
789
796
|
"path": "developer-tools/hackmd-mcp.json"
|
|
@@ -805,6 +812,7 @@
|
|
|
805
812
|
},
|
|
806
813
|
"@modelcontextprotocol/server-memory": {
|
|
807
814
|
"path": "knowledge-memory/modelcontextprotocol-server-memory.json",
|
|
815
|
+
"validated": true,
|
|
808
816
|
"tools": {
|
|
809
817
|
"create_entities": {
|
|
810
818
|
"name": "create_entities",
|
|
@@ -842,14 +850,14 @@
|
|
|
842
850
|
"name": "open_nodes",
|
|
843
851
|
"description": "Open specific nodes in the knowledge graph by their names"
|
|
844
852
|
}
|
|
845
|
-
}
|
|
846
|
-
"validated": true
|
|
853
|
+
}
|
|
847
854
|
},
|
|
848
855
|
"mcp-rememberizer-vectordb": {
|
|
849
856
|
"path": "knowledge-memory/mcp-rememberizer-vectordb.json"
|
|
850
857
|
},
|
|
851
858
|
"@modelcontextprotocol/server-google-maps": {
|
|
852
859
|
"path": "location-services/modelcontextprotocol-server-google-maps.json",
|
|
860
|
+
"validated": true,
|
|
853
861
|
"tools": {
|
|
854
862
|
"maps_geocode": {
|
|
855
863
|
"name": "maps_geocode",
|
|
@@ -879,11 +887,11 @@
|
|
|
879
887
|
"name": "maps_directions",
|
|
880
888
|
"description": "Get directions between two points"
|
|
881
889
|
}
|
|
882
|
-
}
|
|
883
|
-
"validated": true
|
|
890
|
+
}
|
|
884
891
|
},
|
|
885
892
|
"@raygun.io/mcp-server-raygun": {
|
|
886
893
|
"path": "monitoring/raygun.io-mcp-server-raygun.json",
|
|
894
|
+
"validated": true,
|
|
887
895
|
"tools": {
|
|
888
896
|
"list_applications": {
|
|
889
897
|
"name": "list_applications",
|
|
@@ -1013,24 +1021,24 @@
|
|
|
1013
1021
|
"name": "delete_all_source_maps",
|
|
1014
1022
|
"description": "Deletes all source maps"
|
|
1015
1023
|
}
|
|
1016
|
-
}
|
|
1017
|
-
"validated": true
|
|
1024
|
+
}
|
|
1018
1025
|
},
|
|
1019
1026
|
"mcp-server-sentry": {
|
|
1020
1027
|
"path": "monitoring/mcp-server-sentry.json"
|
|
1021
1028
|
},
|
|
1022
1029
|
"@anaisbetts/mcp-youtube": {
|
|
1023
1030
|
"path": "search-data-extraction/anaisbetts-mcp-youtube.json",
|
|
1031
|
+
"validated": true,
|
|
1024
1032
|
"tools": {
|
|
1025
1033
|
"download_youtube_url": {
|
|
1026
1034
|
"name": "download_youtube_url",
|
|
1027
1035
|
"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."
|
|
1028
1036
|
}
|
|
1029
|
-
}
|
|
1030
|
-
"validated": true
|
|
1037
|
+
}
|
|
1031
1038
|
},
|
|
1032
1039
|
"anilist-mcp": {
|
|
1033
1040
|
"path": "search-data-extraction/anilist-mcp.json",
|
|
1041
|
+
"validated": true,
|
|
1034
1042
|
"tools": {
|
|
1035
1043
|
"favourite_studio": {
|
|
1036
1044
|
"name": "favourite_studio",
|
|
@@ -1208,24 +1216,24 @@
|
|
|
1208
1216
|
"name": "update_user",
|
|
1209
1217
|
"description": "[Requires Login] Update user settings"
|
|
1210
1218
|
}
|
|
1211
|
-
}
|
|
1212
|
-
"validated": true
|
|
1219
|
+
}
|
|
1213
1220
|
},
|
|
1214
1221
|
"mcp-server-perplexity": {
|
|
1215
1222
|
"path": "search-data-extraction/mcp-server-perplexity.json"
|
|
1216
1223
|
},
|
|
1217
1224
|
"@modelcontextprotocol/server-aws-kb-retrieval": {
|
|
1218
1225
|
"path": "search-data-extraction/modelcontextprotocol-server-aws-kb-retrieval.json",
|
|
1226
|
+
"validated": true,
|
|
1219
1227
|
"tools": {
|
|
1220
1228
|
"retrieve_from_aws_kb": {
|
|
1221
1229
|
"name": "retrieve_from_aws_kb",
|
|
1222
1230
|
"description": "Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID."
|
|
1223
1231
|
}
|
|
1224
|
-
}
|
|
1225
|
-
"validated": true
|
|
1232
|
+
}
|
|
1226
1233
|
},
|
|
1227
1234
|
"graphlit-mcp-server": {
|
|
1228
1235
|
"path": "search-data-extraction/graphlit-mcp-server.json",
|
|
1236
|
+
"validated": true,
|
|
1229
1237
|
"tools": {
|
|
1230
1238
|
"configureProject": {
|
|
1231
1239
|
"name": "configureProject",
|
|
@@ -1483,11 +1491,11 @@
|
|
|
1483
1491
|
"name": "sendEmailNotification",
|
|
1484
1492
|
"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."
|
|
1485
1493
|
}
|
|
1486
|
-
}
|
|
1487
|
-
"validated": true
|
|
1494
|
+
}
|
|
1488
1495
|
},
|
|
1489
1496
|
"@modelcontextprotocol/server-brave-search": {
|
|
1490
1497
|
"path": "search-data-extraction/modelcontextprotocol-server-brave-search.json",
|
|
1498
|
+
"validated": true,
|
|
1491
1499
|
"tools": {
|
|
1492
1500
|
"brave_web_search": {
|
|
1493
1501
|
"name": "brave_web_search",
|
|
@@ -1497,38 +1505,37 @@
|
|
|
1497
1505
|
"name": "brave_local_search",
|
|
1498
1506
|
"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
1507
|
}
|
|
1500
|
-
}
|
|
1501
|
-
"validated": true
|
|
1508
|
+
}
|
|
1502
1509
|
},
|
|
1503
1510
|
"@kimtaeyoon83/mcp-server-youtube-transcript": {
|
|
1504
1511
|
"path": "search-data-extraction/kimtaeyoon83-mcp-server-youtube-transcript.json",
|
|
1512
|
+
"validated": true,
|
|
1505
1513
|
"tools": {
|
|
1506
1514
|
"get_transcript": {
|
|
1507
1515
|
"name": "get_transcript",
|
|
1508
1516
|
"description": "Extract transcript from a YouTube video URL or ID"
|
|
1509
1517
|
}
|
|
1510
|
-
}
|
|
1511
|
-
"validated": true
|
|
1518
|
+
}
|
|
1512
1519
|
},
|
|
1513
1520
|
"@mcp-get-community/server-curl": {
|
|
1514
1521
|
"path": "search-data-extraction/mcp-get-community-server-curl.json",
|
|
1522
|
+
"validated": true,
|
|
1515
1523
|
"tools": {
|
|
1516
1524
|
"curl": {
|
|
1517
1525
|
"name": "curl",
|
|
1518
1526
|
"description": "Make an HTTP request to any URL with customizable method, headers, and body."
|
|
1519
1527
|
}
|
|
1520
|
-
}
|
|
1521
|
-
"validated": true
|
|
1528
|
+
}
|
|
1522
1529
|
},
|
|
1523
1530
|
"@chanmeng666/google-news-server": {
|
|
1524
1531
|
"path": "search-data-extraction/chanmeng666-google-news-server.json",
|
|
1532
|
+
"validated": true,
|
|
1525
1533
|
"tools": {
|
|
1526
1534
|
"google_news_search": {
|
|
1527
1535
|
"name": "google_news_search",
|
|
1528
1536
|
"description": "Search Google News for articles and news content. Results will be automatically categorized by topic."
|
|
1529
1537
|
}
|
|
1530
|
-
}
|
|
1531
|
-
"validated": true
|
|
1538
|
+
}
|
|
1532
1539
|
},
|
|
1533
1540
|
"qanon_mcp": {
|
|
1534
1541
|
"path": "search-data-extraction/qanon_mcp.json"
|
|
@@ -1538,6 +1545,7 @@
|
|
|
1538
1545
|
},
|
|
1539
1546
|
"@modelcontextprotocol/server-github": {
|
|
1540
1547
|
"path": "version-control/modelcontextprotocol-server-github.json",
|
|
1548
|
+
"validated": true,
|
|
1541
1549
|
"tools": {
|
|
1542
1550
|
"create_or_update_file": {
|
|
1543
1551
|
"name": "create_or_update_file",
|
|
@@ -1643,14 +1651,14 @@
|
|
|
1643
1651
|
"name": "get_pull_request_reviews",
|
|
1644
1652
|
"description": "Get the reviews on a pull request"
|
|
1645
1653
|
}
|
|
1646
|
-
}
|
|
1647
|
-
"validated": true
|
|
1654
|
+
}
|
|
1648
1655
|
},
|
|
1649
1656
|
"mcp-server-git": {
|
|
1650
1657
|
"path": "version-control/mcp-server-git.json"
|
|
1651
1658
|
},
|
|
1652
1659
|
"@modelcontextprotocol/server-gitlab": {
|
|
1653
1660
|
"path": "version-control/modelcontextprotocol-server-gitlab.json",
|
|
1661
|
+
"validated": true,
|
|
1654
1662
|
"tools": {
|
|
1655
1663
|
"create_or_update_file": {
|
|
1656
1664
|
"name": "create_or_update_file",
|
|
@@ -1688,11 +1696,11 @@
|
|
|
1688
1696
|
"name": "create_branch",
|
|
1689
1697
|
"description": "Create a new branch in a GitLab project"
|
|
1690
1698
|
}
|
|
1691
|
-
}
|
|
1692
|
-
"validated": true
|
|
1699
|
+
}
|
|
1693
1700
|
},
|
|
1694
1701
|
"@chargebee/mcp": {
|
|
1695
1702
|
"path": "other-tools-and-integrations/chargebee-mcp.json",
|
|
1703
|
+
"validated": true,
|
|
1696
1704
|
"tools": {
|
|
1697
1705
|
"chargebee_documentation_search": {
|
|
1698
1706
|
"name": "chargebee_documentation_search",
|
|
@@ -1702,28 +1710,27 @@
|
|
|
1702
1710
|
"name": "chargebee_code_planner",
|
|
1703
1711
|
"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"
|
|
1704
1712
|
}
|
|
1705
|
-
}
|
|
1706
|
-
"validated": true
|
|
1713
|
+
}
|
|
1707
1714
|
},
|
|
1708
1715
|
"@modelcontextprotocol/server-sequential-thinking": {
|
|
1709
1716
|
"path": "other-tools-and-integrations/modelcontextprotocol-server-sequential-thinking.json",
|
|
1717
|
+
"validated": true,
|
|
1710
1718
|
"tools": {
|
|
1711
1719
|
"sequentialthinking": {
|
|
1712
1720
|
"name": "sequentialthinking",
|
|
1713
1721
|
"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
1722
|
}
|
|
1715
|
-
}
|
|
1716
|
-
"validated": true
|
|
1723
|
+
}
|
|
1717
1724
|
},
|
|
1718
1725
|
"mcp-server-flomo": {
|
|
1719
1726
|
"path": "other-tools-and-integrations/mcp-server-flomo.json",
|
|
1727
|
+
"validated": true,
|
|
1720
1728
|
"tools": {
|
|
1721
1729
|
"newNote": {
|
|
1722
1730
|
"name": "newNote",
|
|
1723
1731
|
"description": "Create a new note in Flomo"
|
|
1724
1732
|
}
|
|
1725
|
-
}
|
|
1726
|
-
"validated": true
|
|
1733
|
+
}
|
|
1727
1734
|
},
|
|
1728
1735
|
"@llmindset/mcp-miro": {
|
|
1729
1736
|
"path": "other-tools-and-integrations/llmindset-mcp-miro.json"
|
package/package.json
CHANGED
|
@@ -1,81 +1,90 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
|
-
"
|
|
8
|
-
"./
|
|
9
|
-
"
|
|
10
|
-
"./types": "./types.ts"
|
|
7
|
+
"./config": "./config/*",
|
|
8
|
+
"./indexes": "./indexes/*",
|
|
9
|
+
"./*": "./dist/*.js",
|
|
10
|
+
"./types": "./dist/types.d.ts"
|
|
11
11
|
},
|
|
12
|
-
"types": "types.ts",
|
|
12
|
+
"types": "./dist/types.d.ts",
|
|
13
13
|
"files": [
|
|
14
|
-
"
|
|
15
|
-
"schema.ts",
|
|
14
|
+
"dist/",
|
|
16
15
|
"indexes/",
|
|
17
16
|
"config/",
|
|
18
17
|
"packages/",
|
|
19
18
|
"README.md",
|
|
20
19
|
"LICENSE"
|
|
21
20
|
],
|
|
22
|
-
"scripts": {
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "tsc",
|
|
23
|
+
"lint": "eslint . --ext .ts,.tsx"
|
|
24
|
+
},
|
|
23
25
|
"keywords": [],
|
|
24
26
|
"author": "",
|
|
25
27
|
"license": "MIT",
|
|
26
28
|
"dependencies": {
|
|
27
|
-
"@
|
|
28
|
-
"lodash": "^4.17.21",
|
|
29
|
-
"zod": "^3.23.8",
|
|
30
|
-
"@kazuph/mcp-screenshot": "latest",
|
|
31
|
-
"@modelcontextprotocol/server-everything": "latest",
|
|
32
|
-
"@modelcontextprotocol/server-everart": "latest",
|
|
33
|
-
"mcp-server-stability-ai": "latest",
|
|
34
|
-
"hyperbrowser-mcp": "latest",
|
|
35
|
-
"tavily-mcp": "latest",
|
|
36
|
-
"@modelcontextprotocol/server-puppeteer": "latest",
|
|
37
|
-
"@executeautomation/playwright-mcp-server": "latest",
|
|
29
|
+
"@anaisbetts/mcp-youtube": "latest",
|
|
38
30
|
"@automatalabs/mcp-server-playwright": "latest",
|
|
39
|
-
"mcp-server-
|
|
40
|
-
"@
|
|
31
|
+
"@benborla29/mcp-server-mysql": "latest",
|
|
32
|
+
"@chanmeng666/google-news-server": "latest",
|
|
33
|
+
"@chargebee/mcp": "latest",
|
|
41
34
|
"@cloudflare/mcp-server-cloudflare": "latest",
|
|
42
|
-
"mcp-server-commands": "latest",
|
|
43
|
-
"mcp-shell": "latest",
|
|
44
|
-
"@gongrzhe/server-gmail-autoauth-mcp": "latest",
|
|
45
35
|
"@enescinar/twitter-mcp": "latest",
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"mcp-mongo-server": "latest",
|
|
51
|
-
"airtable-mcp-server": "latest",
|
|
52
|
-
"@mcp-get-community/server-macos": "latest",
|
|
53
|
-
"@mcp-get-community/server-llm-txt": "latest",
|
|
54
|
-
"mcp-openapi-schema-explorer": "latest",
|
|
36
|
+
"@executeautomation/playwright-mcp-server": "latest",
|
|
37
|
+
"@gongrzhe/server-gmail-autoauth-mcp": "latest",
|
|
38
|
+
"@kazuph/mcp-screenshot": "latest",
|
|
39
|
+
"@kimtaeyoon83/mcp-server-youtube-transcript": "latest",
|
|
55
40
|
"@llmindset/mcp-hfspace": "latest",
|
|
56
|
-
"
|
|
41
|
+
"@llmindset/mcp-miro": "latest",
|
|
42
|
+
"@mcp-get-community/server-curl": "latest",
|
|
43
|
+
"@mcp-get-community/server-llm-txt": "latest",
|
|
44
|
+
"@mcp-get-community/server-macos": "latest",
|
|
45
|
+
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
46
|
+
"@modelcontextprotocol/server-aws-kb-retrieval": "latest",
|
|
47
|
+
"@modelcontextprotocol/server-brave-search": "latest",
|
|
48
|
+
"@modelcontextprotocol/server-everart": "latest",
|
|
49
|
+
"@modelcontextprotocol/server-everything": "latest",
|
|
57
50
|
"@modelcontextprotocol/server-filesystem": "latest",
|
|
58
51
|
"@modelcontextprotocol/server-gdrive": "latest",
|
|
59
|
-
"@modelcontextprotocol/server-
|
|
52
|
+
"@modelcontextprotocol/server-github": "latest",
|
|
53
|
+
"@modelcontextprotocol/server-gitlab": "latest",
|
|
60
54
|
"@modelcontextprotocol/server-google-maps": "latest",
|
|
55
|
+
"@modelcontextprotocol/server-memory": "latest",
|
|
56
|
+
"@modelcontextprotocol/server-postgres": "latest",
|
|
57
|
+
"@modelcontextprotocol/server-puppeteer": "latest",
|
|
58
|
+
"@modelcontextprotocol/server-sequential-thinking": "latest",
|
|
59
|
+
"@modelcontextprotocol/server-slack": "latest",
|
|
60
|
+
"@niledatabase/nile-mcp-server": "latest",
|
|
61
61
|
"@raygun.io/mcp-server-raygun": "latest",
|
|
62
|
-
"@
|
|
62
|
+
"@strowk/mcp-k8s": "latest",
|
|
63
|
+
"airtable-mcp-server": "latest",
|
|
63
64
|
"anilist-mcp": "latest",
|
|
64
|
-
"@modelcontextprotocol/server-aws-kb-retrieval": "latest",
|
|
65
65
|
"graphlit-mcp-server": "latest",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"mcp-
|
|
71
|
-
"
|
|
72
|
-
"@modelcontextprotocol/server-gitlab": "latest",
|
|
73
|
-
"@chargebee/mcp": "latest",
|
|
74
|
-
"@modelcontextprotocol/server-sequential-thinking": "latest",
|
|
66
|
+
"hackmd-mcp": "latest",
|
|
67
|
+
"hyperbrowser-mcp": "latest",
|
|
68
|
+
"lodash": "^4.17.21",
|
|
69
|
+
"mcp-mongo-server": "latest",
|
|
70
|
+
"mcp-openapi-schema-explorer": "latest",
|
|
71
|
+
"mcp-server-commands": "latest",
|
|
75
72
|
"mcp-server-flomo": "latest",
|
|
76
|
-
"
|
|
73
|
+
"mcp-server-giphy": "latest",
|
|
74
|
+
"mcp-server-kubernetes": "latest",
|
|
75
|
+
"mcp-server-stability-ai": "latest",
|
|
76
|
+
"mcp-shell": "latest",
|
|
77
|
+
"tavily-mcp": "latest",
|
|
78
|
+
"zod": "^3.23.30"
|
|
77
79
|
},
|
|
78
80
|
"devDependencies": {
|
|
79
|
-
"
|
|
81
|
+
"@eslint/js": "^9.27.0",
|
|
82
|
+
"@types/lodash": "^4.17.17",
|
|
83
|
+
"@types/node": "^22.15.21",
|
|
84
|
+
"eslint": "^9.27.0",
|
|
85
|
+
"eslint-plugin-react": "^7.37.5",
|
|
86
|
+
"globals": "^16.2.0",
|
|
87
|
+
"typescript": "^5.8.3",
|
|
88
|
+
"typescript-eslint": "^8.33.0"
|
|
80
89
|
}
|
|
81
90
|
}
|
package/schema.ts
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
|
|
3
|
-
export const PackageKeySchema = z.string();
|
|
4
|
-
|
|
5
|
-
export const HostingBlackListSchema = z.array(PackageKeySchema);
|
|
6
|
-
|
|
7
|
-
export const FeaturedListSchema = z.array(PackageKeySchema);
|
|
8
|
-
|
|
9
|
-
export const CategoryConfigSchema = z.object({
|
|
10
|
-
key: z.string(),
|
|
11
|
-
name: z.string(),
|
|
12
|
-
description: z.string().optional(),
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
export const MCPServerPackageConfigSchema = z.object({
|
|
16
|
-
type: z.literal('mcp-server'),
|
|
17
|
-
|
|
18
|
-
runtime: z.enum(['node', 'python', 'java', 'go']),
|
|
19
|
-
packageName: z.string().describe('Name of the node, python, java package '),
|
|
20
|
-
packageVersion: z.string().optional().describe('Version of the package, if not provided then it will use latest version'),
|
|
21
|
-
|
|
22
|
-
bin: z.string().optional().describe('Binary Command to run the MCP server, if not provided then it will use the package name'),
|
|
23
|
-
binArgs: z.array(z.string()).optional().describe('Binary Arguments to pass to the command, if not provided then it will use an empty array'),
|
|
24
|
-
|
|
25
|
-
// if no custom key then would use name
|
|
26
|
-
key: z.string().optional().describe('Unique key for url and slug'),
|
|
27
|
-
name: z.string().optional().describe('Custom name for display, if empty then it will use the package name'),
|
|
28
|
-
description: z.string().optional(),
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
url: z.string().optional(),
|
|
32
|
-
license: z.string().optional().describe('Open source license lie MIT, AGPL, GPL, etc'),
|
|
33
|
-
logo: z.string().optional().describe('URL to custom logo image, if undefined and the URL is Github, then it will use the Github logo'),
|
|
34
|
-
author: z.string().optional().describe('Author name of the ToolSDK.ai\'s developer ID'),
|
|
35
|
-
env: z
|
|
36
|
-
.record(
|
|
37
|
-
z.object({
|
|
38
|
-
description: z.string(),
|
|
39
|
-
required: z.boolean(),
|
|
40
|
-
}),
|
|
41
|
-
)
|
|
42
|
-
.optional(),
|
|
43
|
-
});
|
|
44
|
-
export const PackageConfigSchema = z.discriminatedUnion('type', [
|
|
45
|
-
MCPServerPackageConfigSchema,
|
|
46
|
-
z.object({
|
|
47
|
-
type: z.literal('toolapp'),
|
|
48
|
-
packageName: z.string(),
|
|
49
|
-
url: z.string().optional(),
|
|
50
|
-
}),
|
|
51
|
-
]);
|
|
52
|
-
|
|
53
|
-
export const PackagesListSchema = z.record(
|
|
54
|
-
z.object({
|
|
55
|
-
path: z.string(),
|
|
56
|
-
validated: z.boolean().optional(),
|
|
57
|
-
tools: z.record(z.object(
|
|
58
|
-
{
|
|
59
|
-
name: z.string().optional(),
|
|
60
|
-
description: z.string().optional(),
|
|
61
|
-
|
|
62
|
-
})).optional(),
|
|
63
|
-
})
|
|
64
|
-
)
|
package/types.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
import type { CategoryConfigSchema, PackageConfigSchema, MCPServerPackageConfigSchema, PackagesListSchema } from './schema';
|
|
4
|
-
|
|
5
|
-
export type MCPServerPackageConfig= z.infer<typeof MCPServerPackageConfigSchema>;
|
|
6
|
-
export type PackageConfig = z.infer<typeof PackageConfigSchema>;
|
|
7
|
-
export type CategoryConfig = z.infer<typeof CategoryConfigSchema>;
|
|
8
|
-
export type PackagesList = z.infer<typeof PackagesListSchema>;
|