← Registry

eCommerce

chartercaptain.com

Provides search and profile retrieval for charter boat captains and boats, enabling booking-related data access.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 10

ping

Health check

Inferred read-only
search_captains

Search bookable charter captains, optionally filtered by harbor, with sorting and pagination.

Inferred read-only
search_boats

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

Inferred read-only
get_captain

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

Inferred read-only
get_boat

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

Inferred read-only
list_harbors

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

Inferred read-only
check_availability

Check a captain's or boat's availability.

Inferred read-only
get_quote

Get a non-binding price quote (in cents) for a charter or rental.

Inferred read-only
create_booking

Book a charter with a captain and get a Stripe Checkout link for the charterer to complete payment.

Potential side effects
create_boat_rental

Book a bareboat boat rental and get a Stripe Checkout link for the charterer to complete payment.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for chartercaptain.com was fetched 2026-07-27T15:31:58.409Z and is being refreshed.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.