{
  "name": "Parcel",
  "description": "The agent-native infrastructure layer for real estate. Trust, data, negotiation, and settlement for AI agents acting on property.",
  "url": "https://parcel.sohala.ai",
  "protocols": {
    "mcp": "/mcp",
    "a2a": "/.well-known/agent-card.json"
  },
  "auth": {
    "type": "parcel-passport",
    "scheme": "bearer",
    "description": "Short-lived, scoped, DID/VC-shaped JWT credential"
  },
  "pay": {
    "reads": "credits",
    "actions": "credits|x402",
    "settlement": "ap2"
  },
  "docs": {
    "openapi": "/openapi.yaml",
    "llms": "/llms.txt",
    "llmsFull": "/llms-full.txt",
    "website": "https://parcel.sohala.ai"
  },
  "capabilities": [
    "property-lookup-by-gps",
    "parcel-resolution-to-apn",
    "multi-source-avm-blending",
    "verifiable-agent-identity",
    "human-gated-mandates",
    "agent-to-agent-negotiation",
    "metered-settlement"
  ],
  "standards": ["MCP", "A2A", "DID", "VC", "x402", "AP2"],
  "category": "real-estate-infrastructure"
}
