Back to Home
adhocteam icon

recreation-mcp-server

Verified Safe

by adhocteam

Overview

This MCP server enables LLMs like Claude to discover and learn about recreation opportunities by integrating National Park Service, Recreation.gov, and OpenWeatherMap APIs, providing tools to search for parks, campgrounds, weather, and activities.

Installation

Run Command
docker compose -f /path/to/recreation-mcp-server/docker-compose.yml run --rm mcp-recreation-server

Environment Variables

  • NPS_API_KEY
  • RECREATION_GOV_API_KEY
  • OPENWEATHER_API_KEY

Security Notes

The project demonstrates strong security practices for a development/demo environment, including multi-stage Docker builds, running as a non-root user (UID 1000), a read-only filesystem, and minimal container dependencies. API keys are managed via environment variables and explicitly stated not to be hardcoded or logged in responses. Network communication to external APIs is exclusively over HTTPS. No 'eval' or malicious patterns were identified. For production deployments, dedicated secrets management is recommended over .env files, and a more robust logging setup that strictly redacts all query parameters from URLs if they contain sensitive data should be confirmed.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars4
Forks2
Last Update2026-01-16

Tags

AI IntegrationNational ParksRecreationWeatherGo Lang