Campertunity
公式世界中のキャンプ場を検索し、空き状況を確認して、予約リンクを提供します。
Campertunity MCPで何ができますか?
- 場所でキャンプ場を検索 —
listing-searchを使用し、日付、ゲスト数、アメニティのフィルターを適用して、都市、地域、または座標の近くのキャンプ場を検索します。 - リアルタイムの空き状況を確認 —
listing-availabilityにリスティングIDと日付範囲を指定して、特定の日付にどのキャンプサイトが利用可能かを確認します。 - キャンプ場の詳細情報を取得 —
listing-detailsを使用して、特定のキャンプ場のアメニティやサイトタイプを含む完全な情報を取得します。 - 予約リンクを生成 —
listing-bookを介して、選択した日付とゲスト数に基づくキャンプ場の直接予約URLを取得します。 - キャンプスタイルで絞り込み — テント、RV、キャビン、グランピングなどの特定のサイトタイプに加え、ハイキング、釣り、水泳などのアクティビティで検索を絞り込みます。
ドキュメント
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
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
フィルターと位置情報ベースの検索でキャンプ場を検索します。
| パラメーター | 型 | 説明 |
|---|---|---|
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 をご覧ください。