Communityライティング&編集github.com

scoutingapi/travel-skills

Portable AI-agent skills (SKILL.md) for accommodation search, availability, pricing, cross-OTA comparison & reviews via ScoutingAPI. Works with Claude, MCP and more. MIT-0.

travel-skills とは?

travel-skills is a Claude Code agent skill that portable AI-agent skills (SKILL.md) for accommodation search, availability, pricing, cross-OTA comparison & reviews via ScoutingAPI. Works with Claude, MCP and more. MIT-0.

対応Claude Code~Codex CLI~Cursor
npx skills add scoutingapi/travel-skills

Installed? Explore more ライティング&編集 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

お気に入りのAIに質問する

このエージェントスキルを事前に読み込んだ状態で新しいチャットを開きます。

ドキュメント

ScoutingAPI — connect the MCP server

ScoutingAPI ships a native Model Context Protocol server so an agent can query accommodation data across Airbnb, Booking.com, Vrbo and Google Hotels as first-class tools — no API key pasted into the agent.

Connect (Claude.ai / Claude Desktop / Claude Code)

  1. Open your agent's connector settings and add a custom connector (MCP server).
  2. Use the URL https://mcp.scoutingapi.com.
  3. Complete the OAuth prompt in the browser popup — this links the connector to your ScoutingAPI account. (First-time users: create an account and verify email first; a sandbox account works for evaluation. See https://scoutingapi.com/docs/mcp.)
  4. The seven tools below become available to the agent.

The seven read-only tools

  • search_stays — search stays across platforms by location, dates, occupancy, filters.
  • check_availability — day-by-day availability for a known listing over a date window.
  • get_listing — full detail for one listing (amenities, photos, host, ratings).
  • get_price — a real price quote for one listing for specific dates + occupancy.
  • compare_prices — compare one property across OTAs with computed min + median.
  • get_reviews — normalized, paginated reviews for one listing on one platform.
  • get_job — poll status + fetch results of an async scrape job (costs 0).

Async behavior

The tools share the same async contract as REST: a live call that has to scrape returns a pending job; the agent (or the tool layer) polls get_job with the returned jobId until it completes, and the result payload arrives under data.result. Sandbox and cache hits return immediately.

Credits & limits

MCP calls draw from the same single credit balance as your REST keys, but are rate-limited on a separate per-user bucket. Costs and rate limits: https://scoutingapi.com/pricing.

MCP vs REST — which to use

  • MCP — best for interactive agents/assistants (e.g. Claude) that support connectors: OAuth instead of key management, tools surfaced natively to the model.
  • REST (skill: scoutingapi-search) — best for programmatic backends, servers, cron jobs, and any runtime without MCP support: a Bearer key + the @scoutingapi/sdk.

Both hit the same data and the same unified schema. Docs: https://scoutingapi.com/docs/mcp.

関連スキル

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community