← Registry

Data Collection

camjam.co.nz

Provides surf spot information, forecasts, and tides for New Zealand surf spots.

WebMCP3 endpoints15 known toolsFirst detected June 19, 2026Last detected August 31, 2026

ENDPOINT 1

https://www.camjam.co.nz/mcp

No auth detected

MCP server metadata

Name
CamJam
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 5

get_all_surf_spots

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

Inferred read-only
get_surf_spot

Get detailed information about a specific surf spot by its slug identifier

Inferred read-only
get_spots_by_region

Get all surf spots in a specific region of New Zealand

Inferred read-only
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

Inferred read-only
get_spot_tides

Get tide information including upcoming high and low tides for a specific surf spot

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

ENDPOINT 2

https://www.camjam.co.nz/.well-known/mcp

No auth detected

MCP server metadata

Name
CamJam
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 5

get_all_surf_spots

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

Inferred read-only
get_surf_spot

Get detailed information about a specific surf spot by its slug identifier

Inferred read-only
get_spots_by_region

Get all surf spots in a specific region of New Zealand

Inferred read-only
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

Inferred read-only
get_spot_tides

Get tide information including upcoming high and low tides for a specific surf spot

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 3

https://www.camjam.co.nz

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 5

get_all_surf_spots

List all read-only CamJam surf spots in New Zealand with names, regions, slugs, and spot details.

Inferred read-only
get_surf_spot

Get read-only CamJam surf spot details by slug, including region, location, hazards, forecast, tides, and page link.

Inferred read-only
get_spots_by_region

List read-only CamJam surf spots in a named New Zealand region.

Inferred read-only
get_spot_forecast

Get the read-only CamJam surf forecast for a surf spot slug, including wave and wind context.

Inferred read-only
get_spot_tides

Get read-only CamJam tide information for a surf spot slug, including upcoming high and low tides.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for camjam.co.nz was fetched 2026-07-30T03:54:26.735Z and is being refreshed.

Trust status Trusted

camjam.co.nz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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