national-parks-mcp-server
Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.
Package Details
@cyanheads/national-parks-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
NPS Data API key, sent as the X-Api-Key header. Required — the server fails to start without it. Free instant signup at https://www.nps.gov/subjects/developer/get-started.htm.
https://developer.nps.gov/api/v1NPS Data API base URL override (testing / proxy). Defaults to https://developer.nps.gov/api/v1.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/national-parks-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
NPS Data API key, sent as the X-Api-Key header. Required — the server fails to start without it. Free instant signup at https://www.nps.gov/subjects/developer/get-started.htm.
https://developer.nps.gov/api/v1NPS Data API base URL override (testing / proxy). Defaults to https://developer.nps.gov/api/v1.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').