WebMCP Documentation
Everything you need to audit, optimize, and integrate AI readiness into your websites.
API Reference Getting Started Code Generation1. Getting Started
WebMCP audits your website for AI-agent readiness across 8 critical checkpoints:
- Navigate to the Audit Tool
- Enter your website URL and email
- Select your site type (e-commerce, blog, article, or all)
- Click "Check My Website Now"
- Review your score, findings, and recommendations
2. Audit Scoring — 8-Point Check
Each audit checks these 8 critical areas for AI-agent accessibility:
| Checkpoint | Description | Weight |
|---|---|---|
llms.txt | AI instructions file for LLMs | 15% |
llms-full.txt | Extended AI context file | 10% |
ai-plugin.json | AI plugin manifest | 15% |
robots.txt | AI bot access rules | 10% |
sitemap.xml | Site structure map | 10% |
| JSON-LD Schema | Structured data markup | 15% |
| Security Headers | COOP, COEP, CORP headers | 15% |
| Open Graph | Social sharing metadata | 10% |
3. API Reference
Authentication
All API requests require a valid API key. Free tier allows 5 audits per minute. Pro tier allows 20 per minute.
POST /webmcp/api
Content-Type: application/json
{
"action": "audit",
"url": "https://example.com",
"email": "user@example.com"
}
Rate Limits
| Tier | Audits/Min | Features |
|---|---|---|
| Free | 5 | Basic findings (5 max) |
| Pro ($65/mo) | 20 | Full findings + code generation |
| Agency ($200/mo) | Unlimited | White-label + team accounts |
4. Code Generation
Pro tier and above get auto-generated compliance code:
Declarative HTML
AI-readable HTML tags that declare your site structure to AI agents.
JSON-LD Templates
Schema.org structured data templates for your content type.
HTTP Headers
Security headers (COOP, COEP, CORP) configuration for your server.
Imperative JS
JavaScript snippets for dynamic AI-agent interactions.
5. Integration Guide
Odoo Sites
Add the generated code to your Odoo website custom head section or theme.
WordPress Sites
Use a header injection plugin to add security headers and JSON-LD schema.
Custom Sites
Add llms.txt, ai-plugin.json files to your root directory, and include JSON-LD in your HTML head.
6. FAQ
What is WebMCP?
WebMCP is a protocol for making websites readable and accessible to AI agents, search bots, and LLMs.
How often should I audit?
Weekly monitoring is recommended for active sites. The dashboard supports automated weekly audits.
Can I white-label reports?
Yes — Agency tier ($200/mo) includes white-label PDF reports with your branding.