국립공원 서비스 데이터를 위한 MCP 서버
이 MCP 서버는 국립공원관리청(NPS) 데이터를 검색하는 인터페이스를 제공합니다. 사용자는 다음을 수행할 수 있습니다.
미국 특정 주의 국립공원 목록을 검색합니다.
특정 국립공원에 대한 자세한 정보를 가져옵니다.
국립공원관리청 API를 사용하여 데이터를 얻습니다.
요구 사항
Node.js(v18 이상 권장)
npm 또는 yarn
유효한 NPS API 키( https://www.nps.gov/subjects/developer/get-started.htm 에서 사용 가능)
Claude Desktop 설치됨(MCP 서버 실행용)
설정
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm install루트 디렉토리에
.env
파일을 만들고 NPS API 키를 추가하세요.API_KEY=your_nps_api_key_here
서버 실행
MCP 서버를 시작하려면:
Claude Desktop 사용:
이 MCP 서버를
claude_desktop_config.json
에 추가합니다.
Claude Desktop 시작 또는 다시 시작
Claude의 채팅 창 하단에 있는 도구 아이콘을 클릭하여 MCP 서버가 인식되고 실행 중인지 확인하세요.
클로드의 인터페이스를 사용하여 국립공원관리청 데이터를 쿼리합니다.
API 엔드포인트
주별 국립공원 목록 가져오기
도구 이름: park-list
매개변수:
stateCode
(문자열) – 두 글자로 된 미국 주 코드
응답 예:
국립공원 세부 정보 가져오기
도구 이름: park-details
매개변수:
parkCode
(문자열) – 국립공원 조회 코드
응답 예:
프롬프트
주 내 공원 검색
프롬프트 이름: parks-by-state
매개변수:
stateCode
(문자열)
예:
공원 세부 정보 받기
프롬프트 이름: details-for-park
매개변수:
park
(문자열)
예:
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
NPS API를 사용하여 국립공원 서비스 데이터를 쉽게 검색하고, 사용자가 주별로 국립공원을 나열하고 특정 공원에 대한 자세한 정보에 접근할 수 있도록 합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityProvides 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.Last updated -62829MIT License
- -securityAlicense-qualityProvides access to the Swedish National Archives (Riksarkivet) through multiple APIs, enabling users to search, explore, and download digitized historical records and images.Last updated -3Apache 2.0
- -securityFlicense-qualityProvides weather forecast and alert data for US locations through the National Weather Service API, enabling access to real-time weather alerts by state and detailed forecasts by coordinates.Last updated -
- AsecurityFlicenseAqualityEnables AI assistants to access real-time US weather forecasts and alerts through the National Weather Service API.Last updated -25