Are you the author? Sign in to claim
Italian transfer booking API and web app
Real-time train, bus, ferry and private transfer prices across Italian cities.
This package includes:
cd frontend
npm install
npm run dev
Starts on http://localhost:3000
The MCP server connects to the production Italy Transfers API.
cd mcp
# See mcp/README.md for deployment instructions
italy-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:
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 dayLanguage: TypeScript (frontend), Python (MCP) Framework: Next.js 14, FastMCP Styling: Tailwind CSS i18n: next-intl
MIT
For issues, questions, or contributions:
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows