Skip to main content
MCP (Model Context Protocol) is the standard for connecting AI to external tools and data sources. JSON-RPC 2.0 over HTTP. Every Ultron sandbox session starts with 50+ MCP servers already configured and ready.

Protocol basics

MCP works in two phases:
  1. Discoverytools/list request returns all available tools from the server
  2. Executiontools/call request executes a specific tool with parameters
Ultron auto-discovers tools from every connected server at session start. By the time you type your first message, all tools from all connected servers are available.

Fixed servers (always loaded)

User-connected servers

Loaded per session based on what you’ve connected in settings:

Tool naming

MCP tools follow a consistent naming pattern:
This naming is internal. In chat, you just describe what you want — Ultron routes to the right tool automatically.