Skip to main content
Glama

Rec-MCP

find_campgrounds

Search for campgrounds and camping facilities near a specific city using GPS coordinates. Retrieve detailed facility information, including images, within a customizable radius via the Recreation Information Database (RIDB) API.

Instructions

Find camping facilities near a specified location.

Searches for camping facilities within a customizable radius of a city using the Recreation Information Database (RIDB) API. First geocodes the city to get coordinates, then searches for campgrounds and camping facilities in the surrounding area. Returns a JSON string containing facility information including any available image URLs.

Input Schema

NameRequiredDescriptionDefault
limitNo
location_nameYes
radiusNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "title": "Limit", "type": "integer" }, "location_name": { "title": "Location Name", "type": "string" }, "radius": { "default": 25, "title": "Radius", "type": "integer" } }, "required": [ "location_name" ], "title": "find_campgroundsArguments", "type": "object" }
Install Server

Other Tools from Rec-MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/melanieawilson/rec_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server