← chartercaptain.com

INDIVIDUAL MCP TOOL

list_harbors

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

chartercaptain.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.chartercaptain.com/mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_harbors and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

chartercaptain.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://api.chartercaptain.com/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://api.chartercaptain.com/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://api.chartercaptain.com/mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://api.chartercaptain.com/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://api.chartercaptain.com/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://api.chartercaptain.com/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ping — Health check
  • search_captains — Search bookable charter captains, optionally filtered by harbor, with sorting and pagination.
  • 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.
  • check_availability — Check a captain's or boat's availability.
  • get_quote — Get a non-binding price quote (in cents) for a charter or rental.
  • create_booking — Book a charter with a captain and get a Stripe Checkout link for the charterer to complete payment.