← obato.eu

INDIVIDUAL MCP TOOL

find_marina_with_amenities

Find European marinas (jachthavens) that match a set of amenities: electricity, water, fuel, wifi.

obato.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://obato.eu/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_marina_with_amenities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

obato.eu

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.obato-mcp]
url = "https://obato.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "obato-mcp": {
      "type": "http",
      "url": "https://obato.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: obato-mcp
Remote MCP URL: https://obato.eu/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": {
    "obato-mcp": {
      "url": "https://obato.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "obato-mcp": {
      "type": "http",
      "url": "https://obato.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "obato-mcp",
  "transport": "streamable-http",
  "url": "https://obato.eu/mcp"
}
MCP Inspector

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

Related tools

  • search_boats — Search Obato's public marketplace for boats.
  • get_boat_details — Fetch detail of one boat listing by seo_slug or id.
  • get_market_stats — Aggregate market stats (count, avg/min/max price) for a category and optional region.
  • compare_brands — Compare two boat brands head-to-head on Obato: listing counts, avg/median price, avg length, year range.
  • get_boat_pricing_stats — Pricing statistics (count, avg, median, p25, p75, min, max) for a boat category, with optional region and length range.
  • search_rentals — Search Obato's rental fleet (verhuur) for boats available to rent.
  • ask_bo — Ask Bo, Obato's AI boat expert, any question about boats, watersports or the European boat market.
  • market_snapshot — Real-time snapshot of the European boat market on Obato — total listings, average prices by boat type, and regional distribution.