# National Parks Server

Access real-time information about U.S. National Parks, including park details, alerts, activities, and visitor center information. Discover parks based on your interests and plan your next adventure…

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest tool call KyrieTangSheng/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 KyrieTangSheng/mcp-server-nationalparks <tool-name>
```

---

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