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 available ferry trips between two ports on a specific date",
"parameters": {
"departurePort": "string",
"arrivalPort": "string",
"date": "string (YYYY-MM-DD)"
}
}
Redirect to Ferryhopper
{
"name": "redirect_to_search_results_page",
"description": "Returns a redirection URL to the search results page so the user can continue to booking",
"parameters": {
"departurePort": "string",
"arrivalPort": "string",
"ownerCompany": "string",
"departureDateTime": "string",
"arrivalDateTime": "string",
"vesselID": "string"
}
}
Claude Desktop — Installation & Setup
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?”
Quick actions
Copy or download the config snippet below to paste into claude_desktop_config.json
.
Copy config
Related Servers
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API, providing updated information for LLMs.
Parquet MCP Server
An MCP server for web and similarity search, designed for Claude Desktop. It integrates with various external embedding and API services.
News Fact-Checker
Automated fact-checking of news headlines using web search and Google Gemini AI.
Caltrain MCP Server
Provides real-time Caltrain schedule information using GTFS data.
Stock Analysis
Access real-time and historical Indian stock data using the Yahoo Finance API.
DuckDuckGo Search
Perform web searches using the DuckDuckGo API, with features for fetching and parsing content.
Amazon Shopping with Claude
An MCP server for searching and buying products on Amazon.
Tavily Search
A comprehensive search agent powered by the Tavily API for in-depth and reliable search results across various topics.
Serper Search and Scrape
Web search and webpage scraping using the Serper API.
Haloscan
Interact with the Haloscan SEO API for search engine optimization tasks.