
Syntax - Tasty Web Development Treats 979: WebMCP: New Standard to Expose Your Apps to AI
86 snips
Feb 16, 2026 They unpack WebMCP, a new standard that lets AI call site actions instead of simulating clicks. A grocery app demo shows how tools are published and discovered by browsers. They debate imperative versus declarative APIs, token and performance gains, and the challenges of cross-site flows and headless operation.
AI Snips
Chapters
Transcript
Episode notes
WebMCP Publishes Tools For AI
- WebMCP lets websites publish structured tools so AIs can call them directly instead of simulating clicks.
- That exposes app functionality with input/output schemas for fast, reliable AI interactions.
Demo: AI Edits Grocery App Live
- Wes demos adding bananas to Costco, moving them to Whole Foods, and adding a recipe shopping list via an AI using WebMCP.
- The demo shows the AI parsing natural language and calling site tools to modify the grocery app directly.
Two Simple Ways To Declare Tools
- WebMCP exposes tools either imperatively via window.navigator registration or declaratively via HTML form attributes.
- Forms can let the spec infer schemas, making adoption extremely simple for existing sites.
