{
  "schema_version": "1.0",
  "name": "WebMCP Validator",
  "description": "Audits any URL for full WebMCP declarative/imperative compliance and Chrome Prompt API readiness.",
  "tools": [
    {
      "name": "webmcp-audit",
      "description": "Run a full WebMCP compliance audit on any URL. Returns a score from 0-100 with pass/fail/warn for each check.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The full URL of the website to audit (e.g. https://example.com)"
          }
        },
        "required": ["url"]
      },
      "endpoint": "https://webmcpvalidator.com/api/audit",
      "method": "GET"
    }
  ],
  "contact": "https://webmcpvalidator.com",
  "license": "https://webmcpvalidator.com/terms"
}
