Skip to content
Back to search
100
MCP http

italy-transfers

takecarsdd/italy-transfers

Real-time train, bus, ferry and private transfer prices between 40+ Italian cities. Find the cheapest transport options and best travel days with live data updated daily from FlixBus, Trenitalia, Italo and more.

Uptime
no direct probes in 30d
Response
99ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_italy_transport

Search for transport options between two Italian cities. Args: from_city: Origin city slug (e.g. 'rome', 'milan', 'florence', 'venice', 'naples', 'bologna') to_city: Destinat…

list_italy_routes

List all available transport routes between Italian cities. Returns: JSON list of routes with cheapest prices and number of offers

get_cheapest_travel_day

Find the cheapest day of the week to travel between two Italian cities. Args: from_city: Origin city slug (e.g. 'rome', 'milan', 'florence') to_city: Destination city slug (e…

get_route_info

Get detailed information about a transport route between two Italian cities, including available transport modes, price ranges, and travel times. Args: from_city: Origin city slu…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "italy-transfers": {
      "url": "https://italyfare.com/mcp",
      "transport": "http"
    }
  }
}