trackmcp
Back to directory
nikhonit

airbnb-skills

View on GitHub

Agent skills for Airbnb stay data via Staying API - REST + MCP for listings, photos, reviews, pricing & availability. Free tier, no card.

1 stars PythonOthers Updated Jul 3, 2026
agent-skillsairbnbairbnb-apiairbnb-dataclaudeclaude-codeclaude-skillscursormcpmcp-serveropenaiairbnb-mcp

Documentation

airbnb-skills

Agent skills for Airbnb stay data. Three drop-in skills that let any agent look up and search Airbnb listings — photos, reviews, host, pricing, and 12-month availability — over the Staying API. One typed `Stay` contract that doesn't break when Airbnb reworks their site, available as REST and MCP.

Free to use — grab a key (100 credits, no card required) and you're calling Airbnb stay data from Claude, ChatGPT, Cursor, or your own agent loop in under two minutes.

Pure Python standard library. No dependencies. MIT-0 licensed.

Install

bash
# OpenClaw (via ClawHub)
npx clawhub@latest install airbnb-full

# Hermes Agent
hermes skills install skills-sh/nikhonit/airbnb-skills/skills/airbnb-full

# Generic agent skills (Claude Code, Cursor, Cline)
npx skills add nikhonit/airbnb-skills

Skills in this repo

SkillPurposeCost
`airbnb-full`Complete toolkit — id/URL/address lookup, sub-resources, search, async batch jobs, webhooks, account/usage1 credit per record
`airbnb-stay`Single-listing lookup plus photos, reviews, host, amenities, availability, pricing, location, rating1 credit per call
`airbnb-search`Location / date / price / capacity search with superhost, instant-book, and luxury presets1 credit per result

Install the bundled `airbnb-full` for agents that need broad coverage. Install the focused variants when you want minimum tool surface.

Authentication

Set the `STAYINGAPI_KEY` environment variable to your Staying API key (format `sk_...`).

bash
export STAYINGAPI_KEY="sk_..."

**Get a free key in 30 seconds** — 100 credits, no card required. The same key works for these skills, the hosted MCP server, and direct REST calls.

Use over MCP instead

The Staying API hosts a streamable-HTTP MCP server, so MCP-native agents can skip the scripts entirely. Point your client at `https://api.stayingapi.com/mcp` with an `Authorization: Bearer sk_...` header (or OAuth 2.1 PKCE, scope `mcp:access`) to get five tools: `lookup_stay_by_id`, `lookup_stay_by_url`, `search_stays`, `get_stay_photos`, `get_stay_reviews`. Server card: .

Pricing

PlanPriceCreditsRate limit
Free$0100 (one-time)20/min
Monthly$5/mo400/month200/min
Annual$54/yr5,000/year300/min
EnterpriseCustomCustom1,500/min

One credit equals one stay record returned (search bills per result; `by-address` weighs 3). Failed calls do not consume credits. Credits roll forward and don't expire.

Source

  • API reference:
  • Hosted MCP server:
  • Quickstart:
  • For AI agents:

Issues and contributions

See CONTRIBUTING.md. Security reports: SECURITY.md.

License

MIT No Attribution. Fork, ship, sublicense — no attribution required.

Trademark

Staying API is an independent service and is not affiliated with, endorsed by, or sponsored by Airbnb, Inc. "Airbnb" is a registered trademark of Airbnb, Inc.

Frequently asked questions

What is airbnb-skills?

airbnb-skills is Agent skills for Airbnb stay data via Staying API - REST + MCP for listings, photos, reviews, pricing & availability. Free tier, no card.

How do I install airbnb-skills?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is airbnb-skills open source?

Yes — it is hosted on GitHub at https://github.com/nikhonit/airbnb-skills and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP