INDIVIDUAL MCP TOOL
create_booking
Book a charter with a captain and get a Stripe Checkout link for the charterer to complete payment.
LIVE ENDPOINT
https://api.chartercaptain.com/mcp/mcp
Connect to this endpoint to inspect the live schema for create_booking and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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 checksearch_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.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.get_quote— Get a non-binding price quote (in cents) for a charter or rental.