{
  "schema_version": 1,
  "site": {
    "domain": "webbotauth.net",
    "name": "WebBotAuth.net",
    "description": "Neutral checker for Web Bot Auth deployments - grades a domain's JWKS directory and RFC 9421 signatures A-F."
  },
  "tools": [
    {
      "name": "check_web_bot_auth",
      "description": "Check a domain's Web Bot Auth deployment. Returns a graded report (verdict valid/invalid/not_found, grade A-F, score, check results).",
      "inputSchema": {
        "type": "object",
        "required": [
          "domain"
        ],
        "properties": {
          "domain": {
            "type": "string",
            "description": "Domain to check, e.g. example.com"
          }
        }
      },
      "endpoint": "https://webbotauth.net/_webmcp/exec/check_web_bot_auth",
      "method": "POST",
      "transport": "cf-webmcp/1"
    },
    {
      "name": "verify_signature",
      "description": "Verify an HTTP message signature against the Web Bot Auth profile. Accepts Signature and Signature-Input headers from a signed request.",
      "inputSchema": {
        "type": "object",
        "required": [
          "signature",
          "signature_input"
        ],
        "properties": {
          "signature": {
            "type": "string",
            "description": "Value of the Signature header from the signed request."
          },
          "signature_input": {
            "type": "string",
            "description": "Value of the Signature-Input header from the signed request."
          },
          "signature_agent": {
            "type": "string",
            "description": "Optional: value of the Signature-Agent header."
          }
        }
      },
      "endpoint": "https://webbotauth.net/_webmcp/exec/verify_signature",
      "method": "POST",
      "transport": "cf-webmcp/1"
    }
  ],
  "links": {
    "self": "https://webbotauth.net/.well-known/webmcp",
    "landing": "https://webbotauth.net/mcp",
    "bootstrap": "https://webbotauth.net/_webmcp/bootstrap.c1647b9e.js",
    "health": "https://webbotauth.net/_webmcp/health",
    "api_catalog": "https://webbotauth.net/.well-known/api-catalog",
    "agent_skills": "https://webbotauth.net/.well-known/agent-skills/site/SKILL.md",
    "agent_skills_index": "https://webbotauth.net/.well-known/agent-skills/index.json"
  },
  "generated_at": "2026-06-07T16:01:45.713Z",
  "config_hash": "c1647b9e"
}