Skip to content

MCP

MCP is the protocol AI agents use to discover and call tools. A catalogue of well-described API contracts is close to what an MCP server needs: operations, parameters, and descriptions an agent can reason about.

The dimensions that matter most for this are DX (are operations and parameters described well enough for a caller that cannot ask a human?) and SEC (what does the agent need to present to be allowed through?). See the design guidelines.