From Screen-Scraping
to API Calls
Websites stop being pages. They become callable services for AI.
The Evolution
From fragile parsing to reliable protocols
How WebMCP Works
Four stages to AI-native web communication
Site exposes WebMCP endpoint
Schema defines available queries
AI requests structured data
Clean JSON returned
Two API Types
Declarative for simple forms, imperative for complex flows
Static queries with predictable responses. Perfect for product catalogs, pricing pages, and documentation indices.
→ [{id, name, price, ...}]
Multi-step interactions with JavaScript-heavy applications. Handles auth, workflows, and dynamic content.
→ {sessionId, steps, state}
Try WebMCP
Interactive terminal demo
Why WebMCP?
Benefits for AI agents and website owners
Roadmap
The path to AI-native web
Ready to Build the AI-Native Web?
Join the next evolution of the web — built for AI, not just humans.