italy-transfers
takecarsdd/italy-transfersReal-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.
Tools · 4
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 all available transport routes between Italian cities. Returns: JSON list of routes with cheapest prices and number of offers
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 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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"italy-transfers": {
"url": "https://italyfare.com/mcp",
"transport": "http"
}
}
}