← All WebMCP sites

camjam.co.nz

Media & Personalhttps://www.camjam.co.nz/listed as of 2026-08-01
Live surf cams, 5-day forecasts, tide charts, and wind/swell reports for every surf spot in New Zealand — free, updated daily. WebMCP tools let an agent list spots, look up a spot, and read its forecast and tides.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 100/100 (A+).

Tools

get_all_surf_spotsanswerdeclarative
List all read-only CamJam surf spots in New Zealand with names, regions, slugs, and spot details.
Input schema
{
  "type": "object",
  "properties": {}
}
get_surf_spotanswerdeclarative
Get read-only CamJam surf spot details by slug, including region, location, hazards, forecast, tides, and page link.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string"
    }
  },
  "required": [
    "slug"
  ]
}
get_spots_by_regionanswerdeclarative
List read-only CamJam surf spots in a named New Zealand region.
Input schema
{
  "type": "object",
  "properties": {
    "region": {
      "type": "string"
    }
  },
  "required": [
    "region"
  ]
}
get_spot_forecastanswerdeclarative
Get the read-only CamJam surf forecast for a surf spot slug, including wave and wind context.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string"
    }
  },
  "required": [
    "slug"
  ]
}
get_spot_tidesanswerdeclarative
Get read-only CamJam tide information for a surf spot slug, including upcoming high and low tides.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string"
    }
  },
  "required": [
    "slug"
  ]
}
Listings are sourced from public community registries and shown as reported.