INDIVIDUAL MCP TOOL
get_facts
Citable facts about boats and watersports from Obato's knowledge graph, ranked by authority score.
LIVE ENDPOINT
https://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-mcp
Connect to this endpoint to inspect the live schema for get_facts 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
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://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"obato-mcp": {
"type": "http",
"url": "https://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: obato-mcp
Remote MCP URL: https://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-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://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"obato-mcp": {
"type": "http",
"url": "https://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "obato-mcp",
"transport": "streamable-http",
"url": "https://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-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.find_marina_with_amenities— Find European marinas (jachthavens) that match a set of amenities: electricity, water, fuel, wifi.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.