Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Charter Captain

com.chartercaptain/charter-captain

Discover Lake Michigan charter captains & boats, check availability, get quotes, and book.

Uptime
100.0%
2 direct probes · 30d
Response
683ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

ping

Health check

search_captains

Search bookable charter captains, optionally filtered by harbor, with sorting and pagination. Returns a paginated list with starting price and rating.

search_boats

Search listed boats, optionally filtered by harbor, type, minimum capacity, and max hourly price, with sorting and pagination.

get_captain

Get a captain's full profile by tenant slug, enriched with a rating summary and the most recent reviews.

get_boat

Get a boat's full profile by id, enriched with a rating summary and the most recent reviews.

list_harbors

List active harbors, each with a count of active captains and listed boats operating there.

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 b…

get_quote

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…

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.

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 c…

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"
    }
  }
}