API Tools
oceanodroma.be
Provides information about whale-watching departures, including search and details by ID.
ENDPOINT 1
https://oceanodroma.be/mcp
MCP server metadata
- Name
- oceanodroma-live-inventory
- Version
- 2.0.0
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_departuresSearch future Oceanodroma whale-watching departures with enough live capacity for the requested party.
Inferred read-onlyget_departureRe-check one exact Oceanodroma departure by ID for the requested party size.
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.oceanodroma-live-inventory]
url = "https://oceanodroma.be/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"oceanodroma-live-inventory": {
"type": "http",
"url": "https://oceanodroma.be/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: oceanodroma-live-inventory
Remote MCP URL: https://oceanodroma.be/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.be/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"oceanodroma-live-inventory": {
"type": "http",
"url": "https://oceanodroma.be/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "oceanodroma-live-inventory",
"transport": "streamable-http",
"url": "https://oceanodroma.be/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.be was fetched 2026-09-06T08:43:58.640Z.
oceanodroma.be is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.