Integrates yacht marketplace intelligence capabilities into Codeium's Windsurf IDE, allowing users to search boat listings and get sailing expertise directly within their development environment.
Yachtsy: MCP for Yacht Marketplace Intelligence
Yachtsy AI
The Yachtsy MCP server provides AI-powered yacht and boat marketplace intelligence by integrating with the Yachtsy Agent API. Access 25,000+ boat listings, get expert sailing advice, and find your perfect vessel within Claude Desktop, Cursor, and other popular MCP clients.
Features
✅ Intelligent Agent Routing - Automatically routes your queries to the best specialized agent:
Listings Agent - Search 25,000+ boat listings with advanced filtering
General Boat Expert (Small Talk Agent) - General sailing and boating questions
Deep Research Agent - Comprehensive yacht market analysis
✅ Comprehensive Boat Listings - Search and filter by:
Make, model, and class
Price range and currency
Location (city, country, region)
Year, length, and specifications
Broker and dealer information
✅ Expert Sailing Knowledge - Get advice on:
Boat selection and recommendations
Bluewater cruising preparation
Sailing techniques and best practices
Yacht maintenance and systems
Get Your Yachtsy API Key
To use Yachtsy MCP, you need to:
Sign up for a free account at Yachtsy.ai
Navigate to API Keys in your dashboard
Generate a new API key
Use this API key in your configuration as the
YACHTSY_API_KEY
value
Prerequisites
Before installing or running Yachtsy MCP, you need to have npx
(which comes with Node.js and npm) installed on your system.
Mac (macOS)
Install Homebrew (if you don't have it):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install Node.js (includes npm and npx):
brew install nodeVerify installation:
node -v npm -v npx -v
Windows
Download the Node.js installer:
Go to https://nodejs.org/ and download the LTS version for Windows.
Run the installer and follow the prompts. This will install Node.js, npm, and npx.
Verify installation: Open Command Prompt and run:
node -v npm -v npx -v
Installation
Running on Claude Desktop
To configure Yachtsy MCP for Claude Desktop:
Open Claude Desktop
Go to Settings > Developer > Edit Config
Add the following to your
claude_desktop_config.json
:
Restart Claude for the changes to take effect
Running on Cursor
Note: Requires Cursor version 0.45.6+
To configure Yachtsy MCP in Cursor:
Open Cursor Settings
Go to Features > MCP Servers
Click "+ Add New MCP Server"
Enter the following:
Name: "yachtsy-mcp" (or your preferred name)
Type: "command"
Command:
env YACHTSY_API_KEY=your-yachtsy-api-key npx -y yachtsy-mcp
If you are using Windows and are running into issues, try
cmd /c "set YACHTSY_API_KEY=your-yachtsy-api-key && npx -y yachtsy-mcp"
Replace your-yachtsy-api-key
with your Yachtsy API key.
After adding, refresh the MCP server list to see the new tools. The Composer Agent will automatically use Yachtsy MCP when appropriate for yacht-related queries.
Running on Windsurf
Add this to your ./codeium/windsurf/model_config.json
:
Running with npx
Manual Installation
Available Tools
yachtsy-agent
[YACHT MARKETPLACE INTELLIGENCE] Main Yachtsy agent with automatic routing to specialized sub-agents.
Capabilities:
Search 25,000+ boat and yacht listings
Filter by make, model, price, location, year, length, and more
Get detailed yacht specifications and broker information
Receive expert sailing and cruising advice
Research yacht market trends and values
Get boat buying and selling recommendations
Best for: Any yacht or boat-related query - the agent will automatically select the best specialized sub-agent for your needs.
Example queries:
Example Use Cases
Boat Shopping
Yacht Research
Sailing Advice
Market Intelligence
Documentation
For comprehensive documentation on Yachtsy AI agents, please visit: https://www.yachtsy.ai
Troubleshooting
API Key Issues: Ensure your Yachtsy API key is correctly set in the environment or config file.
Connection Issues: Verify that
https://api.yachtsy.ai
is accessible from your network.Rate Limiting: If you encounter rate limiting, reduce the frequency of your requests.
Environment Variables
License
MIT
About Yachtsy
Yachtsy AI is the intelligent yacht marketplace assistant that helps sailors and yacht enthusiasts find their perfect vessel. With access to over 25,000 listings and expert sailing knowledge, Yachtsy makes boat shopping and sailing research effortless.
Visit www.yachtsy.ai to learn more.
⭐ Star this repo if you find it helpful!
This server cannot be installed
The Yachtsy MCP server provides AI-powered yacht and boat marketplace intelligence by integrating with the Yachtsy Agent API. Access 25,000+ boat listings, get expert sailing advice, and find your perfect vessel within Claude Desktop, Cursor, and other popular MCP clients.