← windbirds.lt
INDIVIDUAL MCP TOOL
get_next_available_departure
Return the next currently bookable departure for "Half Day Birdwatching".
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
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-lt]
url = "https://windbirds.lt/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"windbirds-lt": {
"type": "http",
"url": "https://windbirds.lt/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: windbirds-lt
Remote MCP URL: https://windbirds.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": {
"windbirds-lt": {
"url": "https://windbirds.lt/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"windbirds-lt": {
"type": "http",
"url": "https://windbirds.lt/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "windbirds-lt",
"transport": "streamable-http",
"url": "https://windbirds.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 "Half Day Birdwatching", including alias handling for `all` and the direct-booking-only policy.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.