The MCP server for on-chain execution
One endpoint gives any MCP-compatible agent the full Routon surface — discover, preview, compose, execute. Non-custodial, no API keys.
Wired into your agent in one block.
Point your MCP client at the endpoint and the agent gets the protocol's tools: query the StrategyRegistry, dry-run against live oracle prices, compose primitives, and execute through the user's own wallet — never a pooled vault. Full setup lives in the quickstart.
{
"mcpServers": {
"routon": {
"type": "http",
"url": "https://mcp.routon.xyz/mcp"
}
}
} x402-native. Pay per call, not per month.
No API keys, no subscriptions, no accounts. The server prices each call over HTTP 402 and the agent pays as it goes — machine-to-machine payments settled on-chain, the way autonomous agents actually operate.
Works where agents already run
Any MCP-compatible client speaks to Routon out of the box — the same surface the SDK and REST API expose.
From prompt to settled execution
The agent asks for yield; the server answers with strategies from the on-chain registry, previews the path against live Pyth and Chainlink prices, and executes through the PrimitiveExecutor with every protocol invariant enforced. Approvals and calls run through the user's own wallet.
Non-custodial throughout — the server routes and verifies, but never holds funds.
Wire Routon into your agent.
One endpoint, the whole execution layer — live on eight chains today.