Code Sandbox API
io.github.Br0ski777/code-sandboxExecute Python, JavaScript, SQL code in a sandbox. x402 micropayment.
Tools · 1
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
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"
}
}
}