Connect
This is an MCP server, not a website. Use an MCP client like MCP Inspector, Claude Code, or Oliver.
npx @modelcontextprotocol/inspector http://<host>:<port>/mcp
Available tools
run_python— execute Python in a secure, network-isolated sandbox; returns stdout/stderr/result.
Auth
The /mcp endpoint requires the X-Service-Key header
(shared secret per environment). Callers pass the end user in
X-User-Email / X-User-Object-Id. Set
Auth__ServiceKey and Auth__AllowAnonymous=false on
the Container App. See the README for details.