← wmvrvz.eu.org

INDIVIDUAL MCP TOOL

find_flights

Look up flights in one of two modes: by flight number (flightNumber plus optional date), or list scheduled flights between two hubs (originHubId, destinationHubId, arrivalDateTime).

wmvrvz.eu.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://wmvrvz.eu.org/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_flights and invoke it with your own arguments.

Indexed 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 server

wmvrvz.eu.org

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.taxi2airport]
url = "https://wmvrvz.eu.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "taxi2airport": {
      "type": "http",
      "url": "https://wmvrvz.eu.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: taxi2airport
Remote MCP URL: https://wmvrvz.eu.org/api/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": {
    "taxi2airport": {
      "url": "https://wmvrvz.eu.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "taxi2airport": {
      "type": "http",
      "url": "https://wmvrvz.eu.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "taxi2airport",
  "transport": "streamable-http",
  "url": "https://wmvrvz.eu.org/api/mcp"
}
MCP Inspector

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

Related tools

  • search_locations — Autocomplete airports, ports, train stations, landmarks, and street addresses.
  • get_transfer_quotes — Vehicle options with fixed prices for a transfer between a hub (airport, port, or station) and a destination address.
  • suggest_pickup_time — Recommended pickup time for an airport arrival, including the airport-specific immigration-and-baggage buffer.
  • get_route_info — Driving distance and duration between a hub (originLat/originLng) and a destination given as a Google Place id or free-text address.
  • list_currencies — ISO 4217 currency codes accepted by get_transfer_quotes.
  • prepare_booking — Validate a selected quote and traveller details, then return an exact review and confirmation token.
  • confirm_booking — Create a real unpaid booking from the exact payload returned by prepare_booking after the traveller explicitly approves its review.