Campertunity MCP Server
OfficialCampertunity 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 directoryRelated 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"
}
}
}
}利用可能なツール
listing-search
フィルターと位置情報に基づいた検索を使用してキャンプ場を検索します。
パラメータ | 型 | 説明 |
| number | 返される結果数 (デフォルト: 50, 最大: 1000) |
| string | 前回のレスポンスからのページネーションカーソル |
| string | 空き状況の開始日 (YYYY-MM-DD) |
| string | 空き状況の終了日 (YYYY-MM-DD) |
| number | 大人の人数 (デフォルト: 1) |
| number | 子供の人数 (デフォルト: 0) |
| number | 中心点の緯度 |
| number | 中心点の経度 |
| number | 検索半径 (km) (デフォルト: 20) |
| string | 地域/州 (緯度/経度がない場合はジオコーディングされます) |
| string | 市区町村 (緯度/経度がない場合はジオコーディングされます) |
| string | 国 (緯度/経度がない場合はジオコーディングされます) |
| string | 国コード (例: "US", "CA") |
| string[] | フィルタリングするタグ (下記参照) |
| string | 自然言語による説明 |
listing-details
特定のリスティングに関する詳細情報を取得します。
パラメータ | 型 | 説明 |
| string | リスティングのID |
listing-availability
特定の日付のキャンプサイトの空き状況を確認します。
パラメータ | 型 | 説明 |
| string | リスティングのID |
| string[] | オプションの特定のサイトID |
| string | 開始日 (YYYY-MM-DD) |
| string | 終了日 (YYYY-MM-DD) |
listing-book
キャンプ場の予約URLを取得します。
パラメータ | 型 | 説明 |
| string | リスティングのID |
| string | 開始日 (YYYY-MM-DD) |
| string | 終了日 (YYYY-MM-DD) |
| number | 大人の人数 (デフォルト: 1) |
| 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をご覧ください。
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