Skip to Content
BIT
Welcome to the docs! I'm BIT, your AI SEO guide.

WebMCP Documentation

Everything you need to audit, optimize, and integrate AI readiness into your websites.

API Reference Getting Started Code Generation

1. Getting Started

WebMCP audits your website for AI-agent readiness across 8 critical checkpoints:

  1. Navigate to the Audit Tool
  2. Enter your website URL and email
  3. Select your site type (e-commerce, blog, article, or all)
  4. Click "Check My Website Now"
  5. 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.txtAI instructions file for LLMs15%
llms-full.txtExtended AI context file10%
ai-plugin.jsonAI plugin manifest15%
robots.txtAI bot access rules10%
sitemap.xmlSite structure map10%
JSON-LD SchemaStructured data markup15%
Security HeadersCOOP, COEP, CORP headers15%
Open GraphSocial sharing metadata10%

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
Free5Basic findings (5 max)
Pro ($65/mo)20Full findings + code generation
Agency ($200/mo)UnlimitedWhite-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.

Audit Tool - Dashboard - Agency - Insights - Docs - Support - Services - Profile

(c) 2026 Purple Crib Studios. Powered by WebMCP.