Back to search
90
MCP live v1.1.0 sse

Code Sandbox API

io.github.Br0ski777/code-sandbox

Execute Python, JavaScript, SQL code in a sandbox. x402 micropayment.

Uptime
50.0%
4 probes
Response
223ms
last probe
Tools
1
callable

Tools · 1

code_execute_sandbox

Use this when you need to execute Python, JavaScript, or SQL code in a sandboxed environment and get the output. Supports Python (subprocess), JavaScript (eval), and SQL (in-memory SQLite). 1. output…

Similar MCP servers embedding-nearest

Code Sandbox API
Execute Python, JavaScript, SQL code in a sandbox. x402 micropayment.
0 tools · sse
Code Sandbox
Provides secure, isolated Python code execution environments with modular architecture for running untrusted code, testing solutions, genera
0 tools
SandboxAPI
Execute code in 8 languages (Python, JS, TS, Go, Java, C++, C, Bash) in gVisor sandboxes.
0 tools · streamable-http
SandboxAPI
Execute code in 8 languages (Python, JS, TS, Go, Java, C++, C, Bash) in gVisor sandboxes.
0 tools · streamable-http
Python Exec Sandbox
Sandboxed Python execution for AI agents. PEP 723 inline deps, multi-version Python, zero pollution.
0 tools
Code Executor
Secure sandboxed TypeScript/Python execution with Docker isolation and token-efficient wrapper generation
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "code_sandbox_api": {
      "url": "https://code-sandbox.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}