API Tools
windbirds.si
This server provides tour catalog and booking information for birdwatching tours.
ENDPOINT 1
https://windbirds.si/mcp
MCP server metadata
- Name
- windbirds-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 Madeira Wind Birds half-day birdwatching departures with enough live capacity for the requested party.
Inferred read-onlyget_departureRe-check one exact Madeira Wind Birds half-day birdwatching 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.windbirds-live-inventory]
url = "https://windbirds.si/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"windbirds-live-inventory": {
"type": "http",
"url": "https://windbirds.si/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: windbirds-live-inventory
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-live-inventory": {
"url": "https://windbirds.si/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"windbirds-live-inventory": {
"type": "http",
"url": "https://windbirds.si/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "windbirds-live-inventory",
"transport": "streamable-http",
"url": "https://windbirds.si/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.