Claude Code
One terminal command.
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
- Run the command in any terminal.
- Open a new Claude Code session.
- Confirm with
claude mcp list.
A quick demo might save your team weeks of engineering work.
Resources
Free Tools
Paste one snippet into Claude, Cursor, or Claude Code. Your agent pulls Airbnb data from plain-English prompts. Same API key, same billing as the REST API.
Trusted by hospitality teams at
Whatever you'd ask a junior analyst about a property, ask your agent. No syntax to learn.
What do guests say about Airbnb listing 22135033?
What would Airbnb listing 22135033 cost for a week in August, fees included?
Search Airbnb for two-bedroom places in Lisbon under 150 euros a night.
Summarize the newest reviews for my Airbnb listing and flag anything negative.
Real examples. You ask, the agent picks a tool and fills the parameters, you read the answer. These outputs are illustrative.
What do guests say about Airbnb listing 22135033?
airbnb_listing_reviews(listing_id="22135033", sort_by="MOST_RECENT")
A summary of the newest reviews: guests call out the central location and the host's quick replies, with a note or two about street noise at night.
Summarize the newest reviews for my Airbnb listing and flag anything negative.
airbnb_listing_details(listing_id="22135033") -> airbnb_listing_reviews(listing_id="22135033")
The listing's rating and headline details, then the recent reviews with any negative mentions pulled out so nothing gets missed.
Three config systems, three snippets. Swap YOUR_API_KEY for your real key and start asking.
One terminal command.
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
claude mcp list.Edit ~/.cursor/mcp.json.
{
"mcpServers": {
"stayapi": {
"type": "http",
"url": "https://api.stayapi.com/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
YOUR_API_KEY, save.Edit claude_desktop_config.json.
{
"mcpServers": {
"stayapi": {
"command": "npx",
"args": [
"-y", "mcp-remote@0.1.18",
"https://api.stayapi.com/mcp",
"--header", "X-API-Key:YOUR_API_KEY"
]
}
}
}
On Windows, a bare npx can fail with spawn npx ENOENT. Use the absolute path to npx.cmd. Windows setup notes →
Shortcut Don't have a key yet? Sign up for 50 free requests. Your dashboard ships these snippets pre-filled.
Most agents pick the right tool from your prompt, so you never name it. One tool call counts as one request, the same as a REST request.
airbnb_search_listings
Not yet available. Returns a clear "feature unavailable" message with a request link to info@stayapi.com. Not billed.
airbnb_listing_details
Get an Airbnb listing's details by listing_id or any Airbnb URL (URL to ID is instant).
airbnb_listing_reviews
Get reviews for an Airbnb listing by listing_id or URL, with sort and pagination.
Full parameters and response shapes live in the MCP docs. For the same data over REST, see the Airbnb API hub.
Sign up, copy one snippet, drop your key in. Both paths end with your agent answering Airbnb questions in plain English.
50 free requests on signup. Copy one snippet, drop your key in, and start asking your agent for Airbnb data.
Start free Read the MCP docs15 minutes. We screen-share and wire Claude or Cursor to your real properties. Free of charge.
Book a demo