B2A Blue Pillow

For AI agents

The open MCP for travel

No signup. No login. One call. Permanent key.

Your anonymous API key

One click. Stored in localStorage. Rate limit 60 req/min, 5000 req/day.

Claude Code
claude mcp add 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