← camjam.co.nz

INDIVIDUAL MCP TOOL

get_all_surf_spots

Get all surf spots in New Zealand with their details including region, description, webcam availability, and hazards

camjam.co.nznone authenticationAvailability not checked

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

camjam.co.nz

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.camjam]
url = "https://www.camjam.co.nz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "camjam": {
      "type": "http",
      "url": "https://www.camjam.co.nz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: camjam
Remote MCP URL: https://www.camjam.co.nz/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": {
    "camjam": {
      "url": "https://www.camjam.co.nz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "camjam": {
      "type": "http",
      "url": "https://www.camjam.co.nz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "camjam",
  "transport": "streamable-http",
  "url": "https://www.camjam.co.nz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_surf_spot — Get detailed information about a specific surf spot by its slug identifier
  • get_spots_by_region — Get all surf spots in a specific region of New Zealand
  • get_spot_forecast — Get the surf forecast for a specific spot including wave height, wind speed, wind direction, and wave direction for the next 24 hours
  • get_spot_tides — Get tide information including upcoming high and low tides for a specific surf spot