WebMCP

MediaWebMCP verified

camjam.co.nz WebMCP tools

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.

5 tools1 methodsspec API surface

What can an agent do with camjam.co.nz WebMCP tools?

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. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on camjam.co.nz

Tool 1 of 5WebMCPAnswer

get_all_surf_spots

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

How to install

Open the camjam.co.nz website and ask your browser agent to use get_all_surf_spots

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_all_surf_spots tool on camjam.co.nz. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 5WebMCPAnswer

    get_surf_spot

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

    How to install

    Open the camjam.co.nz website and ask your browser agent to use get_surf_spot

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_surf_spot tool on camjam.co.nz with slug: <string>. Return the structured result and cite the source page.

    Input contract

    • slug string

    Open the source definition

    Tool 3 of 5WebMCPAnswer

    get_spots_by_region

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

    How to install

    Open the camjam.co.nz website and ask your browser agent to use get_spots_by_region

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_spots_by_region tool on camjam.co.nz with region: <string>. Return the structured result and cite the source page.

    Input contract

    • region string

    Open the source definition

    Tool 4 of 5WebMCPAnswer

    get_spot_forecast

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

    How to install

    Open the camjam.co.nz website and ask your browser agent to use get_spot_forecast

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_spot_forecast tool on camjam.co.nz with slug: <string>. Return the structured result and cite the source page.

    Input contract

    • slug string

    Open the source definition

    Tool 5 of 5WebMCPAnswer

    get_spot_tides

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

    How to install

    Open the camjam.co.nz website and ask your browser agent to use get_spot_tides

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_spot_tides tool on camjam.co.nz with slug: <string>. Return the structured result and cite the source page.

    Input contract

    • slug string

    Open the source definition