@toolsdk.ai/registry 1.0.156 → 1.0.158

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
@@ -12,14 +12,14 @@
12
12
  <a href="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml">
13
13
  <img src="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml/badge.svg" alt="Build Status" />
14
14
  </a>
15
- <img src="https://img.shields.io/badge/MCP_Servers-4534-blue?style=flat-square" alt="MCP Servers Count" />
15
+ <img src="https://img.shields.io/badge/MCP_Servers-4536-blue?style=flat-square" alt="MCP Servers Count" />
16
16
  <img src="https://img.shields.io/badge/LICENSE-MIT-ff69b4?style=flat-square" alt="License" />
17
17
  <br />
18
18
  <a href="https://www.producthunt.com/products/toolsdk-ai">
19
19
  <img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=997428&theme=light&period=daily" alt="Product Hunt" height="40" />
20
20
  </a>
21
21
 
22
- <a href="#mcp-servers">🔍 <b>Browse 4534+ Tools</b></a>
22
+ <a href="#mcp-servers">🔍 <b>Browse 4536+ Tools</b></a>
23
23
  &nbsp;&nbsp;•&nbsp;&nbsp;
24
24
  <a href="#quick-start">🐳 <b>Self-hosted</b></a>
25
25
  &nbsp;&nbsp;•&nbsp;&nbsp;
@@ -75,7 +75,7 @@ docker compose up -d
75
75
  - *See [Configuration Guide](./docs/DEVELOPMENT.md) for full details.*
76
76
 
77
77
  > [!TIP]
78
- > **Tip for Private Deployment**: This registry contains 4534+ public MCP servers. If you only need a specific subset for your private environment, you can prune the `packages/` directory.
78
+ > **Tip for Private Deployment**: This registry contains 4536+ public MCP servers. If you only need a specific subset for your private environment, you can prune the `packages/` directory.
79
79
  > 📖 See [Package Management Guide](./docs/DEVELOPMENT.md#5--package-management-for-private-deployment) for details.
80
80
 
81
81
  That's it! Your self-hosted MCP registry is now running with:
@@ -87,7 +87,7 @@ That's it! Your self-hosted MCP registry is now running with:
87
87
 
88
88
  - 🌐 **Local Web Interface**: http://localhost:3003
89
89
  - 📚 **Swagger API Docs**: http://localhost:3003/swagger
90
- - 🔍 **Search & Execute** 4534+ MCP Servers remotely
90
+ - 🔍 **Search & Execute** 4536+ MCP Servers remotely
91
91
  - 🤖 **Integrate** with your AI agents, chatbots, and LLM applications
92
92
 
93
93
  #### 🌐 Remote Tool Execution Example
@@ -221,7 +221,7 @@ graph TD
221
221
 
222
222
  This open-source project provides:
223
223
 
224
- - **Structured Registry** - 4534+ MCP servers with metadata
224
+ - **Structured Registry** - 4536+ MCP servers with metadata
225
225
  - **Unified Gateway** - HTTP API to query and execute tools remotely
226
226
  - **Auto-Generated Docs** - Always up-to-date README and API documentation
227
227
 
@@ -320,12 +320,12 @@ Your MCP server will be:
320
320
 
321
321
  ## MCP Servers Directory
322
322
 
323
- **4534+ AI Agent Tools, LLM Integrations & Automation Servers**
323
+ **4536+ AI Agent Tools, LLM Integrations & Automation Servers**
324
324
 
325
325
  > [!NOTE]
326
326
  > ⭐ **Featured below**: Hand-picked, production-ready MCP servers verified by our team.
327
327
  >
328
- > 📚 **Looking for all 4534+ servers?** Check out [**All MCP Servers**](./docs/ALL-MCP-SERVERS.md) for the complete list.
328
+ > 📚 **Looking for all 4536+ servers?** Check out [**All MCP Servers**](./docs/ALL-MCP-SERVERS.md) for the complete list.
329
329
 
330
330
  > [!TIP]
331
331
  > If a package is marked as `validated: true` in the index, you can usually wire it up in minutes via ToolSDK (e.g. `getAISDKTool(toolKey)`).
@@ -1460,6 +1460,7 @@
1460
1460
  "@twilio-alpha/mcp",
1461
1461
  "africa's-talking-sms",
1462
1462
  "geekbot",
1463
+ "wazion-mcp-server",
1463
1464
  "@softeria/ms-365-mcp-server",
1464
1465
  "commune-mcp",
1465
1466
  "@Bob-lance/instagram-engagement-mcp",
@@ -3297,6 +3298,7 @@
3297
3298
  "@feedmob/kayzen-reporting",
3298
3299
  "linkedin-post",
3299
3300
  "facebook-ads",
3301
+ "geoscore-mcp",
3300
3302
  "linkedin",
3301
3303
  "transistor.fm",
3302
3304
  "instantly",
@@ -56537,8 +56537,20 @@
56537
56537
  }
56538
56538
  },
56539
56539
  "defi-mcp": {
56540
- "path": "finance-fintech/defi-mcp.json",
56541
56540
  "category": "finance-fintech",
56541
+ "path": "finance-fintech/defi-mcp.json",
56542
+ "validated": false,
56543
+ "tools": {}
56544
+ },
56545
+ "wazion-mcp-server": {
56546
+ "path": "communication/wazion-mcp-server.json",
56547
+ "category": "communication",
56548
+ "tools": {},
56549
+ "validated": false
56550
+ },
56551
+ "geoscore-mcp": {
56552
+ "path": "marketing/geoscore-mcp.json",
56553
+ "category": "marketing",
56542
56554
  "tools": {},
56543
56555
  "validated": false
56544
56556
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.156",
3
+ "version": "1.0.158",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -0,0 +1,9 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "name": "WAzion MCP Server",
4
+ "packageName": "wazion-mcp-server",
5
+ "description": "244 WhatsApp Business AI tools — messaging, workflow automation, mass marketing, CRM, sentiment analysis, Shopify integration.",
6
+ "url": "https://github.com/wazionapps/mcp-server",
7
+ "runtime": "node",
8
+ "license": "unknown"
9
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "name": "GEOScore",
4
+ "packageName": "geoscore-mcp",
5
+ "description": "AI search optimization (GEO). Scan websites for AI search readiness, generate llms.txt, Schema.org fixes, meta tag optimizations.",
6
+ "url": "https://github.com/henu-wang/geoscore-mcp",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "GEOSCORE_API_KEY": {
11
+ "description": "API key for GEOScore service",
12
+ "required": false
13
+ }
14
+ }
15
+ }