@toolsdk.ai/registry 1.0.14 → 1.0.15
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 +24 -18
- package/config/categories.mjs +1 -1
- package/indexes/categories-list.json +1 -1
- package/package.json +1 -1
- package/packages/aggregators/README.md +4 -0
- package/packages/art-and-culture/README.md +4 -0
- package/packages/browser-automation/README.md +4 -0
- package/packages/cloud-platforms/README.md +4 -0
- package/packages/code-execution/README.md +4 -0
- package/packages/coding-agents/README.md +4 -0
- package/packages/command-line/README.md +4 -0
- package/packages/communication/README.md +4 -0
- package/packages/customer-data-platforms/README.md +4 -0
- package/packages/data-platforms/README.md +4 -0
- package/packages/data-science-tools/README.md +4 -0
- package/packages/databases/README.md +4 -0
- package/packages/developer-tools/README.md +4 -0
- package/packages/embedded-system/README.md +4 -0
- package/packages/file-systems/README.md +4 -0
- package/packages/finance-fintech/README.md +4 -0
- package/packages/gaming/README.md +4 -0
- package/packages/knowledge-memory/README.md +4 -0
- package/packages/location-services/README.md +4 -0
- package/packages/marketing/README.md +4 -0
- package/packages/monitoring/README.md +4 -0
- package/packages/other-tools-and-integrations/README.md +4 -0
- package/packages/search-data-extraction/README.md +4 -0
- package/packages/security/README.md +4 -0
- package/packages/sports/README.md +4 -0
- package/packages/support-service-management/README.md +4 -0
- package/packages/translation-services/README.md +4 -0
- package/packages/travel-transportation/README.md +4 -0
- package/packages/uncategorized/README.md +4 -0
- package/packages/version-control/README.md +4 -0
package/README.md
CHANGED
|
@@ -2,30 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
Welcome to the Awesome MCP Registry, your go-to open and structured registry with 62+ MCP servers and packages.
|
|
4
4
|
|
|
5
|
-
- [
|
|
6
|
-
- [
|
|
7
|
-
- [
|
|
8
|
-
- [
|
|
9
|
-
- [
|
|
10
|
-
- [
|
|
11
|
-
- [
|
|
12
|
-
- [
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
15
|
-
- [
|
|
16
|
-
- [
|
|
17
|
-
- [
|
|
18
|
-
- [
|
|
19
|
-
- [
|
|
20
|
-
- [
|
|
21
|
-
- [
|
|
22
|
-
- [
|
|
5
|
+
- [Quick Start](#quick-start)
|
|
6
|
+
- [Contributing Guide](./docs/guide.md)
|
|
7
|
+
- [Awesome MCP Servers](#mcp-servers)
|
|
8
|
+
- [Aggregators](#aggregators)
|
|
9
|
+
- [Art & Culture](#art-and-culture)
|
|
10
|
+
- [Browser Automation](#browser-automation)
|
|
11
|
+
- [Cloud Platforms](#cloud-platforms)
|
|
12
|
+
- [Code Execution](#code-execution)
|
|
13
|
+
- [Command Line](#command-line)
|
|
14
|
+
- [Communication](#communication)
|
|
15
|
+
- [Databases](#databases)
|
|
16
|
+
- [Data Platforms](#data-platforms)
|
|
17
|
+
- [Developer Tools](#developer-tools)
|
|
18
|
+
- [Data Science Tools](#data-science-tools)
|
|
19
|
+
- [File Systems](#file-systems)
|
|
20
|
+
- [Knowledge & Memory](#knowledge-memory)
|
|
21
|
+
- [Location Services](#location-services)
|
|
22
|
+
- [Monitoring](#monitoring)
|
|
23
|
+
- [Search & Data Extraction](#search-data-extraction)
|
|
24
|
+
- [Version Control](#version-control)
|
|
25
|
+
- [Other Tools and Integrations](#other-tools-and-integrations)
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
Unlike other MCP projects, this `Awesome MCP Registry` leverages structured JSON configs to generate `README.md`, [npm package](https://www.npmjs.com/package/@toolsdk.ai/registry) and [packages-list.json](https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.json)
|
|
26
29
|
|
|
27
30
|
You can use the `Awesome MCP Registry` to build your own great MCP projects and hosting sites, acting as the database for MCP servers and packages.
|
|
28
31
|
|
|
32
|
+
|
|
33
|
+
<a id="quick-start"></a>
|
|
34
|
+
|
|
29
35
|
## Quick Start
|
|
30
36
|
|
|
31
37
|
#### Install via package manager:
|
package/config/categories.mjs
CHANGED
|
@@ -2,7 +2,7 @@ export default [
|
|
|
2
2
|
{
|
|
3
3
|
key: 'uncategorized',
|
|
4
4
|
name: 'Uncategorized',
|
|
5
|
-
description: 'Tools that haven’t been sorted into a category yet.',
|
|
5
|
+
description: 'Tools that haven’t been sorted into a category yet. AI will categorize it later.',
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
key: 'aggregators',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"config": {
|
|
4
4
|
"key": "uncategorized",
|
|
5
5
|
"name": "Uncategorized",
|
|
6
|
-
"description": "Tools that haven’t been sorted into a category yet."
|
|
6
|
+
"description": "Tools that haven’t been sorted into a category yet. AI will categorize it later."
|
|
7
7
|
},
|
|
8
8
|
"packagesList": []
|
|
9
9
|
},
|
package/package.json
CHANGED