mcp-charter-planner

v1.0.0

Plan BVI sailing charters with real anchorages, weather-aware routing, provisioning lists, and local knowledge. Returns complete itineraries tailored by expe...

0· 96·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for haveblue997/mcp-charter-planner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "mcp-charter-planner" (haveblue997/mcp-charter-planner) from ClawHub.
Skill page: https://clawhub.ai/haveblue997/mcp-charter-planner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: npx
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mcp-charter-planner

ClawHub CLI

Package manager switcher

npx clawhub@latest install mcp-charter-planner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name, description, and shipped source implement a sailing charter planner (anchorage DB, weather season logic, itinerary generator). Required binary (npx) is plausible for the provided MCP packaging approach.
Instruction Scope
SKILL.md instructs the agent to start an MCP server with npx and documents the plan_charter parameters. The instructions do not ask the agent to read unrelated files, environment variables, or to exfiltrate data. They do, however, rely on installing and running remote npm code at runtime (npx).
Install Mechanism
There is no formal install spec in registry metadata, but SKILL.md directs use of npx to fetch @vbotholemu/mcp-charter-planner. Installing via npx executes code fetched from npm (moderate risk). The package sources are included in the skill bundle for inspection, which reduces uncertainty, but runtime behavior will still depend on whatever is published to npm under that package name.
Credentials
No environment variables, credentials, or filesystem paths are requested. The code does not reference secrets or unrelated system config.
Persistence & Privilege
Skill is not always-enabled and allows normal agent invocation. It does not request elevated platform persistence or modify other skills' configs.
Assessment
This skill appears to be what it says (BVI charter planning) and ships readable source, but before installing or running it with npx: 1) verify the npm package name and publisher (SKILL.md uses @vbotholemu while README mentions @velocibot — confirm which package you'll fetch). 2) Inspect the published npm package contents (or prefer installing from the bundled source) because npx will fetch and run remote code. 3) If you want to be cautious, run the tool in a sandboxed environment or vendor the package locally and pin a specific trusted version. 4) Check the package's dependency list and recently published versions on the npm registry for unexpected changes. If you can provide the npm package URL or publisher identity, I can re-check for mismatches or red flags and raise confidence.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Clawdis
Binsnpx
latestvk97aymsm0g3xaj8nv0emsxx9ed840g7g
96downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

BVI Charter Planner

Generate complete British Virgin Islands sailing charter itineraries with real anchorages, weather considerations, and local tips.

Setup

{
  "mcpServers": {
    "charter-planner": {
      "command": "npx",
      "args": ["-y", "@vbotholemu/mcp-charter-planner"]
    }
  }
}

Tool: plan_charter

ParameterTypeRequiredDescription
daysnumberyesTrip duration (3-14 days)
guestsnumberyesNumber of guests
experiencestringnobeginner, intermediate, or expert
interestsstringnoPreferences: snorkeling, dining, remote, nightlife

Returns

  • Day-by-day itinerary with real BVI anchorages (The Baths, Norman Island, Jost Van Dyke, Anegada, etc.)
  • Experience-appropriate routing and sail distances
  • Seasonal weather patterns (trade winds, hurricane season, swell risks)
  • Guest-count-scaled provisioning lists with BVI-specific tips
  • Customs clearance, mooring ball protocols, national park fees
  • Restaurant and activity recommendations

When to Use

  • Charter vacation planning
  • Sailing trip research
  • BVI travel preparation
  • Group trip logistics

Comments

Loading comments...