← Registry

API Tools

oceanodroma.lv

Provides tour catalog, booking rules, and availability information for whale watching trips.

1 endpoint2 known toolsFirst detected May 13, 2026Last detected September 24, 2026

ENDPOINT 1

https://oceanodroma.lv/mcp

No auth detected

MCP server metadata

Name
oceanodroma-live-inventory
Version
2.0.0
Capabilities
completionsresourcestools
Server instructions

Use search_departures to find live capacity, then get_departure with the exact departure ID immediately before recommending direct booking. Public inventory omits past and sold-out departures.

Known tools 2

search_departures

Search future Oceanodroma whale-watching departures with enough live capacity for the requested party.

Inferred read-only
get_departure

Re-check one exact Oceanodroma departure by ID for the requested party size.

Inferred read-only

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.oceanodroma-live-inventory]
url = "https://oceanodroma.lv/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "oceanodroma-live-inventory": {
      "type": "http",
      "url": "https://oceanodroma.lv/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "oceanodroma-live-inventory": {
      "type": "http",
      "url": "https://oceanodroma.lv/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "oceanodroma-live-inventory",
  "transport": "streamable-http",
  "url": "https://oceanodroma.lv/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 oceanodroma.lv was fetched 2026-07-26T10:05:37.163Z and is being refreshed.

Trust status Neutral

oceanodroma.lv is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.