{
  "schema_version": "1.0",
  "name": "california-dog-bite-evidence-checklist",
  "title": "California Dog Bite Evidence Checklist",
  "version": "1.0.0",
  "description": "Educational California dog bite / animal attack evidence-preservation checklist provided by JSM Injury Firm APC. Accessible to humans, AI assistants, and autonomous agents through one canonical decision engine.",
  "provider": {
    "organization": "JSM Injury Firm APC",
    "attorney": "Ali S. Mahmood",
    "phone": "(949) 404-4826",
    "email": "ali@jsminjuryfirm.com",
    "website": "https://jsminjuryfirm.com",
    "consultation_url": "https://jsminjuryfirm.com/contact",
    "service_area": "California (emphasis on Orange County and Riverside County)"
  },
  "base_url": "https://caldogbiteevidence.com",
  "canonical_tool": "check_dog_bite_evidence",
  "human_ui": {
    "checklist": "https://caldogbiteevidence.com/checklist",
    "decision_tools": "https://caldogbiteevidence.com/decision-tools",
    "docs": "https://caldogbiteevidence.com/docs"
  },
  "access_channels": [
    {
      "type": "rest",
      "name": "REST API",
      "method": "POST",
      "url": "https://caldogbiteevidence.com/api/v1/check-dog-bite-evidence",
      "openapi": "https://caldogbiteevidence.com/openapi.json",
      "cors": "*"
    },
    {
      "type": "mcp-remote",
      "name": "Remote MCP (JSON-RPC 2.0)",
      "method": "POST",
      "url": "https://caldogbiteevidence.com/api/mcp",
      "protocol": "mcp",
      "protocolVersion": "2024-11-05",
      "methods": ["initialize", "tools/list", "tools/call", "ping"],
      "cors": "*"
    },
    {
      "type": "mcp-webmcp",
      "name": "WebMCP (JSON-RPC 2.0)",
      "method": "POST",
      "url": "https://caldogbiteevidence.com/api/webmcp",
      "discovery": "https://caldogbiteevidence.com/.well-known/mcp.json",
      "protocol": "mcp",
      "protocolVersion": "2024-11-05",
      "methods": ["initialize", "tools/list", "tools/call", "ping"],
      "cors": "*"
    },
    {
      "type": "browser-webmcp",
      "name": "Browser WebMCP (document.modelContext.registerTool)",
      "tool": "check_dog_bite_evidence",
      "registration": "Registered on every page when document.modelContext is available; executes against the REST endpoint as fallback."
    }
  ],
  "tools": [
    {
      "name": "check_dog_bite_evidence",
      "description": "California Dog Bite Evidence Checklist. Given a plain-language description of a dog bite or animal attack in California, returns a personalized, educational checklist: evidence to preserve now, what to avoid, plain-language questions that may be worth attorney review, and an educational urgency indicator.",
      "channels": ["rest", "mcp-remote", "mcp-webmcp", "browser-webmcp"]
    }
  ],
  "legal": {
    "safeguards": "Educational evidence-preservation support only. This tool does NOT provide legal advice, does NOT assess liability or fault, does NOT determine whether you have a valid claim or case, does NOT estimate case value, does NOT predict the probability of winning, and does NOT guarantee compensation or any legal outcome. It does not create an attorney-client relationship. Only an attorney can evaluate the facts of your specific situation.",
    "disclaimer": "The California Dog Bite Evidence Checklist is an educational tool only. It does not provide legal advice, determine whether you have a valid claim, guarantee compensation, or create an attorney-client relationship. Only an attorney can evaluate the facts of your specific situation."
  }
}
