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 60 req/min, 5000 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":"2026-06-10","check_out":"2026-06-13"},
       "guests":{"adults":2}}'
MCP URL
https://mcp.b2a.bluepillow.com/

Read the docs → Quickstart MCP server