← Registry

eCommerce

oceanbuilders.com

Provides product listings, pricing, and inquiry submission for over-water homes.

1 endpoint4 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://app.oceanbuilders.com/mcp

No auth detected

MCP server metadata

Name
ocean-builders
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Ocean Builders sells over-water homes at Maldivia Ocean Estates (Meemu Atoll, Maldives). Use search_inventory / get_unit_details / get_pricing_and_deposit_policy for structured product data, and submit_inquiry to register a prospective buyer's interest with the sales team. Availability is expressed only as coarse bands (available / limited / sold_out); exact unit counts are not published.

Known tools 4

search_inventory

Lists the over-water home product types currently offered (studio, 2-bedroom, 3-bedroom, …) with model name, coarse availability band (available / limited / sold_out — exact unit counts are not published), size, headline features, and starting price.

Inferred read-only
get_unit_details

Full specification for one product type/model: layouts, dimensions, what is included (appliances, furniture, smart home), community amenities, imagery links, and the availability band.

Inferred read-only
get_pricing_and_deposit_policy

Current list price ranges per home type (USD), the refundable reservation deposit amount and its policy, the payment milestone schedule, and the link to reserve online.

Potential side effects
submit_inquiry

Registers a prospective buyer's interest with the Ocean Builders sales team.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ocean-builders]
url = "https://app.oceanbuilders.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ocean-builders": {
      "type": "http",
      "url": "https://app.oceanbuilders.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ocean-builders
Remote MCP URL: https://app.oceanbuilders.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ocean-builders": {
      "url": "https://app.oceanbuilders.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ocean-builders": {
      "type": "http",
      "url": "https://app.oceanbuilders.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ocean-builders",
  "transport": "streamable-http",
  "url": "https://app.oceanbuilders.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.