Turn your backend into secure tools for AI agents.

Add an mcp block and any interface becomes a Model Context Protocol tool that Claude, Cursor and other agents can call — with the same authentication and validation as a normal HTTP route.

One config, an API and an agent tool

The interface you already built to serve HTTP can be exposed as an MCP tool at the same time. No second implementation, no separate tool server — the engine handles the MCP protocol for you.

Name the server, not just the tools

Declare your server's title and description alongside the tools, and every client and registry reads them off the MCP handshake. Declare more than one and a single deployment publishes several endpoints, each with its own identity and its own subset of tools.

Safe by construction

Agents only get what you declare. Your assertions, auth and network policy apply to MCP calls exactly as they do to HTTP — so an agent can't reach anything a normal client couldn't.

Frequently asked questions