# Ferryhopper (verified)

Ferry booking platform across Europe. Search routes, compare schedules, check availability, and book ferry tickets.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ferryhopper

# Browse available tools
npx -y @smithery/cli@latest tool list ferryhopper

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ferryhopper get_ports

# Call a tool
npx -y @smithery/cli@latest tool call ferryhopper get_ports '{}'
```

## Direct MCP Connection

Endpoint: `https://ferryhopper.run.tools`

## Tools (3)

- `get_ports` — Get a list of global ports and their details
- `get_direct_connections_for_ports` — Get a list of all the direct connections between ports
- `search_trips` — Get a list available ferry trips between two ports on a specific date

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ferryhopper <tool-name>
```

## Resources

- `ui://widgets/trips-carousel.html` — A carousel widget to display ferry trip search results
