INDIVIDUAL MCP TOOL
get_spot_tides
Get read-only CamJam tide information for a surf spot slug, including upcoming high and low tides.
LIVE ENDPOINT
https://www.camjam.co.nz
Connect to this endpoint to inspect the live schema for get_spot_tides and invoke it with your own arguments.
Indexed 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 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.webmcp]
url = "https://www.camjam.co.nz"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.camjam.co.nz"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.camjam.co.nz
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": {
"webmcp": {
"url": "https://www.camjam.co.nz"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.camjam.co.nz"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.camjam.co.nz"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_all_surf_spots— List all read-only CamJam surf spots in New Zealand with names, regions, slugs, and spot details.get_surf_spot— Get read-only CamJam surf spot details by slug, including region, location, hazards, forecast, tides, and page link.get_spots_by_region— List read-only CamJam surf spots in a named New Zealand region.get_spot_forecast— Get the read-only CamJam surf forecast for a surf spot slug, including wave and wind context.