MCP setup

The SandboxAPIs MCP server is the agent front door: one config line, no credentials for the free tier. An agent calls orient and receives everything it needs to make a correct API call — with no docs reading.

Add the server

Register it as a stdio MCP server in your agent (e.g. Claude Code):

shell
claude mcp add sandboxapis -- npx -y @sandboxapis/mcp

Or point any MCP client at the equivalent stdio command.

Tools

Prefer HTTP? Point your client library at the base URLs directly — see the GitHub and GitLab quickstarts.