eCommerce
oceanbuilders.com
Provides product listings, pricing, and inquiry submission for over-water homes.
ENDPOINT 1
https://app.oceanbuilders.com/mcp
MCP server metadata
- Name
- ocean-builders
- Version
- 1.0.0
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_inventoryLists 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-onlyget_unit_detailsFull 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-onlyget_pricing_and_deposit_policyCurrent 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 effectssubmit_inquiryRegisters a prospective buyer's interest with the Ocean Builders sales team.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.