API Tools
wmvrvz.eu.org
Provides travel logistics APIs for airport transfers, flight lookup, and route information.
ENDPOINT 1
https://wmvrvz.eu.org/api/mcp
MCP server metadata
- Name
- taxi2airport
- Version
- 1.3.0
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_locationsAutocomplete airports, ports, train stations, landmarks, and street addresses.
Inferred read-onlyget_transfer_quotesVehicle options with fixed prices for a transfer between a hub (airport, port, or station) and a destination address.
Potential side effectsfind_flightsLook 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-onlysuggest_pickup_timeRecommended pickup time for an airport arrival, including the airport-specific immigration-and-baggage buffer.
Inferred read-onlyget_route_infoDriving distance and duration between a hub (originLat/originLng) and a destination given as a Google Place id or free-text address.
Inferred read-onlyprepare_bookingValidate a selected quote and traveller details, then return an exact review and confirmation token.
Inferred read-onlyconfirm_bookingCreate a real unpaid booking from the exact payload returned by prepare_booking after the traveller explicitly approves its review.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.