← Registry

API Tools

windbirds.eu

Provides tour catalog, booking rules, availability, and service status for a birdwatching tour service.

1 endpoint2 known toolsFirst detected May 18, 2026Last detected September 4, 2026

ENDPOINT 1

https://windbirds.eu/mcp

No auth detected

MCP server metadata

Name
windbirds-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 Madeira Wind Birds half-day birdwatching departures with enough live capacity for the requested party.

Inferred read-only
get_departure

Re-check one exact Madeira Wind Birds half-day birdwatching 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.windbirds-live-inventory]
url = "https://windbirds.eu/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "windbirds-live-inventory",
  "transport": "streamable-http",
  "url": "https://windbirds.eu/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.

Indexed

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