com.chartercaptain/charter-captain
Official10 toolsCharter Captain
Discover Lake Michigan charter captains & boats, check availability, get quotes, and book.
Find and book Lake Michigan charter captains and boats with availability and pricing.
Captured live from the server via tools/list.
ping
Health check
No parameters.
search_captains
Search bookable charter captains, optionally filtered by harbor, with sorting and pagination. Returns a paginated list with starting price and rating.
Parameters (4)
- harborstring
- sortstring
- pageinteger
- limitinteger
search_boats
Search listed boats, optionally filtered by harbor, type, minimum capacity, and max hourly price, with sorting and pagination.
Parameters (7)
- harborstring
- typestring
- minCapacityinteger
- maxPriceinteger
- sortstring
- pageinteger
- limitinteger
get_captain
Get a captain's full profile by tenant slug, enriched with a rating summary and the most recent reviews.
Parameters (1)
- slugstringrequired
get_boat
Get a boat's full profile by id, enriched with a rating summary and the most recent reviews.
Parameters (1)
- boatIdstringrequired
list_harbors
List active harbors, each with a count of active captains and listed boats operating there.
No parameters.
check_availability
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 bookable time slots for that date.
Parameters (4)
- captainSlugstring
- boatIdstring
- datestring
- durationHoursinteger
get_quote
Get a non-binding price quote (in cents) for a charter or rental, matching what checkout would charge. Provide exactly one of captainSlug or boatId, plus durationId, pricingTierId, and partySize. Optionally pass a partnerCode to preview a discount. Returns currency, totalCents, depositCents, balanceCents, and (when a code is given) a discountPreview.
Parameters (6)
- captainSlugstring
- boatIdstring
- durationIdstringrequired
- pricingTierIdstringrequired
- partySizeintegerrequired
- partnerCodestring
create_booking
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.
Parameters (13)
- captainSlugstringrequired
- harborIdstringrequired
- datestringrequired
- startTimestringrequired
- durationIdstringrequired
- pricingTierIdstringrequired
- partySizeintegerrequired
- firstNamestringrequired
- lastNamestringrequired
- emailstringrequired
- phonestringrequired
- specialRequestsstring
- partnerCodestring
create_boat_rental
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 captain). Optionally attach a partner/affiliate code.
Parameters (13)
- boatIdstringrequired
- captainChoiceRightAcknowledgedbooleanrequired
- datestringrequired
- startTimestringrequired
- durationIdstringrequired
- pricingTierIdstringrequired
- partySizeintegerrequired
- firstNamestringrequired
- lastNamestringrequired
- emailstringrequired
- phonestringrequired
- specialRequestsstring
- partnerCodestring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"charter-captain": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.chartercaptain.com/mcp/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.