@pipeworx/nps
Official@pipeworx/nps
US National Park Service MCP — 公园、警报、露营地、游玩项目。
是 Pipeworx 的一部分 — 一个将 AI 智能体连接到 1476+ 个实时数据源的 MCP 网关。
工具
list_parks(query?, state?, park_code?, limit?, start?)get_park(park_code)list_alerts(park_code?, state?, query?, limit?)list_campgrounds(park_code?, state?, query?, limit?)list_things_to_do(park_code?, state?, query?, limit?)
Related MCP server: National Parks MCP Server
认证
平台密钥: 网关环境变量
PLATFORM_NPS_KEY。自带密钥(BYO):
?_apiKey=<key>需在 https://www.nps.gov/subjects/developer/get-started.htm 注册后使用(免费,额度充足)。
数据源
https://developer.nps.gov/api/v1/ — 请求头 X-Api-Key。
快速开始
添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):
{
"mcpServers": {
"nps": {
"url": "https://gateway.pipeworx.io/nps/mcp"
}
}
}此端点实际提供什么
tools/list 位于 https://gateway.pipeworx.io/nps/mcp,返回上表中的工具,外加共享的 Pipeworx 元工具 — ask_pipeworx、discover_tools、search_within、remember/recall 以及其余的网关级工具。因此,你看到的工具数量会多于此表:单个包端点目前会与该包自己的工具一起列出约 30 个共享工具。连接的 initialize 响应会说明其确切范围,并且是针对特定日期的权威答案。
这是有意为之,并非偶然的多路复用。元工具使受限连接能够回答此包未涵盖的问题 — 通过 ask_pipeworx,它会在整个目录中路由 — 而无需你添加第二个 MCP 服务器。目前,没有它们就无法挂载包端点;如果额外的 schema 消耗的上下文超过了路由带来的价值,请一次性连接到完整网关,而不是连接到多个包端点。
或者连接到完整的 Pipeworx 网关,以直接列出每个包的工具,而不仅仅是这一个包的:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}两个 URL 都会到达同一个网关和相同的 1476+ 个数据源。唯一的区别是哪个包的工具被直接列出;ask_pipeworx 从两者中的任意一个都能访问所有这些工具。
与 ask_pipeworx 一起使用
不必直接调用工具,你可以用简单的英语提问 — 这在上面的包端点和完整网关上都可以使用:
ask_pipeworx({ question: "your question about Nps data" })网关会挑选正确的工具,并自动填充参数。
更多
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceProvides real-time information about U.S. National Parks through the NPS API, enabling users to search parks, check details, alerts, visitor centers, campgrounds, and upcoming events.641840MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.418MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to the National Park Service API, enabling natural language queries about parks, alerts, campgrounds, events, and more.MIT
- AlicenseNot gradedqualityDmaintenanceProvides LLM context on U.S. national parks by integrating National Park Service, Recreation.gov, and weather APIs, enabling queries about park info, trails, alerts, events, weather forecasts, and more via tool calls.3MIT
Related MCP Connectors
Recreation.gov MCP — wraps the Recreation Information Database (RIDB) API v1
Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.
API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-nps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server