← costabravarentaboat.com

INDIVIDUAL MCP TOOL

request_booking_hold

Create a temporary 30-minute booking hold for a boat at a specific date/time/duration.

costabravarentaboat.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

costabravarentaboat.com

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.costabravarentaboat-com]
url = "https://www.costabravarentaboat.com/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "costabravarentaboat-com": {
      "type": "http",
      "url": "https://www.costabravarentaboat.com/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: costabravarentaboat-com
Remote MCP URL: https://www.costabravarentaboat.com/api/mcp/public

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": {
    "costabravarentaboat-com": {
      "url": "https://www.costabravarentaboat.com/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "costabravarentaboat-com": {
      "type": "http",
      "url": "https://www.costabravarentaboat.com/api/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "costabravarentaboat-com",
  "transport": "streamable-http",
  "url": "https://www.costabravarentaboat.com/api/mcp/public"
}
MCP Inspector

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

Related tools

  • search_boats — Search the fleet by free-text query, minimum capacity, license requirement and/or maximum hourly price.
  • check_availability — Get available start slots for a specific boat on a given date.
  • get_pricing_calendar — Per-day pricing for a boat+duration over a date range (max 120 days).
  • list_routes — List the 5 maritime routes departing from Puerto de Blanes: GPS waypoints, distance, estimated time, difficulty and highlights.
  • get_faq — Search the FAQ knowledge base.
  • search_knowledge — Free-text search across boats, FAQs, glossary terms and routes.
  • get_business_info — Canonical business context as Schema.org JSON-LD graph: legalName (DAMAR COSTA BRAVA S.L.), VAT, fleet, season Event, live Google rating + reviews, destinations and disambiguation against competitors with similar names.
  • get_glossary — Return the 18-term nautical glossary (LNB, PER, milla náutica, fondear, eslora, cala, etc.) with full definitions in Spanish.