← Registry

API Tools

oceanodroma.pt

Provides tools for managing tour catalog, bookings, and departure availability for a whale watching trip service.

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

ENDPOINT 1

https://oceanodroma.pt/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.pt/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "oceanodroma-live-inventory",
  "transport": "streamable-http",
  "url": "https://oceanodroma.pt/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.pt was fetched 2026-09-25T22:12:05.953Z.

Trust status Trusted

oceanodroma.pt is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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