Ferryhopper Mcp Server

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

what is Ferryhopper MCP Server?

Ferryhopper MCP Server is a ferry trip planning tool that utilizes live data from Ferryhopper to facilitate fast and reliable ferry searches and booking redirects.

how to use Ferryhopper MCP Server?

Integrate the Ferryhopper MCP Server into your AI assistant by configuring it with the provided server command and parameters. Users can then query ferry routes and schedules through the assistant.

key features of Ferryhopper MCP Server?

  • 🌍 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 of Ferryhopper MCP Server?

  1. Assist users in searching for ferry routes and daily itineraries.
  2. Recommend destinations based on departure port and date.
  3. Power travel chatbots to plan island-hopping or multi-leg journeys.

FAQ from Ferryhopper MCP Server?

  • Can I use this server for all ferry routes in Europe?

Yes! The server covers a wide range of ferry routes across Europe and the Mediterranean.

  • Is there a cost associated with using the Ferryhopper MCP Server?

The server is free to use for integration into your applications.

  • How do I configure the server?

Follow the installation instructions provided in the documentation to set up the server in your AI assistant.

Server Config

{
  "mcpServers": {
    "ferryhopper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.ferryhopper.com/mcp"
      ]
    }
  }
}
Project Info
Created At
8 months ago
Updated At
8 months ago
Author Name
FerryhopperOrg
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago