@toolsdk.ai/registry 1.0.78 → 1.0.80
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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Awesome MCP Registry
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|

|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Welcome to the Awesome MCP Registry.
|
|
8
8
|
|
|
9
|
-
An open, high-quality, well-structured and developer-friendly list of
|
|
9
|
+
An open, high-quality, well-structured and developer-friendly list of 69+ MCP servers.
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -29,6 +29,7 @@ An open, high-quality, well-structured and developer-friendly list of 67+ MCP se
|
|
|
29
29
|
- [File Systems](#file-systems)
|
|
30
30
|
- [Knowledge & Memory](#knowledge-memory)
|
|
31
31
|
- [Location Services](#location-services)
|
|
32
|
+
- [Marketing](#marketing)
|
|
32
33
|
- [Monitoring](#monitoring)
|
|
33
34
|
- [Search & Data Extraction](#search-data-extraction)
|
|
34
35
|
- [Version Control](#version-control)
|
|
@@ -95,7 +96,7 @@ For more detail please see [the guide](./docs/guide.md).
|
|
|
95
96
|
|
|
96
97
|
✅: Validated and runnable tools (37)
|
|
97
98
|
|
|
98
|
-
❌: Cannot be run by the MCP client (with mock environments variables (
|
|
99
|
+
❌: Cannot be run by the MCP client (with mock environments variables (32))
|
|
99
100
|
|
|
100
101
|
|
|
101
102
|
|
|
@@ -249,6 +250,15 @@ Work with maps, weather, and location-based data for analytics and insights.
|
|
|
249
250
|
- [✅ Google Maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps): MCP server for using the Google Maps API (7 tools) (node)
|
|
250
251
|
|
|
251
252
|
|
|
253
|
+
<a id="marketing"></a>
|
|
254
|
+
## Marketing
|
|
255
|
+
|
|
256
|
+
Create and edit marketing content, manage metadata, and refine product positioning.
|
|
257
|
+
|
|
258
|
+
- [❌ Google-Analytics](https://github.com/Seey215/mcp-server-google-analytics): An MCP server implementation for accessing Google Analytics 4 (GA4) data, built using the Model Context Protocol TypeScript SDK. (node)
|
|
259
|
+
- [❌ Discourse](https://github.com/AshDevFr/discourse-mcp-server/tree/main/src): Node.js server implementing Model Context Protocol (MCP) for Discourse search operation. (node)
|
|
260
|
+
|
|
261
|
+
|
|
252
262
|
<a id="monitoring"></a>
|
|
253
263
|
## Monitoring
|
|
254
264
|
|
|
@@ -225,7 +225,10 @@
|
|
|
225
225
|
"name": "Marketing",
|
|
226
226
|
"description": "Create and edit marketing content, manage metadata, and refine product positioning."
|
|
227
227
|
},
|
|
228
|
-
"packagesList": [
|
|
228
|
+
"packagesList": [
|
|
229
|
+
"mcp-server-google-analytics",
|
|
230
|
+
"@AshDevFr/discourse-mcp-server"
|
|
231
|
+
]
|
|
229
232
|
},
|
|
230
233
|
"monitoring": {
|
|
231
234
|
"config": {
|
|
@@ -1885,5 +1885,17 @@
|
|
|
1885
1885
|
"mcp-server-time": {
|
|
1886
1886
|
"category": "other-tools-and-integrations",
|
|
1887
1887
|
"path": "other-tools-and-integrations/mcp-server-time.json"
|
|
1888
|
+
},
|
|
1889
|
+
"mcp-server-google-analytics": {
|
|
1890
|
+
"category": "marketing",
|
|
1891
|
+
"path": "marketing/mcp-server-google-analytics.json",
|
|
1892
|
+
"tools": {},
|
|
1893
|
+
"validated": false
|
|
1894
|
+
},
|
|
1895
|
+
"@AshDevFr/discourse-mcp-server": {
|
|
1896
|
+
"category": "marketing",
|
|
1897
|
+
"path": "marketing/ashdevfr-discourse-mcp-server.json",
|
|
1898
|
+
"tools": {},
|
|
1899
|
+
"validated": false
|
|
1888
1900
|
}
|
|
1889
1901
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.80",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./config/*": "./config/*",
|
|
@@ -31,53 +31,41 @@
|
|
|
31
31
|
"zod": "^3.23.30",
|
|
32
32
|
"@kazuph/mcp-screenshot": "latest",
|
|
33
33
|
"@modelcontextprotocol/server-everything": "latest",
|
|
34
|
-
"@modelcontextprotocol/server-everart": "latest",
|
|
35
34
|
"mcp-server-stability-ai": "latest",
|
|
36
|
-
"@automatalabs/mcp-server-playwright": "latest",
|
|
37
|
-
"hyperbrowser-mcp": "latest",
|
|
38
|
-
"@modelcontextprotocol/server-puppeteer": "latest",
|
|
39
35
|
"@executeautomation/playwright-mcp-server": "latest",
|
|
40
36
|
"tavily-mcp": "latest",
|
|
37
|
+
"@automatalabs/mcp-server-playwright": "latest",
|
|
38
|
+
"hyperbrowser-mcp": "latest",
|
|
41
39
|
"exa-mcp-server": "latest",
|
|
42
|
-
"@
|
|
43
|
-
"@cloudflare/mcp-server-cloudflare": "latest",
|
|
40
|
+
"@modelcontextprotocol/server-puppeteer": "latest",
|
|
44
41
|
"mcp-server-kubernetes": "latest",
|
|
42
|
+
"@strowk/mcp-k8s": "latest",
|
|
45
43
|
"mcp-shell": "latest",
|
|
46
44
|
"mcp-server-commands": "latest",
|
|
47
45
|
"@enescinar/twitter-mcp": "latest",
|
|
48
|
-
"@gongrzhe/server-gmail-autoauth-mcp": "latest",
|
|
49
46
|
"@modelcontextprotocol/server-slack": "latest",
|
|
50
|
-
"@benborla29/mcp-server-mysql": "latest",
|
|
51
|
-
"@niledatabase/nile-mcp-server": "latest",
|
|
52
47
|
"airtable-mcp-server": "latest",
|
|
53
|
-
"@
|
|
54
|
-
"mcp-
|
|
48
|
+
"@niledatabase/nile-mcp-server": "latest",
|
|
49
|
+
"@llmindset/mcp-hfspace": "latest",
|
|
55
50
|
"@mcp-get-community/server-macos": "latest",
|
|
56
51
|
"@mcp-get-community/server-llm-txt": "latest",
|
|
57
|
-
"mcp-openapi-schema-explorer": "latest",
|
|
58
|
-
"@llmindset/mcp-hfspace": "latest",
|
|
59
|
-
"hackmd-mcp": "latest",
|
|
60
|
-
"@modelcontextprotocol/server-filesystem": "latest",
|
|
61
|
-
"@modelcontextprotocol/server-gdrive": "latest",
|
|
62
52
|
"@modelcontextprotocol/server-memory": "latest",
|
|
63
53
|
"@modelcontextprotocol/server-google-maps": "latest",
|
|
64
54
|
"@raygun.io/mcp-server-raygun": "latest",
|
|
65
|
-
"mcp-server-giphy": "latest",
|
|
66
|
-
"anilist-mcp": "latest",
|
|
67
|
-
"@anaisbetts/mcp-youtube": "latest",
|
|
68
55
|
"brave-search-mcp": "latest",
|
|
69
|
-
"@modelcontextprotocol/server-aws-kb-retrieval": "latest",
|
|
70
|
-
"@kimtaeyoon83/mcp-server-youtube-transcript": "latest",
|
|
71
|
-
"@mcp-get-community/server-curl": "latest",
|
|
72
|
-
"graphlit-mcp-server": "latest",
|
|
73
56
|
"@modelcontextprotocol/server-brave-search": "latest",
|
|
57
|
+
"anilist-mcp": "latest",
|
|
74
58
|
"@chanmeng666/google-news-server": "latest",
|
|
59
|
+
"graphlit-mcp-server": "latest",
|
|
60
|
+
"@kimtaeyoon83/mcp-server-youtube-transcript": "latest",
|
|
61
|
+
"@modelcontextprotocol/server-aws-kb-retrieval": "latest",
|
|
62
|
+
"@mcp-get-community/server-curl": "latest",
|
|
63
|
+
"@anaisbetts/mcp-youtube": "latest",
|
|
75
64
|
"@modelcontextprotocol/server-gitlab": "latest",
|
|
76
65
|
"@modelcontextprotocol/server-github": "latest",
|
|
77
66
|
"@chargebee/mcp": "latest",
|
|
78
|
-
"
|
|
79
|
-
"@modelcontextprotocol/server-sequential-thinking": "latest"
|
|
80
|
-
"mcp-server-flomo": "latest"
|
|
67
|
+
"mcp-server-flomo": "latest",
|
|
68
|
+
"@modelcontextprotocol/server-sequential-thinking": "latest"
|
|
81
69
|
},
|
|
82
70
|
"devDependencies": {
|
|
83
71
|
"@eslint/js": "^9.27.0",
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "Discourse",
|
|
4
|
+
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Discourse_icon.svg/60px-Discourse_icon.svg.png",
|
|
5
|
+
"packageName": "@AshDevFr/discourse-mcp-server",
|
|
6
|
+
"description": "Node.js server implementing Model Context Protocol (MCP) for Discourse search operation.",
|
|
7
|
+
"url": "https://github.com/AshDevFr/discourse-mcp-server/tree/main/src",
|
|
8
|
+
"runtime": "node",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"env": {
|
|
11
|
+
"DISCOURSE_API_URL": {
|
|
12
|
+
"description": "DISCOURSE API URL",
|
|
13
|
+
"required": true
|
|
14
|
+
},
|
|
15
|
+
"DISCOURSE_API_KEY": {
|
|
16
|
+
"description": "DISCOURSE API KEY",
|
|
17
|
+
"required": true
|
|
18
|
+
},
|
|
19
|
+
"DISCOURSE_API_USERNAME": {
|
|
20
|
+
"description": "DISCOURSE API USERNAME",
|
|
21
|
+
"required": true
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "Google-Analytics",
|
|
4
|
+
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/GAnalytics.svg/1024px-GAnalytics.svg.png",
|
|
5
|
+
"packageName": "mcp-server-google-analytics",
|
|
6
|
+
"description": "An MCP server implementation for accessing Google Analytics 4 (GA4) data, built using the Model Context Protocol TypeScript SDK.",
|
|
7
|
+
"url": "https://github.com/Seey215/mcp-server-google-analytics",
|
|
8
|
+
"runtime": "node",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"env": {
|
|
11
|
+
"GOOGLE_CLIENT_EMAIL": {
|
|
12
|
+
"description": "your-service-account@project.iam.gserviceaccount.com",
|
|
13
|
+
"required": true
|
|
14
|
+
},
|
|
15
|
+
"GOOGLE_PRIVATE_KEY": {
|
|
16
|
+
"description": "your-private-key",
|
|
17
|
+
"required": true
|
|
18
|
+
},
|
|
19
|
+
"GA_PROPERTY_ID": {
|
|
20
|
+
"description": "your-ga4-property-id",
|
|
21
|
+
"required": true
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|