← funwaveswatersports.com
INDIVIDUAL MCP TOOL
get_operating_hours
Get the operating hours (open and close times) for the Funwaves marina.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.funwaveswatersports-com]
url = "https://api.funwaveswatersports.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"funwaveswatersports-com": {
"type": "http",
"url": "https://api.funwaveswatersports.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: funwaveswatersports-com
Remote MCP URL: https://api.funwaveswatersports.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": {
"funwaveswatersports-com": {
"url": "https://api.funwaveswatersports.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"funwaveswatersports-com": {
"type": "http",
"url": "https://api.funwaveswatersports.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "funwaveswatersports-com",
"transport": "streamable-http",
"url": "https://api.funwaveswatersports.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business_details— Get core business information for Funwaves Watersports: address, phone, hours, departure marina, current Google rating and review count, services offered, and area served.list_categories— List all bookable activity categories at Funwaves: jet ski rental, boat & yacht rental, ATV tours.list_resources— List bookable resources (specific jet skis, boats, ATVs) with live admin-set prices from D1.get_faq— Get frequently asked questions and answers.search_blog_posts— Search published blog posts on Funwaves Watersports.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.create_booking_intent— Build a pre-filled booking deep link for a resource on a given date and party size.