Skip to content
Back to search
90
MCP v1.1.0 sse

Code Sandbox API

io.github.Br0ski777/code-sandbox

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

Uptime
0.0%
1 direct probes · 30d
Response
191ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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…

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"
    }
  }
}