← windbirds.si

INDIVIDUAL MCP TOOL

get_tour_catalog

Return the canonical tour catalog for this server.

windbirds.sinone 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

windbirds.si

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_booking_rules — Return booking rules and client-facing constraints for "Half Day Birdwatching", including alias handling for `all` and the direct-booking-only policy.
  • get_next_available_departure — Return the next currently bookable departure for "Half Day Birdwatching".
  • get_service_status — Return freshness and upstream inventory status for this MCP service.
  • 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.