npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@vbotholemu/mcp-charter-planner

v1.0.0

Published

MCP tool for BVI sailing charter planning with itineraries, weather, and provisioning

Readme

@velocibot/mcp-charter-planner

MCP tool for planning BVI (British Virgin Islands) sailing charters. Returns complete itineraries with real anchorages, weather considerations, provisioning lists, and local tips.

Features

  • Real BVI Anchorages: The Baths, Norman Island, Jost Van Dyke, Anegada, Cooper Island, North Sound, and more
  • Experience-Based Routing: Routes tailored for beginner, intermediate, and expert sailors
  • Seasonal Weather: Trade wind patterns, hurricane season awareness, swell risks
  • Smart Provisioning: Guest-count-scaled provisioning lists with BVI-specific tips
  • Local Knowledge: Customs clearance, mooring ball protocols, national park fees, restaurant recommendations

MCP Server Configuration

Add to your MCP client configuration:

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

Or if installed globally:

{
  "mcpServers": {
    "charter-planner": {
      "command": "mcp-charter-planner"
    }
  }
}

Tool: plan_charter

Input: | Parameter | Type | Required | Description | |-------------|----------|----------|------------------------------------------------| | start_date | string | yes | Charter start date (YYYY-MM-DD) | | end_date | string | yes | Charter end date (YYYY-MM-DD) | | guests | number | yes | Number of guests (1–20) | | experience | string | yes | "beginner", "intermediate", or "expert" | | interests | string[] | no | e.g., ["snorkeling", "fishing", "photography"] |

Example:

{
  "start_date": "2026-04-01",
  "end_date": "2026-04-08",
  "guests": 4,
  "experience": "intermediate",
  "interests": ["snorkeling", "cuisine"]
}

Output includes:

  • itinerary — Day-by-day plan with locations, activities, sailing notes
  • weather_notes — Seasonal conditions, wind, swell, and hurricane risk
  • provisioning — Complete shopping list scaled to guests and duration
  • tips — Experience-appropriate tips on customs, mooring, safety, and local knowledge

BVI Anchorages Covered

| Anchorage | Island | Highlights | |-----------|--------|------------| | The Baths | Virgin Gorda | Granite boulders, snorkeling grottos | | The Bight | Norman Island | Pirates Bight, Willy T, The Caves | | Great Harbour | Jost Van Dyke | Foxy's Bar, customs clearance | | White Bay | Jost Van Dyke | Soggy Dollar Bar, Painkillers | | Setting Point | Anegada | Lobster dinners, Horseshoe Reef | | Cooper Island | Cooper Island | Eco-resort, microbrewery | | North Sound | Virgin Gorda | Bitter End Yacht Club, Saba Rock | | Cane Garden Bay | Tortola | Beach bars, Callwood Rum Distillery | | Soper's Hole | Tortola | Provisioning, fuel, customs | | The Dogs | The Dogs | World-class diving |

Important BVI Information

  • Customs: Clear in at Road Town, Jost Van Dyke, or Spanish Town ($4/person/day cruising permit)
  • Mooring Balls: $25–35/night at most anchorages
  • National Park Fees: $5/person at The Baths, The Dogs, and other parks
  • Hurricane Season: June 1 – November 30 (peak Aug–Oct)
  • Currency: USD accepted everywhere

License

MIT