{
  "schema_version": "2025-06-18",
  "name": "obato-mcp",
  "title": "Obato Watersport Marketplace",
  "description": "Read-only MCP server for searching boats, yachts and rental listings across Obato's European watersport marketplace. Powered by Bo, Obato's AI assistant.",
  "version": "1.0.0",
  "icons": [
    { "src": "https://obato.eu/favicons/apple-touch-180.png", "sizes": ["180x180"], "mimeType": "image/png" },
    { "src": "https://obato.eu/favicons/obato-v2-512.png", "sizes": ["512x512"], "mimeType": "image/png" },
    { "src": "https://obato.eu/favicons/obato-v2.svg", "mimeType": "image/svg+xml" }
  ],
  "vendor": {
    "name": "Obato",
    "url": "https://obato.eu",
    "contact": "roelof@obato.eu"
  },
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://obato.eu/mcp"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "logging": false
  },
  "auth": {
    "type": "none",
    "note": "Fully read-only public endpoints; no authentication required and no mutating tools are exposed."
  },
  "tools": [
    {
      "name": "search_boats",
      "description": "Search the Obato marketplace for boats by free-text query, category, region, and price range."
    },
    {
      "name": "get_boat_details",
      "description": "Fetch full details of a specific boat listing by slug or id."
    },
    {
      "name": "get_market_stats",
      "description": "Aggregate market statistics for a boat category or region (avg price, count, trend)."
    },
    {
      "name": "compare_brands",
      "description": "Head-to-head comparison of two boat brands on Obato (counts, avg/median price, length, year range). Powers 'X vs Y' answer-engine queries."
    },
    {
      "name": "get_boat_pricing_stats",
      "description": "Pricing statistics (count, avg, median, p25/p75, min, max) for a boat category, with optional region and length range."
    },
    {
      "name": "find_marina_with_amenities",
      "description": "Find European marinas matching required amenities (electricity, water, fuel, wifi), optionally filtered by country or province."
    },
    {
      "name": "search_rentals",
      "description": "Search Obato's rental fleet (verhuur) for boats available to rent, with filters for type, region/country, capacity, max price per day and optional date."
    },
    {
      "name": "ask_bo",
      "description": "Ask Bo, Obato's AI boat expert, any question about boats, watersports or the European boat market. Returns a cited answer grounded in Obato's live market data. Rate-limited (5 req/min/IP)."
    },
    {
      "name": "market_snapshot",
      "description": "Real-time snapshot of the European boat market on Obato — total listings, average prices by boat type, and regional distribution. Cached ~5 minutes."
    },
    {
      "name": "get_brand_info",
      "description": "Knowledge-graph info about a specific boat brand or manufacturer on Obato: description, expert facts, authority score, active listing count."
    },
    {
      "name": "get_facts",
      "description": "Citable facts about boats and watersports from Obato's knowledge graph, ranked by authority score. Each fact includes a source citation suitable for grounded LLM answers."
    }
  ],
  "documentation_url": "https://obato.eu/llms.txt"
}