Sponsored by Deepsite.site

Ferryhopper Mcp Server

Created By
FerryhopperOrg3 months ago
Ferry trip planning powered by live data from Ferryhopper — integrate into your AI assistant for fast, reliable ferry search and booking redirects.
Content

Ferryhopper MCP Server

Ferry trip planning powered by live data from Ferryhopper — integrate into your AI assistant for fast, reliable ferry search and booking redirects.

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.

  1. Open Settings > Connectors in Claude Teams.
  2. Switch to the Organization connectors tab.
  3. Click Add custom connector at the bottom.
  4. Fill in:
    • Name: ferryhopper-mcp-server
    • Remote MCP server URL: https://mcp.ferryhopper.com/mcp
  5. Click Add to finish.

B. Configure Claude Desktop manually via the configuration file

  1. Verify Node.js is installed: open a terminal and run node -v. If missing, install from nodejs.org.
  2. In Claude Desktop go to Settings > Developer and click Edit config to open claude_desktop_config.json.
  3. 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.

{
  "mcpServers": {
    "ferryhopper-mcp-server": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://mcp.ferryhopper.com/mcp"]
    }
  }
}

Built for integration with Ferryhopper — adapt the text and examples to your product requirements.

Contact: ferryhapi@ferryhopper.com

Server Config

{
  "mcpServers": {
    "ferryhopper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.ferryhopper.com/mcp"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
WindsurfThe new purpose-built IDE to harness magic
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
ChatWiseThe second fastest AI chatbot™
Amap Maps高德地图官方 MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Serper MCP ServerA Serper MCP Server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Playwright McpPlaywright MCP server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
CursorThe AI Code Editor