Skip to main content
Glama

@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

認証

データソース

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/mcptools/list は、上記の表のツールを返し、さらに Pipeworx の共有メタツールask_pipeworxdiscover_toolssearch_withinremember/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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    F
    maintenance
    Provides 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.
    6
    418
    40
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides access to the National Park Service API, enabling natural language queries about parks, alerts, campgrounds, events, and more.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    3
    MIT

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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