package.json•3.15 kB
{
"name": "yachtsy-mcp",
"version": "1.0.0",
"description": "Yachtsy MCP Server — an AI-powered sailing and yacht marketplace integration built on the Model Context Protocol (MCP). Seamlessly connects 25,000+ yacht, sailboat, and marine listings with intelligent search, analytics, and chat-based maritime insights for sailors, brokers, and developers.",
"main": "dist/index.js",
"module": "./src/index.ts",
"type": "module",
"bin": {
"yachtsy-mcp": "dist/index.js"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && node --input-type=module -e \"import{chmod}from'fs';chmod('dist/index.js',0o755,()=>{})\"",
"test": "echo \"No tests specified\"",
"start": "node dist/index.js",
"lint": "echo \"No linting configured\"",
"format": "echo \"No formatting configured\"",
"release": "npm run build && npm publish"
},
"keywords": [
"yachtsy",
"mcp",
"model-context-protocol",
"mcp-server",
"ai-agent",
"boat-marketplace",
"yacht-marketplace",
"sailing-ai",
"marine-technology",
"boat-listings",
"sailboat-search",
"yacht-broker-tools",
"charleston-sailing",
"nautical-data",
"boat-classification",
"openai-integration",
"marine-api",
"sailing-community",
"boating-intelligence",
"yachtsy-ai",
"ocean-ai",
"marine-software",
"boatfinder",
"yacht-data-api",
"mcp-plugin",
"mcp-integration"
],
"author": "Yachtsy AI — Intelligent Sailing Marketplace",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@smithery/sdk": "^1.7.4",
"chalk": "^5.6.2",
"dotenv": "^16.3.1",
"openai": "^4.20.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yachtsy/yachtsy-mcp-server.git"
},
"bugs": {
"url": "https://github.com/yachtsy/yachtsy-mcp-server/issues"
},
"homepage": "https://www.yachtsy.ai",
"seo": {
"title": "Yachtsy MCP Server — AI-Powered Yacht & Sailboat Marketplace Integration",
"meta_description": "Yachtsy MCP connects sailors, yacht brokers, and marine enthusiasts to over 25,000 listings with AI-driven insights and real-time MCP integration. Built for the sailing and Model Context Protocol developer community.",
"canonical_url": "https://github.com/yachtsy/yachtsy-mcp-server",
"structured_data": {
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "Yachtsy MCP Server",
"description": "AI-powered MCP integration for sailing, yachting, and marine marketplace data.",
"programmingLanguage": "TypeScript",
"applicationCategory": "Developer Tool, Marine AI, Sailing Software",
"url": "https://github.com/yachtsy/yachtsy-mcp-server",
"author": {
"@type": "Organization",
"name": "Yachtsy AI",
"url": "https://www.yachtsy.ai"
}
}
}
}