# National Parks Information Server

Provide real-time, detailed information about U.S. National Parks including park details, alerts, visitor centers, campgrounds, and events. Enable users to search parks by location, activities, and o…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add geobio/mcp-server-nationalparks

# Browse available tools
npx -y @smithery/cli@latest tool list geobio/mcp-server-nationalparks

# Get full schema for a tool
npx -y @smithery/cli@latest tool get geobio/mcp-server-nationalparks findParks

# Call a tool
npx -y @smithery/cli@latest tool call geobio/mcp-server-nationalparks findParks '{}'
```

## Tools (6)

- `findParks` — Search for national parks based on state, name, activities, or other criteria
- `getParkDetails` — Get detailed information about a specific national park
- `getAlerts` — Get current alerts for national parks including closures, hazards, and important information
- `getVisitorCenters` — Get information about visitor centers and their operating hours
- `getCampgrounds` — Get information about available campgrounds and their amenities
- `getEvents` — Find upcoming events at parks

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get geobio/mcp-server-nationalparks <tool-name>
```

---

Source: https://github.com/geobio/mcp-server-nationalparks | License: MIT
