Data Collection
obato.eu
Provides access to boat marketplace listings and market analytics from Obato's public marketplace.
ENDPOINT 1
https://lxwmpzawnvyyljpqjqmx.supabase.co/functions/v1/obato-mcp
MCP server metadata
- Name
- obato-mcp
- Version
- 1.0.0
Known tools 11
get_market_statsAggregate market stats (count, avg/min/max price) for a category and optional region.
Inferred read-onlycompare_brandsCompare two boat brands head-to-head on Obato: listing counts, avg/median price, avg length, year range.
Inferred read-onlyget_boat_pricing_statsPricing statistics (count, avg, median, p25, p75, min, max) for a boat category, with optional region and length range.
Inferred read-onlyfind_marina_with_amenitiesFind European marinas (jachthavens) that match a set of amenities: electricity, water, fuel, wifi.
Inferred read-onlyask_boAsk Bo, Obato's AI boat expert, any question about boats, watersports or the European boat market.
Inferred read-onlymarket_snapshotReal-time snapshot of the European boat market on Obato — total listings, average prices by boat type, and regional distribution.
Inferred read-onlyget_brand_infoKnowledge-graph info about a specific boat brand or manufacturer on Obato: description, expert facts, authority score, active listing count.
Inferred read-onlyget_factsCitable facts about boats and watersports from Obato's knowledge graph, ranked by authority score.
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.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.
ENDPOINT 2
https://obato.eu/mcp
MCP server metadata
- Name
- obato-mcp
- Version
- 1.0.0
Known tools 11
get_market_statsAggregate market stats (count, avg/min/max price) for a category and optional region.
Inferred read-onlycompare_brandsCompare two boat brands head-to-head on Obato: listing counts, avg/median price, avg length, year range.
Inferred read-onlyget_boat_pricing_statsPricing statistics (count, avg, median, p25, p75, min, max) for a boat category, with optional region and length range.
Inferred read-onlyfind_marina_with_amenitiesFind European marinas (jachthavens) that match a set of amenities: electricity, water, fuel, wifi.
Inferred read-onlyask_boAsk Bo, Obato's AI boat expert, any question about boats, watersports or the European boat market.
Inferred read-onlymarket_snapshotReal-time snapshot of the European boat market on Obato — total listings, average prices by boat type, and regional distribution.
Inferred read-onlyget_brand_infoKnowledge-graph info about a specific boat brand or manufacturer on Obato: description, expert facts, authority score, active listing count.
Inferred read-onlyget_factsCitable facts about boats and watersports from Obato's knowledge graph, ranked by authority score.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.