Ferryhopper MCP Server
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
Overview
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
Key features
- 🌍Search ports and connections across 33 countries and 190+ ferry operators
- ⛴️Get real-time ferry itineraries with indicative prices
- 🔗Receive a direct link to Ferryhopper.com for booking and payment
Use cases
- Assist users searching for ferry routes and daily itineraries
- Recommend destinations based on departure port and date
- Power travel chatbots to plan island-hopping or multi-leg journeys
Available tools (API surface)
Get ports
{
"name": "get_ports",
"description": "Get a list of global ports and their details"
}
Search trips
{
"name": "search_trips",
"description": "Get a list of available ferry trips between two ports on a specific date",
"parameters": {
"departureLocation": "string",
"arrivalLocation": "string",
"date": "string (YYYY-MM-DD)"
}
}
Get Direct Connections
{
"name": "",
"description": "Get a list of all the direct connections between ports",
"parameters": {
"portLocation": "string"
}
}
Installation & Setup
Generic Client
Several AI agents currently support the connection with MCP servers. Application Examples:
- Gemini CLI
- VS Code tab.
- Cursor Consult their documentation and use the following URL for connecting:
https://mcp.ferryhopper.com/mcp
Claude Desktop
A. Add a custom connector in Claude Teams
MCP documentation
Only workspace owners and admins or Pro plan users have permission to add custom connectors.
- Open Settings > Connectors in Claude Teams.
- Switch to the Organization connectors tab.
- Click Add custom connector at the bottom.
- Fill in:
Name:ferryhopper-mcp-server
Remote MCP server URL:https://mcp.ferryhopper.com/mcp - Click Add to finish.
B. Configure Claude Desktop manually via the configuration file
- Verify Node.js is installed: open a terminal and run
node -v. If missing, install from nodejs.org. - In Claude Desktop go to Settings > Developer and click Edit config to open
claude_desktop_config.json. - Add the MCP server entry under
mcpServers, save the file and restart Claude Desktop.
Example configuration
{
"mcpServers": {
"ferryhopper-mcp-server": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://mcp.ferryhopper.com/mcp"]
}
}
}
After restarting, Claude Desktop should connect to the Ferryhopper MCP server and expose the tools above to your assistant.
Example Prompts
“What ferries depart from Piraeus to Aegina on Saturday morning?”
“Help me find a ferry from Ibiza to Barcelona on July 11th for 2 adults and 1 child (7 years old).”
“I want to visit an island within 3 hours of Athens tomorrow and return the next day — what are my options?”
Related Servers
Plex MCP Server
Search your Plex media library. Supports OAuth and static token authentication.
Krep MCP Server
A high-performance string search server powered by the krep binary.
Eventbrite
Interact with the Eventbrite API to search for events, get event details, and retrieve venue information.
Open Brewery DB
Search and retrieve brewery data worldwide using the Open Brewery DB API.
NPM Search
Search for npm packages
Bucketeer Docs Local MCP Server
A local server to query Bucketeer documentation, which automatically fetches and caches content from its GitHub repository.
MCP RAG
A managed Retrieval-Augmented Generation (RAG) server using MCP, integrated with knowledge bases and OpenSearch.
독립유공자 공훈록
Query records of Korean independence activists from the Ministry of Patriots and Veterans Affairs.
Agently MCP
Discover public A2A agents on the Agently platform using its public API.
MCP Domain Availability Checker
Check the availability of domain names across over 50 popular TLDs using DNS and WHOIS verification.