ODR Today vs. The Gap

Two of three meta-tools already ship. One unlock needed.

๐Ÿ”
search
Find servers/tools by keyword query. Exposed as both CLI and MCP tool.
Shipped
๐Ÿ“‹
list
Browse all registered MCP servers. Exposed as both CLI and MCP tool.
Shipped
โšก
call_tool
One-shot invoke: launch server in sandbox โ†’ call tool โ†’ return result โ†’ tear down.
Needed
๐Ÿ’ก The Unlock
ODR already knows how to proxy servers (odr mcp --proxy). call_tool is the same machinery as a one-shot request/response instead of a persistent pipe. With it, ODR becomes a complete MCP gateway โ€” lazy discovery + sandboxed invocation through a single connection.
ALSO SHIPPED
Sandboxing ยท IT admin policies ยท Entra ID auth ยท Audit logging
FREE WITH CALL_TOOL
Every tool call inherits sandboxing + policy + auth. Zero extra work for Clippy.
โš ๏ธ Scope: This pattern solves MCP tool call scaling. MCP prompts, resources, and subscriptions still require direct server connections โ€” those capabilities aren't addressable through meta-tools alone.