Blue Pillow Hotels & Stays

For AI agents

The first neutral price comparison layer for AI agents

Live hotel & stay prices from 16+ booking sites in one call. No signup. No login. Permanent key.

Your anonymous API key

One click. Stored in localStorage. Rate limit 120 req/min, 60000 req/day.

Claude Code
claude mcp add --transport http b2a https://mcp.b2a.bluepillow.com/ \
  --header "Authorization: Bearer <your-key>"
curl
curl https://api.b2a.bluepillow.com/v1/decide \
  -H "Authorization: Bearer <your-key>" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{"location":{"type":"destination_id","value":"dest_<id>"},
       "dates":{"check_in":"2027-03-10","check_out":"2027-03-13"},
       "guests":{"adults":2}}'
MCP URL
https://mcp.b2a.bluepillow.com/

Read the docs → Quickstart MCP server

Building on this? Integrators can write to info@bluepillow.com — higher limits, bug reports, or a look at what you are building.