MCP Server for National Park Services Data
국립공원 서비스 데이터를 위한 MCP 서버
이 MCP 서버는 국립공원관리청(NPS) 데이터를 검색하는 인터페이스를 제공합니다. 사용자는 다음을 수행할 수 있습니다.
미국 특정 주의 국립공원 목록을 검색합니다.
특정 국립공원에 대한 자세한 정보를 가져옵니다.
국립공원관리청 API를 사용하여 데이터를 얻습니다.
요구 사항
Node.js(v18 이상 권장)
npm 또는 yarn
유효한 NPS API 키( https://www.nps.gov/subjects/developer/get-started.htm 에서 사용 가능)
Claude Desktop 설치됨(MCP 서버 실행용)
Related MCP server: National Park Data MCP Server
설정
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm install루트 디렉토리에
.env파일을 만들고 NPS API 키를 추가하세요.API_KEY=your_nps_api_key_here
서버 실행
MCP 서버를 시작하려면:
npm run build
node ./build/server.jsClaude Desktop 사용:
이 MCP 서버를
claude_desktop_config.json에 추가합니다.
{
"mcpServers": {
"nps": {
"command": "node",
"args": [
"/<Path to Server>/build/index.js"
],
"env": {
"API_KEY": "Your NPS API Key"
}
}
}
}Claude Desktop 시작 또는 다시 시작
Claude의 채팅 창 하단에 있는 도구 아이콘을 클릭하여 MCP 서버가 인식되고 실행 중인지 확인하세요.
클로드의 인터페이스를 사용하여 국립공원관리청 데이터를 쿼리합니다.
API 엔드포인트
주별 국립공원 목록 가져오기
도구 이름: park-list
매개변수:
stateCode(문자열) – 두 글자로 된 미국 주 코드
응답 예:
[
{
"fullName": "Yellowstone National Park",
"description": "First national park in the U.S.",
"parkCode": "yell"
}
]국립공원 세부 정보 가져오기
도구 이름: park-details
매개변수:
parkCode(문자열) – 국립공원 조회 코드
응답 예:
[
{
"fullName": "Yellowstone National Park",
"description": "First national park in the U.S.",
"states": "WY, MT, ID"
}
]프롬프트
주 내 공원 검색
프롬프트 이름: parks-by-state
매개변수:
stateCode(문자열)
예:
What National Parks are in the state of CA?공원 세부 정보 받기
프롬프트 이름: details-for-park
매개변수:
park(문자열)
예:
Give me details about Yellowstone National Park.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.658640MIT
- Alicense-qualityDmaintenancePython based with all 29 tools that's available to developers from National Park Services (NPS)MIT
- Alicense-qualityDmaintenanceProvides 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.586MIT
- Alicense-qualityDmaintenanceProvides access to the National Park Service API, enabling natural language queries about parks, alerts, campgrounds, events, and more.MIT
Related MCP Connectors
Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.
Recreation.gov MCP — wraps the Recreation Information Database (RIDB) API v1
GSA Per Diem MCP — wraps the GSA Per Diem API v2 (api.gsa.gov)
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/amysatterlee/nps_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server