Charter Captain
com.chartercaptain/charter-captainDiscover Lake Michigan charter captains & boats, check availability, get quotes, and book.
Tools · 10
Health check
Search bookable charter captains, optionally filtered by harbor, with sorting and pagination. Returns a paginated list with starting price and rating.
Search listed boats, optionally filtered by harbor, type, minimum capacity, and max hourly price, with sorting and pagination.
Get a captain's full profile by tenant slug, enriched with a rating summary and the most recent reviews.
Get a boat's full profile by id, enriched with a rating summary and the most recent reviews.
List active harbors, each with a count of active captains and listed boats operating there.
Check a captain's or boat's availability. Provide exactly one of captainSlug or boatId. Omit date to get available dates for the next 90 days; provide both date (YYYY-MM-DD) and durationHours to get b…
Get a non-binding price quote (in cents) for a charter or rental. Provide exactly one of captainSlug or boatId, plus durationId and partySize. Pass `date` (YYYY-MM-DD) whenever you know it: the rate t…
Book a charter with a captain and get a Stripe Checkout link for the charterer to complete payment. Optionally attach a partner/affiliate code to credit a referrer.
Book a bareboat boat rental and get a Stripe Checkout link for the charterer to complete payment. Requires captainChoiceRightAcknowledged: true (the charterer affirms their right to choose their own c…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"charter_captain": {
"url": "https://api.chartercaptain.com/mcp/mcp",
"transport": "streamable-http"
}
}
}