Skip to main content
Glama
campertunity

Campertunity MCP Server

Official
by campertunity

Campertunity AI 도구

전 세계 캠핑장을 검색하고, 예약 가능 여부를 확인하며, 캠핑장을 예약할 수 있는 AI 도구입니다.

AI 기반 캠핑장 탐색을 위한 에이전트 스킬 파일MCP 서버가 포함되어 있습니다.

에이전트 스킬 파일

이 패키지에는 OpenClaw, Claude Code, Codex 및 SKILL.md 형식을 지원하는 기타 에이전트 플랫폼과 호환되는 스킬 파일이 포함되어 있습니다.

스킬 설치:

# OpenClaw
openclaw skills install campertunity

# Claude Code / other platforms
# Copy skills/campertunity/SKILL.md to your workspace skills directory

Related MCP server: Alchemy MCP Server

MCP 서버

빠른 시작

{
  "mcpServers": {
    "campertunity": {
      "command": "npx",
      "args": ["-y", "campertunity-ai-tools@latest"]
    }
  }
}

API 키 (선택 사항)

API 키는 필요하지 않습니다. 더 높은 속도 제한을 원하시면 campertunity.com/mcp에서 키를 받으세요:

{
  "mcpServers": {
    "campertunity": {
      "command": "npx",
      "args": ["-y", "campertunity-ai-tools@latest"],
      "env": {
        "CAMPERTUNITY_API_KEY": "your_api_key_here"
      }
    }
  }
}

사용 가능한 도구

필터 및 위치 기반 검색을 사용하여 캠핑장을 검색합니다.

매개변수

유형

설명

limit

number

반환할 결과 수 (기본값: 50, 최대: 1000)

cursor

string

이전 응답의 페이지네이션 커서

startDate

string

예약 가능 시작 날짜 (YYYY-MM-DD)

endDate

string

예약 가능 종료 날짜 (YYYY-MM-DD)

adults

number

성인 수 (기본값: 1)

children

number

어린이 수 (기본값: 0)

latitude

number

중심점 위도

longitude

number

중심점 경도

radius

number

검색 반경 (km 단위, 기본값: 20)

region

string

지역/주 (위도/경도가 없는 경우 지오코딩됨)

city

string

도시 (위도/경도가 없는 경우 지오코딩됨)

country

string

국가 (위도/경도가 없는 경우 지오코딩됨)

countryCode

string

국가 코드, 예: "US", "CA"

filters

string[]

필터링할 태그 (아래 참조)

campgroundDescription

string

자연어 설명

listing-details

특정 리스팅에 대한 상세 정보를 가져옵니다.

매개변수

유형

설명

listingId

string

리스팅 ID

listing-availability

특정 날짜의 캠핑장 예약 가능 여부를 확인합니다.

매개변수

유형

설명

listingId

string

리스팅 ID

siteIds

string[]

선택적 특정 사이트 ID

startDate

string

시작 날짜 (YYYY-MM-DD)

endDate

string

종료 날짜 (YYYY-MM-DD)

listing-book

캠핑장 예약 URL을 가져옵니다.

매개변수

유형

설명

listingId

string

리스팅 ID

startDate

string

시작 날짜 (YYYY-MM-DD)

endDate

string

종료 날짜 (YYYY-MM-DD)

adults

number

성인 수 (기본값: 1)

children

number

어린이 수 (기본값: 0)

필터 태그

사이트 유형: tent, rv, lodging, glamping, cabin

접근성: driveIn, walkIn, equestrian, boat

활동: biking, boating, fishing, hiking, horsebackRiding, paddling, windSports, surfing, swimming, whitewaterPaddling, wildlifeWatching

편의 시설: picnicTable, fires, toilets, outhouse, potableWater, petFriendly, rvHookup, rvSanitation, trash, showers, wifi, handicap

지형: beach, cave, desert, forest, hotSpring, lake, river, swimmingHole, waterfall, creek

데이터 공지

데이터는 여러 소스에서 수집되며 AI로 강화됩니다. 데이터를 재배포, 캐싱 또는 수정하지 마십시오. 항상 서버를 통해 실시간 데이터를 사용하십시오.

자세한 내용은 campertunity.com을 방문하십시오.

Install Server
A
license - permissive license
C
quality
D
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/campertunity/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server