National Parks MCP Server
Provides access to the National Park Service API to search for U.S. national parks, view park details, check alerts and closures, find visitor centers, campgrounds, and upcoming events.
README
National Parks MCP Server
MCP Server for the National Park Service (NPS) API, providing real-time information about U.S. National Parks, including park details, alerts, and activities.
Tools
-
findParks- Search for national parks based on various criteria
- Inputs:
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")
- Returns: Matching parks with detailed information
-
getParkDetails- Get comprehensive information about a specific national park
- Inputs:
parkCode(string): The park code of the national park (e.g., "yose" for Yosemite, "grca" for Grand Canyon)
- Returns: Detailed park information including descriptions, hours, fees, contacts, and activities
-
getAlerts- Get current alerts for national parks including closures, hazards, and important information
- Inputs:
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 description
- Returns: Current alerts organized by park
-
getVisitorCenters- Get information about visitor centers and their operating hours
- Inputs:
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 description
- Returns: Visitor center information including location, hours, and contact details
-
getCampgrounds- Get information about available campgrounds and their amenities
- Inputs:
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 description
- Returns: Campground information including amenities, fees, and reservation details
-
getEvents- Find upcoming events at parks
- Inputs:
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
- Returns: Event information including dates, times, and descriptions
Setup
Installing via Smithery
To install mcp-server-nationalparks for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @KyrieTangSheng/mcp-server-nationalparks --client claude
NPS API Key
- Get a free API key from the National Park Service Developer Portal
- Store this key securely as it will be used to authenticate requests
Usage with Claude Desktop
To use this server with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nationalparks": {
"command": "npx",
"args": ["-y", "mcp-server-nationalparks"],
"env": {
"NPS_API_KEY": "YOUR_NPS_API_KEY"
}
}
}
}
Example Usage
Finding Parks in a State
Tell me about national parks in Colorado.
Getting Details About a Specific Park
What's the entrance fee for Yellowstone National Park?
Checking for Alerts or Closures
Are there any closures or alerts at Yosemite right now?
Finding Visitor Centers
What visitor centers are available at Grand Canyon National Park?
Looking for Campgrounds
Are there any campgrounds with electrical hookups in Zion National Park?
Finding Upcoming Events
What events are happening at Acadia National Park next weekend?
Planning a Trip Based on Activities
Which national parks in Utah have good hiking trails?
License
This MCP server is licensed under the MIT License. See the LICENSE file for details.
Appendix: Popular National Parks and their codes
| Park Name | Park Code |
|---|---|
| Yosemite | yose |
| Grand Canyon | grca |
| Yellowstone | yell |
| Zion | zion |
| Great Smoky Mountains | grsm |
| Acadia | acad |
| Olympic | olym |
| Rocky Mountain | romo |
| Joshua Tree | jotr |
| Sequoia & Kings Canyon | seki |
For a complete list, visit the NPS website.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。