Skip to content
Back to Ocean Builders

Card snapshot

app.oceanbuilders.com · 2026-09-11 16:43:22 UTC · 5acf0e3bfb2b03349ffe2be37f11b405b81f95674f22f72ba6afaa614d7acaf3

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Ocean Builders",
  "description": "Structured product data for Ocean Builders over-water homes at Maldivia Ocean Estates (Meemu Atoll, Maldives): search inventory, spec sheets, pricing and deposit policy, and buyer inquiries. NOTE: the endpoint speaks the Model Context Protocol (streamable HTTP), not A2A \u2014 connect with an MCP client.",
  "url": "https://app.oceanbuilders.com/mcp",
  "protocol": "mcp",
  "version": "1.0.0",
  "provider": {
    "organization": "Ocean Builders",
    "url": "https://oceanbuilders.com"
  },
  "documentationUrl": "https://app.oceanbuilders.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search_inventory",
      "name": "Search Ocean Builders home inventory",
      "description": "Over-water home product types currently offered (studio, 2-bedroom, 3-bedroom, \u2026) with model, coarse availability band, size, headline features and starting price.",
      "tags": [
        "inventory",
        "real-estate",
        "maldives"
      ]
    },
    {
      "id": "get_unit_details",
      "name": "Get the spec sheet for one home type",
      "description": "Layouts, dimensions, what is included, community amenities, imagery links and the availability band for one product type.",
      "tags": [
        "specs",
        "real-estate"
      ]
    },
    {
      "id": "get_pricing_and_deposit_policy",
      "name": "Get list pricing and the reservation deposit policy",
      "description": "Current list price ranges (USD), the refundable reservation deposit and its policy, payment milestones, and the link to reserve online.",
      "tags": [
        "pricing",
        "deposit"
      ]
    },
    {
      "id": "submit_inquiry",
      "name": "Register a buyer inquiry with the sales team",
      "description": "Registers a prospective buyer's interest (name + email, optional phone/message) with the Ocean Builders sales team, who follow up by email.",
      "tags": [
        "inquiry",
        "sales"
      ]
    }
  ],
  "mcp": {
    "endpoint": "https://app.oceanbuilders.com/mcp",
    "transport": "streamable-http",
    "authentication": "none",
    "tools": [
      "search_inventory",
      "get_unit_details",
      "get_pricing_and_deposit_policy",
      "submit_inquiry"
    ]
  }
}