← Registry

eCommerce

jetskisrentalmiami.com

An MCP server that exposes Jet Ski Rentals of Miami business information, including details, categories, service areas, bookable resources, and FAQs.

1 endpoint11 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://api.jetskisrentalmiami.com/mcp

No auth detected

MCP server metadata

Name
Jet Ski Rentals of Miami
Version
1.0.0
Capabilities
tools

Known tools 11

get_business_details

Get core business information for Jet Ski Rentals of Miami: phone, hours, service area, current Google rating and review count, and services offered.

Inferred read-only
list_categories

List all bookable activity categories at Jet Ski Rentals of Miami: jet ski rental, boat & yacht rental, ATV tours.

Inferred read-only
list_areas

List the service areas (cities/neighborhoods) Jet Ski Rentals of Miami covers, e.g.

Inferred read-only
list_resources

List bookable resources (specific jet skis, boats, ATVs) with live admin-set prices from D1.

Inferred read-only
get_faq

Get frequently asked questions and answers.

Inferred read-only
search_blog_posts

Search published blog posts on Jet Ski Rentals of Miami.

Inferred read-only
get_operating_hours

Get the operating hours (open and close times) for Jet Ski Rentals of Miami.

Inferred read-only
check_availability

Check real bookable availability for a specific date from live D1 slot data.

Inferred read-only
get_cancellation_policy

Get 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 effects
get_or_create_visitor_token

Issue a stateless visitor session token (UUID) that downstream action tools tag onto pre-filled booking links for analytics attribution.

Inferred read-only
create_booking_intent

Build a pre-filled booking deep link for a resource on a given date and party size.

Inferred read-only

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.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.

Indexed

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