V virail MCP

Give your agent a travel search desk.

Virail's MCP server puts live trains, buses, flights, ferries, hotels, and more directly in reach of your AI agent — real prices, real schedules, real booking links. No API key, nothing to run.

Server URL
https://virail.ai/mcp
Hosted by Virail. Point any MCP-compatible client at this address.

Setup

Connect your client

Pick where your agent runs. Every client needs the same URL — only the config screen differs.

  1. 1

    Open Settings → Connectors on claude.ai.

  2. 2

    Choose Add custom connector and paste the server URL — no config file needed.

  3. 3

    Enable the Virail connector in any chat where you want it, and ask away.

  1. 1

    Open Settings → Developer → Edit Config, which opens claude_desktop_config.json.

  2. 2

    Add Virail to mcpServers:

    {
      "mcpServers": {
        "virail": {
          "url": "https://virail.ai/mcp"
        }
      }
    }
  3. 3

    Save the file and fully restart Claude Desktop.

  1. 1

    Create or open .cursor/mcp.json in your project (or the global one under your home directory).

  2. 2

    Add the same shape:

    {
      "mcpServers": {
        "virail": {
          "url": "https://virail.ai/mcp"
        }
      }
    }
  3. 3

    Reopen Cursor's MCP settings panel and confirm Virail shows as connected.

  1. 1

    Any client that speaks MCP over Streamable HTTP can use Virail — look for a "remote server," "custom connector," or "MCP URL" setting.

  2. 2

    Give it https://virail.ai/mcp. No headers, no auth, no API key.

  3. 3

    Prefer to run your own copy against Virail's public search API instead of the hosted server? The source is on GitHub.

Reference

What your agent can do

Nine tools, all live against Virail's real inventory — nothing here is simulated.

ToolWhat it does
search_transportSearch real trains, buses, flights, ferries, and carpooling between two places on a date — live prices, schedules, and booking links.
resolve_placeResolve an ambiguous city or station name to confirm before searching.
get_price_calendarSee the cheapest known fare for each day across a date range.
open_full_resultsGet a link to the full results page for a route and date.
search_accommodationFind hotels and places to stay near a destination.
search_experiencesFind tours and activities near a destination.
search_rental_carsSearch rental cars for a destination and dates.
travel_supportGet guidance on refunds, ticket changes, and booking issues.
get_italian_train_statusIT onlyCheck live delay status for a specific Italian train.
get_italian_station_departuresIT onlyGet the live departure board for an Italian station.