@toolsdk.ai/registry 1.0.125 → 1.0.127
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
|
@@ -970,7 +970,7 @@ Run code securely, perfect for coding agents and AI-driven programming tasks.
|
|
|
970
970
|
- [✅ node-code-sandbox-mcp](https://github.com/ssdeanx/node-code-sandbox-mcp): Provides a secure Docker-based environment for executing Node.js code with npm dependencies, shell commands, and file operations while maintaining proper isolation for testing and web development prototyping. (7 tools) (node)
|
|
971
971
|
- [✅ nrepl-mcp-server](https://github.com/johancodinha/nrepl-mcp-server): Integrates with Clojure nREPL instances to enable code evaluation, namespace listing, and public var inspection for AI-assisted Clojure development. (3 tools) (node)
|
|
972
972
|
- [✅ python-local](https://github.com/alec2435/python_mcp): Provides an interactive Python REPL environment for executing code within conversations, maintaining separate state for each session and supporting both expressions and statements. (1 tools) (python)
|
|
973
|
-
- [✅ sandock-mcp](https://github.com/sandock-ai/sandock): A Model Context Protocol server for running code in a secure sandbox by Sandock. (
|
|
973
|
+
- [✅ sandock-mcp](https://github.com/sandock-ai/sandock): A Model Context Protocol server for running code in a secure sandbox by Sandock. (6 tools) (node)
|
|
974
974
|
- [❌ @pydantic/mcp-run-python](https://github.com/pydantic/pydantic-ai/tree/HEAD/mcp-run-python): Provides a browser-compatible Python execution environment with package management capabilities for running code snippets safely without requiring a backend Python installation. (node)
|
|
975
975
|
- [❌ @yepcode/mcp-server](https://github.com/yepcode/mcp-server-js): Enables secure execution of LLM-generated scripts and processes in isolated environments with environment variable management for teams needing to run code directly from AI assistants. (node)
|
|
976
976
|
- [❌ ai-meta-tool-creator](https://github.com/alxspiker/ai-meta-mcp-server): Enables AI to dynamically create, execute, and manage custom tools in a secure sandbox environment for JavaScript, Python, or shell code with persistent storage capabilities. (node)
|
|
@@ -47454,7 +47454,27 @@
|
|
|
47454
47454
|
"tools": {
|
|
47455
47455
|
"sandock_run_code": {
|
|
47456
47456
|
"name": "sandock_run_code",
|
|
47457
|
-
"description": "Execute code (JavaScript, TypeScript, or Python) in an isolated sandbox environment"
|
|
47457
|
+
"description": "Execute code (JavaScript, TypeScript, or Python) in an isolated sandbox environment. Output results using console.log() for JS/TS or print() for Python."
|
|
47458
|
+
},
|
|
47459
|
+
"sandock_create_sandbox": {
|
|
47460
|
+
"name": "sandock_create_sandbox",
|
|
47461
|
+
"description": "Create a new isolated sandbox environment for running code and commands. Returns a sandboxId that must be used in subsequent operations. Remember to delete the sandbox when done to prevent resource leaks."
|
|
47462
|
+
},
|
|
47463
|
+
"sandock_shell_exec": {
|
|
47464
|
+
"name": "sandock_shell_exec",
|
|
47465
|
+
"description": "Execute shell commands in the sandbox. Use for file operations (unzip, tar, grep, cat, ls), system commands, or running installed tools. The sandbox has common Linux utilities pre-installed."
|
|
47466
|
+
},
|
|
47467
|
+
"sandock_write_file": {
|
|
47468
|
+
"name": "sandock_write_file",
|
|
47469
|
+
"description": "Write text content to a file in the sandbox. Use for creating scripts, configuration files, or text data. For binary files (ZIP, images), use sandock_download_file instead."
|
|
47470
|
+
},
|
|
47471
|
+
"sandock_download_file": {
|
|
47472
|
+
"name": "sandock_download_file",
|
|
47473
|
+
"description": "Download a file from a URL into the sandbox. Use for importing user-uploaded files (ZIP, CSV, images, etc.). The file content never passes through the agent, avoiding token consumption. Supports large files."
|
|
47474
|
+
},
|
|
47475
|
+
"sandock_delete_sandbox": {
|
|
47476
|
+
"name": "sandock_delete_sandbox",
|
|
47477
|
+
"description": "Delete a sandbox and free resources. Always call this when you're done with a sandbox to prevent resource leaks and avoid unnecessary charges."
|
|
47458
47478
|
}
|
|
47459
47479
|
}
|
|
47460
47480
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.127",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"resend-mcp": "0.1.2",
|
|
616
616
|
"rss-reader-mcp": "1.0.3",
|
|
617
617
|
"sandock": "^0.2.2",
|
|
618
|
-
"sandock-mcp": "0.
|
|
618
|
+
"sandock-mcp": "0.2.0",
|
|
619
619
|
"scrapeless-mcp-server": "0.3.0",
|
|
620
620
|
"scraperis-mcp": "0.1.22",
|
|
621
621
|
"search-stock-news-mcp": "1.0.12",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"logo": "https://
|
|
3
|
+
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Microsoft_Office_Teams_%282019%E2%80%932025%29.svg/512px-Microsoft_Office_Teams_%282019%E2%80%932025%29.svg.png?20210603103011",
|
|
4
4
|
"packageName": "@floriscornel/teams-mcp",
|
|
5
5
|
"description": "Integrates with Microsoft Teams through Graph API to search messages, manage chats and channels, send messages, create group chats, and handle user/team operations with device code authentication for secure access.",
|
|
6
6
|
"url": "https://github.com/floriscornel/teams-mcp",
|
|
@@ -4,7 +4,12 @@
|
|
|
4
4
|
"description": "Connects to Context7.com's documentation database to provide up-to-date library and framework documentation with intelligent project ranking and customizable token limits.",
|
|
5
5
|
"url": "https://github.com/upstash/context7",
|
|
6
6
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
-
"env": {
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {
|
|
9
|
+
"CONTEXT7_API_KEY": {
|
|
10
|
+
"description": "your-context7-api-key",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
9
14
|
"name": "Context7 MCP"
|
|
10
15
|
}
|