Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"nationalparks": {
"env": {
"NPS_API_KEY": "YOUR_NPS_API_KEY"
},
"args": [
"-y",
"mcp-server-nationalparks"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Server for the National Park Service (NPS) API, providing real-time information about U.S. National Parks, including park details, alerts, and activities.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@KyrieTangSheng/mcp-server-nationalparks' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @KyrieTangSheng/mcp-server-nationalparks against OSV.dev.
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 maps
A Model Context Protocol (MCP) server providing TomTom's location services, search, routing, and traffic data to AI agents.
Real-time BART departures, trip planning, fares, stations, and advisories.
MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
Fair meeting point discovery for AI agents with isochrone-based travel time fairness
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Nationalparks and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Server for the National Park Service (NPS) API, providing real-time information about U.S. National Parks, including park details, alerts, and activities.
findParks
stateCode (optional string): Filter parks by state code (e.g., "CA" for California). Multiple states can be comma-separated (e.g., "CA,OR,WA")q (optional string): Search term to filter parks by name or descriptionlimit (optional number): Maximum number of parks to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)activities (optional string): Filter by available activities (e.g., "hiking,camping")getParkDetails
parkCode (string): The park code of the national park (e.g., "yose" for Yosemite, "grca" for Grand Canyon)getAlerts
parkCode (optional string): Filter alerts by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of alerts to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)q (optional string): Search term to filter alerts by title or descriptiongetVisitorCenters
parkCode (optional string): Filter visitor centers by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of visitor centers to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)q (optional string): Search term to filter visitor centers by name or descriptiongetCampgrounds
parkCode (optional string): Filter campgrounds by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of campgrounds to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)q (optional string): Search term to filter campgrounds by name or descriptiongetEvents
parkCode (optional string): Filter events by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of events to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)dateStart (optional string): Start date for filtering events (format: YYYY-MM-DD)dateEnd (optional string): End date for filtering events (format: YYYY-MM-DD)q (optional string): Search term to filter events by title or description