AIO Sandbox provides comprehensive Model Context Protocol (MCP) integration, aggregating multiple useful MCP servers into a single endpoint for easy agent integration.
Base URL: /mcp
or /v1/mcp
Protocol: Streamable HTTP with MCP-compatible message format
The MCP Hub aggregates the following pre-configured servers:
Service | Description | Capabilities |
---|---|---|
Browser | Browser automation and control | Navigate, interact, screenshot, extract content |
File | File system operations | Read, write, search, manage files and directories |
Terminal | Shell command execution | Run commands, manage sessions, stream output |
Markitdown | Document conversion | Convert documents to markdown format |
Arxiv | Academic paper access | Search and retrieve research papers |
Connect to the MCP hub using standard HTTP with MCP message format:
You can also use the versioned endpoint:
Navigate and interact with web pages:
Manage files and directories:
Execute shell commands:
MCP responses follow the JSON-RPC 2.0 error format:
Common error codes:
-32700
: Parse error-32600
: Invalid Request-32601
: Method not found-32602
: Invalid params-32603
: Internal errorMCP services have the following rate limits:
For more details about the Model Context Protocol, visit the official MCP documentation.