What is MCP?
MCP (Model Context Protocol) is a standard protocol for LLMs to discover and invoke tools. Every Orpheus agent automatically gets an MCP endpoint.Auto-Generated Endpoints
When you deploy an agent, Orpheus creates:How It Works
initialize— Establish sessiontools/list— Discover available toolstools/call— Execute the agent
Agent-to-Agent Example
One Orpheus agent can call another via MCP: agent-router → calls → calculator-pythonLocal Development
Test MCP Endpoints
Tracking MCP Requests
MCP requests are tracked separately in exec logs:source field shows:
- http — Direct REST API calls
- mcp — Agent-to-agent calls via MCP
Observability
Monitor MCP and HTTP requests →

