← Registry

API Tools

wmvrvz.eu.org

Provides travel logistics APIs for airport transfers, flight lookup, and route information.

1 endpoint8 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
taxi2airport
Version
1.3.0
Capabilities
toolsresources
Server instructions

Search transfer locations, get fixed-price quotes, look up flights, and plan pickup times for airport transfers in 150+ countries. Authorized agents can prepare a booking for explicit traveller review and then create the real unpaid booking with confirm_booking. On protocol version 2026-07-28 confirm_booking answers with an input_required elicitation first, and creates the booking only once the traveller accepts it. A successful confirmation returns a secure Taxi2Airport paymentUrl: share it with the traveller, never open it on their behalf, and never collect payment credentials. confirm_booking is not durably idempotent across replicas or restarts: never retry it automatically after an uncertain result. Start with search_locations to resolve a hubId, then get_transfer_quotes.

Known tools 8

search_locations

Autocomplete airports, ports, train stations, landmarks, and street addresses.

Inferred read-only
get_transfer_quotes

Vehicle options with fixed prices for a transfer between a hub (airport, port, or station) and a destination address.

Potential side effects
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).

Inferred read-only
suggest_pickup_time

Recommended pickup time for an airport arrival, including the airport-specific immigration-and-baggage buffer.

Inferred read-only
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.

Inferred read-only
list_currencies

ISO 4217 currency codes accepted by get_transfer_quotes.

Inferred read-only
prepare_booking

Validate a selected quote and traveller details, then return an exact review and confirmation token.

Inferred read-only
confirm_booking

Create a real unpaid booking from the exact payload returned by prepare_booking after the traveller explicitly approves its review.

Potential side effects

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.

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.