Skip to content
Back to search
100
MCP live streamable-http

Blue Pillow Hotels & Stays

com.bluepillow/hotels

Neutral hotel & stay price comparison for AI agents: live prices from 16+ booking sites. No signup.

Uptime
no direct probes in 30d
Response
98ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_stays

Multi-operator accommodation comparator for a geographic area against the user's stay parameters — dates, guest count, optional filters. Returns a ranked list of properties together with the booking s…

get_property_details

Static record for a specific property — identified by its id. Returns the complete amenity list, photos, booking sources, dedup metadata, detailed location, and the headline rating (`rating` + `rating…

check_property_availability

Live availability and per-operator quote for a specific property over a specific stay window. Performs a live date-aware lookup against the BluePillow search layer, returns date-specific prices, rooms…

resolve_destination

Converts a destination name into a destination id usable in `search_stays`. The canonical entry point when the user's request mentions a place name and coordinates are not already known from a prior c…

discover_destinations_near

Curated destinations — cities, neighborhoods, airports, points of interest — within a radius of a geographic point, for use as a `destination_id` in subsequent `search_stays` calls. Useful when coordi…

b2a_get_key

Obtain a permanent anonymous API key for Blue Pillow Hotels & Stays. No signup, no login required. The key is not a sensitive secret — it carries no account, payment, or personal data. It exists only …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "blue_pillow_hotels_&_stays": {
      "url": "https://mcp.b2a.bluepillow.com/",
      "transport": "streamable-http"
    }
  }
}