@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: https://www.nps.gov/subjects/developer/get-started.htm で登録した後、
?_apiKey=<key>を使用します(無料、十分な利用枠)。
データソース
https://developer.nps.gov/api/v1/ — ヘッダー X-Api-Key。
クイックスタート
MCP クライアント(Claude Desktop、Cursor、Windsurf など)に追加してください:
{
"mcpServers": {
"nps": {
"url": "https://gateway.pipeworx.io/nps/mcp"
}
}
}このエンドポイントが実際に提供するもの
https://gateway.pipeworx.io/nps/mcp の tools/list は、上記の表のツールを返し、さらに Pipeworx の共有メタツール — ask_pipeworx、discover_tools、search_within、remember/recall、およびゲートウェイ全体の残りのツール群 — も返します。したがって、表示されるツール数はこの表よりも多くなります。現在、単一パックのエンドポイントには、パック独自のツールに加えて、およそ30の共有ツールが一覧表示されます。接続の initialize レスポンスは正確なスコープを宣言しており、その日時点での正式な答えです。
これは意図的なものであり、偶然の多重化ではありません。メタツールは、スコープされた接続が、このパックがカバーしていない質問に — カタログ全体にルーティングする ask_pipeworx を介して — 2つ目の MCP サーバーを追加せずに答えられるようにします。現時点では、これらのメタツールなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがコンテキストを消費するコストが、ルーティングの価値に見合わない場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。
あるいは、このパックのツールだけではなく、すべてのパックのツールを直接一覧表示するには、フル Pipeworx ゲートウェイに接続してください:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}どちらの URL も、同じゲートウェイと同じ 1476 以上のデータソースに到達します。唯一の違いは、どのパックのツールが 直接 一覧表示されるかです。ask_pipeworx はどちらの URL からでも、それらすべてにアクセスできます。
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