{
  "schemaVersion": "1.0",
  "name": "california-slip-and-fall-evidence-checker",
  "title": "California Slip & Fall Evidence Checker",
  "description": "Educational evidence-preservation decision-support tool for California slip-and-fall situations, provided by JSM Injury Firm. Exposed to humans and AI agents through a web UI, an in-page Browser WebMCP tool, a public REST API, and a Remote MCP server \u2014 all backed by one canonical decision engine.",
  "version": "1.0.0",
  "provider": {
    "name": "JSM Injury Firm",
    "url": "https://caslipandfall.com",
    "email": "ali@jsminjuryfirm.com",
    "phone": "(949) 404-4826"
  },
  "canonicalTool": "check_slip_fall_evidence",
  "channels": [
    {
      "type": "human_ui",
      "url": "https://caslipandfall.com/california-slip-and-fall-evidence-checker",
      "description": "Interactive multi-step web questionnaire returning an educational evidence checklist."
    },
    {
      "type": "browser_webmcp",
      "api": "document.modelContext.registerTool()",
      "tool": "check_slip_fall_evidence",
      "page": "https://caslipandfall.com/california-slip-and-fall-evidence-checker",
      "fallback": "https://caslipandfall.com/api/v1/check-slip-fall-evidence",
      "description": "Page-level WebMCP tool registered for in-browser AI agents, with a REST fallback."
    },
    {
      "type": "rest",
      "method": "POST",
      "url": "https://caslipandfall.com/api/v1/check-slip-fall-evidence",
      "openapi": "https://caslipandfall.com/openapi.json",
      "cors": "*",
      "description": "Public REST API. POST a JSON object of answers."
    },
    {
      "type": "remote_mcp",
      "method": "POST",
      "url": "https://caslipandfall.com/api/mcp",
      "protocol": "mcp",
      "protocolVersion": "2024-11-05",
      "transport": "json-rpc-2.0-http",
      "methods": ["initialize", "tools/list", "tools/call"],
      "cors": "*",
      "tool": "check_slip_fall_evidence"
    },
    {
      "type": "remote_mcp_legacy",
      "method": "POST",
      "url": "https://caslipandfall.com/api/webmcp",
      "protocol": "mcp",
      "tool": "check_slip_and_fall_evidence",
      "description": "Legacy MCP endpoint retained for existing integrations."
    }
  ],
  "discovery": {
    "mcp": "https://caslipandfall.com/.well-known/mcp.json",
    "openapi": "https://caslipandfall.com/openapi.json",
    "docs": "https://caslipandfall.com/docs",
    "registry": "https://caslipandfall.com/registry/index.json"
  },
  "legalSafeguards": "INFORMATIONAL / EDUCATIONAL USE ONLY \u2014 NOT LEGAL ADVICE. This tool does NOT assess liability or fault, does NOT determine whether any legal claim is valid, does NOT calculate case value or damages, does NOT estimate the probability of winning, and does NOT guarantee any outcome. Use of this tool does not create an attorney-client relationship."
}
