hestia

hestia

Enables users to search Airbnb listings using natural language, including flexible dates, guest counts, price range, property type, and amenities. It provides listing summaries and details but does not handle bookings.

Category
Visit Server

README

hestia

hestia is an MCP (Model Context Protocol) server that lets an LLM search Airbnb accommodations using natural language — location, dates (exact or flexible), guest counts, price range, property type, and amenities — built on Airbnb's own (unofficial, reverse-engineered) web API. It's a sibling project to furaflight, a similar MCP server for flight search.

Scope

hestia is discovery only. It searches and inspects listings — it does not book, reserve, or pay for anything, and it never will. Every listing returned includes a listingUrl; use that link to complete an actual booking yourself on airbnb.com.

Not affiliated with Airbnb

hestia is not affiliated with, endorsed by, or connected to Airbnb, Inc. in any way. It talks to Airbnb's public web API — the same one airbnb.com's own frontend uses — the same way a browser does. This is not an official partner integration, and Airbnb has not reviewed or approved this project.

Use as an MCP server

The server speaks MCP over stdio and is published to npm as @hestia/mcp with precompiled binaries for every major platform — no local Bun/Node setup needed. Add it to your MCP client's config:

{
  "mcpServers": {
    "hestia": {
      "command": "npx",
      "args": ["-y", "@hestia/mcp"]
    }
  }
}

For Claude Code specifically, you can instead register it via the CLI:

claude mcp add hestia -- npx -y @hestia/mcp

Tools

search

Search Airbnb listings by location, guest count, price range, property type, and amenities. Dates can be given as exact check-in/check-out dates, or in a flexible mode (approximate trip length — weekend/week/month — plus one or more target months) for when plans aren't fixed yet. Returns lean listing summaries, each with a listingUrl; use listing_details to drill into a specific one.

Key inputs:

  • location — free-text place to search (city, neighborhood, landmark, region)
  • dates — either exact checkin/checkout dates, or a flexible trip length + target month(s)
  • guestsadults, children, infants, pets
  • price rangeminPrice / maxPrice, plus currency
  • propertyType — entire home, private room, shared room, or hotel room
  • amenities — filter by a list of amenities (e.g. pool, wifi, kitchen)
  • limit / cursor — result count and pagination

listing_details

Get full details for a specific Airbnb listing: description, amenities, house rules, host info, images, and rating.

Key inputs:

  • listingId — the numeric ID from a listing URL (airbnb.com/rooms/<id>) or from a prior search result's id
  • dates (optional) — checkin/checkout for date-specific pricing and availability
  • guests (optional) — adults, children, infants, pets
  • currency (optional)

Development

To install dependencies:

bun install

To run:

bun run src/main.ts

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured