eCommerce
jetskisrentalmiami.com
An MCP server that exposes Jet Ski Rentals of Miami business information, including details, categories, service areas, bookable resources, and FAQs.
ENDPOINT 1
https://api.jetskisrentalmiami.com/mcp
MCP server metadata
- Name
- Jet Ski Rentals of Miami
- Version
- 1.0.0
Known tools 11
get_business_detailsGet core business information for Jet Ski Rentals of Miami: phone, hours, service area, current Google rating and review count, and services offered.
Inferred read-onlylist_categoriesList all bookable activity categories at Jet Ski Rentals of Miami: jet ski rental, boat & yacht rental, ATV tours.
Inferred read-onlylist_areasList the service areas (cities/neighborhoods) Jet Ski Rentals of Miami covers, e.g.
Inferred read-onlylist_resourcesList bookable resources (specific jet skis, boats, ATVs) with live admin-set prices from D1.
Inferred read-onlyget_operating_hoursGet the operating hours (open and close times) for Jet Ski Rentals of Miami.
Inferred read-onlycheck_availabilityCheck real bookable availability for a specific date from live D1 slot data.
Inferred read-onlyget_cancellation_policyGet the live cancellation / refund policy for Jet Ski Rentals of Miami (the 24-hour two-tier Booking Fee policy), pulled from the admin-managed policy CMS so it is always current.
Potential side effectsget_or_create_visitor_tokenIssue a stateless visitor session token (UUID) that downstream action tools tag onto pre-filled booking links for analytics attribution.
Inferred read-onlycreate_booking_intentBuild a pre-filled booking deep link for a resource on a given date and party size.
Inferred read-onlyCONNECT 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.jet-ski-rentals-of-miami]
url = "https://api.jetskisrentalmiami.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jet-ski-rentals-of-miami": {
"type": "http",
"url": "https://api.jetskisrentalmiami.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jet-ski-rentals-of-miami
Remote MCP URL: https://api.jetskisrentalmiami.com/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": {
"jet-ski-rentals-of-miami": {
"url": "https://api.jetskisrentalmiami.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jet-ski-rentals-of-miami": {
"type": "http",
"url": "https://api.jetskisrentalmiami.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jet-ski-rentals-of-miami",
"transport": "streamable-http",
"url": "https://api.jetskisrentalmiami.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.