Campertunity

官方

在全球的Campertunity上搜尋露營地、查看空房情況,並提供預訂連結。

你可以用 Campertunity MCP 做什麼?

  • 按地點搜尋營地 — 使用 listing-search 並搭配日期、人數與設施篩選條件,尋找城市、區域或座標附近的營地。
  • 查看即時空房情況 — 透過提供營地 ID 與日期範圍,使用 listing-availability 確認特定日期哪些營位可預訂。
  • 取得完整營地詳細資訊 — 使用 listing-details 擷取特定營地的完整資訊,包括設施與營位類型。
  • 產生預訂連結 — 透過 listing-book 取得包含您選擇的日期與人數的營地直接預訂網址。
  • 依露營風格篩選 — 將搜尋範圍縮小至特定營位類型,如帳篷、露營車、小木屋或豪華露營,並可搭配健行、釣魚或游泳等活動。

文件

Campertunity AI 工具

用於搜尋營地、查詢空房狀況,並在全球各地預訂營位的 AI 工具。

包含 代理技能檔案 和一個 MCP 伺服器,用於 AI 驅動的營地探索。

代理技能檔案

此套件包含與 OpenClawClaude CodeCodex 以及其他支援 SKILL.md 格式的代理平台相容的技能檔案。

安裝技能:

# OpenClaw
openclaw skills install campertunity

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

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"
      }
    }
  }
}

可用工具

listing-search

使用篩選條件和基於位置的搜尋來尋找營地。

參數類型說明
limitnumber要回傳的結果數量(預設:50,上限:1000)
cursorstring來自前一次回應的分頁游標
startDatestring可入住開始日期 (YYYY-MM-DD)
endDatestring可入住結束日期 (YYYY-MM-DD)
adultsnumber成人人數(預設:1)
childrennumber兒童人數(預設:0)
latitudenumber中心點緯度
longitudenumber中心點經度
radiusnumber搜尋半徑(公里,預設:20)
regionstring地區/州(若無經緯度則進行地理編碼)
citystring城市(若無經緯度則進行地理編碼)
countrystring國家(若無經緯度則進行地理編碼)
countryCodestring國家代碼,例如 "US"、"CA"
filtersstring[]用於篩選的標籤(見下方)
campgroundDescriptionstring自然語言描述

listing-details

取得特定營地的詳細資訊。

參數類型說明
listingIdstring營地的 ID

listing-availability

查詢特定日期的營位空房狀況。

參數類型說明
listingIdstring營地的 ID
siteIdsstring[]選用的特定營位 ID
startDatestring開始日期 (YYYY-MM-DD)
endDatestring結束日期 (YYYY-MM-DD)

listing-book

取得營地的預訂網址。

參數類型說明
listingIdstring營地的 ID
startDatestring開始日期 (YYYY-MM-DD)
endDatestring結束日期 (YYYY-MM-DD)
adultsnumber成人人數(預設:1)
childrennumber兒童人數(預設:0)

篩選標籤

營地類型: 帳篷、露營車、住宿、豪華露營、小木屋

進入方式: 開車進入、步行進入、騎馬、划船

活動: 騎自行車、划船、釣魚、健行、騎馬、划槳、風帆運動、衝浪、游泳、激流划槳、野生動物觀察

設施: 野餐桌、營火、廁所、戶外廁所、飲用水、寵物友善、露營車水電接駁、露營車衛生設施、垃圾處理、淋浴間、無線網路、無障礙設施

地形: 海灘、洞穴、沙漠、森林、溫泉、湖泊、河流、天然泳池、瀑布、小溪

資料聲明

資料從多個來源收集並透過 AI 強化。請勿重新散布、快取或修改資料。請一律透過伺服器使用即時資料。

如需更多資訊,請造訪 campertunity.com