← oceanodroma.lt

INDIVIDUAL MCP TOOL

get_service_status

Return freshness and upstream inventory status for this MCP service.

oceanodroma.ltnone authenticationAvailability not checked

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 endpoint

oceanodroma.lt

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "oceanodroma-lt",
  "transport": "streamable-http",
  "url": "https://oceanodroma.lt/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_tour_catalog — Return the canonical tour catalog for this server.
  • get_booking_rules — Return booking rules and client-facing constraints for "Whale Watching Trip", including alias handling for `all` and the direct-booking-only policy.
  • get_next_available_departure — Return the next currently bookable departure for "Whale Watching Trip".
  • list_available_tours — List only currently bookable departures.
  • get_tour_dates — Return upcoming bookable departures for a tour code.
  • get_tour_availability — Check whether a single departure is still bookable by id or by tour code and date.