How to Use the FareHarbor MCP in Claude Code
Run headless FareHarbor booking operations and cron jobs straight from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FareHarbor MCP to Claude Code
Create your Vinkius account to connect FareHarbor to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run Terminal-Driven Availability Checks
The `list_availabilities_by_date` tool gives Claude Code instant access to live slot counts directly from the command line. You can pipe the output of a date query into local shell utilities to filter out sold-out tours without opening a browser. If you need to check a broader window, Claude Code calls `list_availabilities_by_range` and formats the output as clean terminal text. It makes checking tour inventory as fast as running a git status command.
Scripted Booking Audits via MCP Server
The `list_bookings` tool allows Claude Code to run automated security and reconciliation audits over your terminal. You can ask Claude Code to scan today's reservations, match them against your database, and flag any discrepancies. If a booking looks suspicious, the CLI tool runs `get_booking` to extract the full payload. It dumps the clean JSON directly to your stdout for easy piping into local diagnostic scripts.
Headless Operator Management
The `list_companies` tool lets Claude Code query all authorized tour operators directly from an SSH session or CI run. This is perfect for remote server management where you need to verify which accounts are active without a GUI. Claude Code combines this with `list_items` to verify that every active operator has their tour catalog properly synchronized. It keeps your remote configurations aligned with zero manual overhead.
Set up FareHarbor MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seefareharbor-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest FareHarbor transactions." It will automatically discover and invoke the available FareHarbor tools.
claude mcp add --transport http fareharbor-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FareHarbor MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FareHarbor MCP today
We host it, we monitor it, we maintain it. You just paste one token.