Matt Carey

Matt Carey

I work on Agents and MCP at Cloudflare and I'm one of the maintainers of the official MCP Typescript SDK. At Cloudflare, I get to apply our primitives like Dynamic Worker Loaders and Durable Objects to agents and help some of the leaders in the space build their own. Previously a professional windsurfer - I raced for Malta at several World and European championships.
Every API is a Tool for Agents with Code Mode
Node Congress 2026Node Congress 2026
Upcoming
Every API is a Tool for Agents with Code Mode
At Cloudflare we have a lot of products. Our REST OpenAPI spec is over 2.3 million tokens. When teams wanted to let AI agents access their services, they did what everyone does: cherry-picked important endpoints for their product, wrote some tool definitions and shipped a an MCP Server that covered a small fraction of their API.I think we got it all wrong.The context limit is not an MCP problem. It's an Agent problem. Tools should probably be discovered on demand. CLIs get this for free, self-discoverable and documented by design. APIs just need a little help.This talk will cover how Code Mode works, why Dynamic Worker Loaders are super cool and how efficient sandboxes will be the great unlock for Agents.