- Home
- MCP servers
- Yachtsy
Yachtsy
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"yachtsyai-yachtsy-mcp-server": {
"command": "npx",
"args": [
"-y",
"yachtsy-mcp@latest"
],
"env": {
"YACHTSY_API_KEY": "YOUR_API_KEY_HERE",
"YACHTSY_API_BASE_URL": "https://api.yachtsy.ai/v1"
}
}
}
}You can run the Yachtsy MCP server to access AI-powered yacht marketplace intelligence through MCP clients. It routes your queries to specialized agents, enables fast access to 25,000+ listings, and provides expert sailing knowledge and market insights. Set up your API key, choose your MCP client, and start querying yacht listings, research, or sailing guidance with automatic agent routing.
How to use
Once you have the Yachtsy MCP server running, you can use it from Claude Desktop, Cursor, Windsurf, and other MCP clients. Your queries will be automatically routed to the most appropriate specialized agent: Listings Agent for searching listings, General Boat Expert for sailing questions, or Deep Research Agent for market analysis. Common tasks include filtering yacht listings by make, model, price, location, and year, asking for sailing advice, and researching market trends.
How to install
Prerequisites: you need Node.js with npm and npx installed on your system.
# Verify Node, npm, and npx are installed
node -v
npm -v
npx -v
Mac (macOS) steps
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install node
node -v
npm -v
npx -v
Windows steps
# Ensure Node.js is installed from https://nodejs.org/
node -v
npm -v
npx -v
Manual installation (standalone runtime)
npm install -g yachtsy-mcp
Run the MCP server with your MCP client
The recommended approach is to run the MCP server via npx so you always use the latest release. You must pass your API key as an environment variable.
env YACHTSY_API_KEY=YOUR_API_KEY_HERE npx -y yachtsy-mcp
Register with your MCP client
In your MCP client, configure a new MCP server that points to the local runtime. If your client supports a command-based or npx-based startup, use the following standard setup to ensure the server starts with the proper API key.
Available tools
yachtsy_agent
Main Yachtsy agent with automatic routing to specialized sub-agents for listings, sailing knowledge, and market research. It can search 25,000+ listings, filter by make/model/price/location/year, provide broker information, give sailing advice, and analyze market trends.