Data Collection
camjam.co.nz
Provides surf spot information, forecasts, and tides for New Zealand surf spots.
ENDPOINT 1
https://www.camjam.co.nz/mcp
MCP server metadata
- Name
- CamJam
- Version
- 1.0.0
Known tools 5
get_all_surf_spotsGet all surf spots in New Zealand with their details including region, description, webcam availability, and hazards
Inferred read-onlyget_surf_spotGet detailed information about a specific surf spot by its slug identifier
Inferred read-onlyget_spot_forecastGet the surf forecast for a specific spot including wave height, wind speed, wind direction, and wave direction for the next 24 hours
Inferred read-onlyget_spot_tidesGet tide information including upcoming high and low tides for a specific surf spot
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- CamJam
- Version
- 1.0.0
Known tools 5
get_all_surf_spotsGet all surf spots in New Zealand with their details including region, description, webcam availability, and hazards
Inferred read-onlyget_surf_spotGet detailed information about a specific surf spot by its slug identifier
Inferred read-onlyget_spot_forecastGet the surf forecast for a specific spot including wave height, wind speed, wind direction, and wave direction for the next 24 hours
Inferred read-onlyget_spot_tidesGet tide information including upcoming high and low tides for a specific surf spot
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- WebMCP
Known tools 5
get_all_surf_spotsList all read-only CamJam surf spots in New Zealand with names, regions, slugs, and spot details.
Inferred read-onlyget_surf_spotGet read-only CamJam surf spot details by slug, including region, location, hazards, forecast, tides, and page link.
Inferred read-onlyget_spots_by_regionList read-only CamJam surf spots in a named New Zealand region.
Inferred read-onlyget_spot_forecastGet the read-only CamJam surf forecast for a surf spot slug, including wave and wind context.
Inferred read-onlyget_spot_tidesGet read-only CamJam tide information for a surf spot slug, including upcoming high and low tides.
Inferred read-onlyCONNECT 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.
camjam.co.nz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.