Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.
Connect National to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events. The national mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
nps_find_parks — Resolve a place name, US state, or free-text query to parks — the required first step. Returns each park's parkCode plus a trip-planning summarynps_get_park — Full detail for up to ten parks in one batched call: description, activities, fees & passes, hours, contacts, directions, weather overview, imagesnps_get_alerts — Current alerts for a park or state — closures, hazards, caution, information — with category and recency surfaced firstnps_find_campgrounds — Campgrounds at a park or state: amenities, reservable vs. first-come site counts, reservation info, accessibility, and feesnps_get_activities — Curated things to do and points of interest: title, duration, location, accessibility, and fee/pet/reservation flagsnps_find_events — Scheduled events within a date range: dates/times, location, category, fee, and registration linksPrerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverConfiguration is passed through the environment: MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, NPS_API_KEY, NPS_BASE_URL, MCP_HTTP_ENDPOINT_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. National's toolset — nps_find_parks, nps_get_park, nps_get_alerts and 5 more — is a fair guide to whether it matches your workflow. It is maintained by cyanheads; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| nps_find_parks | Resolve a place name, US state, or free-text query to parks — the required first step. Returns each park's parkCode plus a trip-planning summary. |
| nps_get_park | Full detail for up to ten parks in one batched call: description, activities, fees & passes, hours, contacts, directions, weather overview, images. |
| nps_get_alerts | Current alerts for a park or state — closures, hazards, caution, information — with category and recency surfaced first. |
| nps_find_campgrounds | Campgrounds at a park or state: amenities, reservable vs. first-come site counts, reservation info, accessibility, and fees. |
| nps_get_activities | Curated things to do and points of interest: title, duration, location, accessibility, and fee/pet/reservation flags. |
| nps_find_events | Scheduled events within a date range: dates/times, location, category, fee, and registration links. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
{
"mcpServers": {
"national-parks-mcp-server": {
"type": "streamable-http",
"url": "https://national-parks.caseyjhand.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT_TYPE | Configuration value read at startup. | Optional |
| MCP_LOG_LEVEL | Configuration value read at startup. | Optional |
| NPS_API_KEY | Credential the server authenticates with. | Yes |
| NPS_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_HTTP_ENDPOINT_PATH | Filesystem location the server is allowed to use. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.