Real-time train, bus, ferry and private transfer prices across Italian cities.
This package includes:
- Frontend: Next.js 14 with i18n support (7 languages)
- MCP Server: Claude MCP server for real-time price searches
- Documentation: Architecture, research, and supplier information
cd frontend
npm install
npm run devStarts on http://localhost:3000
The MCP server connects to the production Italy Transfers API.
cd mcp
# See mcp/README.md for deployment instructionsitaly-transfer/
├── frontend/ # Next.js 14 app with next-intl
│ ├── app/ # App router pages
│ ├── components/ # React components
│ ├── lib/ # Utilities (price formatting, routing)
│ ├── messages/ # i18n translations (en, it, de, fr, es, ru, pt)
│ └── public/ # Static assets
├── mcp/ # Claude MCP server
│ ├── server.py # MCP implementation
│ ├── .mcp.json # MCP metadata
│ └── README.md # Deployment guide
└── docs/ # Documentation
├── ARCHITECTURE.md
├── research/ # SEO and market research
└── suppliers/ # Supplier integrations
Frontend:
- Real-time price search across 71+ Italian transport routes
- Multi-language support (EN, IT, DE, FR, ES, RU, PT)
- SEO-optimized static and incremental static regeneration
- Mobile-responsive Tailwind CSS design
MCP Server:
search_italy_transport- Search routes with live priceslist_italy_routes- List all 71+ available routesget_route_info- Detailed price and time infoget_cheapest_travel_day- Find best travel day
- Rome, Milan, Florence, Venice, Naples, Palermo, Genoa, Turin, Bologna, Verona
- All major airports (FCO, MXP, VCE, BGY, NAP)
- Interconnected routes: 71+ popular destinations
Language: TypeScript (frontend), Python (MCP) Framework: Next.js 14, FastMCP Styling: Tailwind CSS i18n: next-intl
- Architecture - System design and components
- MCP Server - Claude integration guide
- Contributing - Development workflow
MIT
For issues, questions, or contributions:
- Check CONTRIBUTING.md
- Review existing GitHub Issues
- Submit a new issue with details