An MCP server in Go that enables LLMs to discover and learn about recreation opportunities
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"recreation": {
"args": [
"compose",
"-f",
"/path/to/recreation-mcp-server/docker-compose.yml",
"run",
"--rm",
"mcp-recreation-server"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP (Model Context Protocol) server written in Go that enables LLMs like Claude to discover and learn about recreation opportunities by integrating three public REST APIs: - National Park Service API - Information about national parks, activities, alerts, and campgrounds - Recreation.gov API - Recreation areas, facilities, and campsites across federal lands - OpenWeatherMap API - Current weather and forecasts for outdoor locations
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / maps
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Music studio: ABC notation composition and Strudel live coding with ext-apps UI.
YouTube as a queryable database for AI agents. 41 tools, zero config.
The official ElevenLabs MCP server
MCP Security Weekly
Get CVE alerts and security updates for Recreation Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server written in Go that enables LLMs like Claude to discover and learn about recreation opportunities by integrating three public REST APIs:

This server provides 9 tools for exploring recreation opportunities:
Search for national parks by name, state, or activity.
Inputs:
query (optional): Search textstate (optional): Two-letter state code (e.g., "CA", "CO")activity (optional): Activity name (e.g., "Hiking", "Camping")limit (optional): Maximum results (default: 10)Example: "Search for parks in California"
Get detailed information about a specific park including hours, fees, activities, and directions.
Inputs:
park_code (required): Four-letter park code (e.g., "yose" for Yosemite)Example: "Tell me about Yosemite National Park"
Get current alerts, closures, and important notices for a park.
Inputs:
park_code (required): Four-letter park codeExample: "Are there any alerts for Grand Canyon?"
Search for campgrounds in national parks or recreation areas.
Inputs:
park_code (optional): NPS park codestate (optional): State codequery (optional): Search textlimit (optional): Maximum results (default: 10)Example: "Find campgrounds near Yellowstone"
Search recreation areas on Recreation.gov across federal lands.
Inputs:
query (optional): Search textstate (optional): State codeactivity (optional): Activity namelimit (optional): Maximum results (default: 10)Example: "Show me recreation areas in Utah with hiking"
Get detailed information about a specific facility (campground, day-use area, etc.).
Inputs:
facility_id (required): Recreation.gov facility IDExample: "Tell me about facility 234567"
Get current weather conditions for a location.
Inputs:
latitude (required): Latitude coordinatelongitude (