{
  "specVersion": "1.0",
  "host": {
    "displayName": "Property Bot",
    "identifier": "did:web:property.bot",
    "documentationUrl": "https://property.bot",
    "trustManifest": {
      "identity": "https://property.bot",
      "identityType": "https",
      "provenance": [
        {
          "relation": "publishedFrom",
          "sourceId": "https://github.com/fourcolors/property-bot"
        }
      ]
    }
  },
  "entries": [
    {
      "identifier": "urn:air:property.bot:mcp:property-bot",
      "displayName": "Property Bot MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://property.bot/.well-known/mcp/server-card.json",
      "description": "Bearer-gated roommate and housing matcher MCP. First-person tools only for the authenticated caller.",
      "capabilities": [
        "lookup_person",
        "remember_person",
        "find_matches",
        "send_text",
        "delete_person"
      ],
      "representativeQueries": [
        "help me find a roommate in Denver",
        "list a room I have available",
        "call Property Bot to find a place to live"
      ],
      "trustManifest": {
        "identity": "https://property.bot",
        "identityType": "https",
        "provenance": [
          {
            "relation": "publishedFrom",
            "sourceId": "https://github.com/fourcolors/property-bot"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:property.bot:docs:agents",
      "displayName": "Property Bot docs for agents",
      "type": "text/html",
      "url": "https://property.bot/docs",
      "description": "Agent documentation for the public phone, WebMCP, MCP URL, OpenAPI, and privacy limits.",
      "representativeQueries": [
        "how do agents use Property Bot",
        "where is the Property Bot MCP URL"
      ],
      "trustManifest": {
        "identity": "https://property.bot",
        "identityType": "https",
        "provenance": [
          {
            "relation": "publishedFrom",
            "sourceId": "https://github.com/fourcolors/property-bot"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:property.bot:api:openapi",
      "displayName": "Property Bot public OpenAPI",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://property.bot/openapi.json",
      "description": "OpenAPI 3 description of the public unauthenticated info API only.",
      "representativeQueries": [
        "Property Bot public API health",
        "Property Bot openapi.json"
      ],
      "trustManifest": {
        "identity": "https://property.bot",
        "identityType": "https",
        "provenance": [
          {
            "relation": "publishedFrom",
            "sourceId": "https://github.com/fourcolors/property-bot"
          }
        ]
      }
    }
  ]
}
