eCommerce
chartercaptain.com
Provides search and profile retrieval for charter boat captains and boats, enabling booking-related data access.
ENDPOINT 1
https://api.chartercaptain.com/mcp/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 10
search_captainsSearch bookable charter captains, optionally filtered by harbor, with sorting and pagination.
Inferred read-onlysearch_boatsSearch listed boats, optionally filtered by harbor, type, minimum capacity, and max hourly price, with sorting and pagination.
Inferred read-onlyget_captainGet a captain's full profile by tenant slug, enriched with a rating summary and the most recent reviews.
Inferred read-onlyget_boatGet a boat's full profile by id, enriched with a rating summary and the most recent reviews.
Inferred read-onlylist_harborsList active harbors, each with a count of active captains and listed boats operating there.
Inferred read-onlycreate_bookingBook a charter with a captain and get a Stripe Checkout link for the charterer to complete payment.
Potential side effectscreate_boat_rentalBook a bareboat boat rental and get a Stripe Checkout link for the charterer to complete payment.
Potential side effectsCONNECT 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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.