{
  "name": "bluepillow-hotels",
  "display_name": "Blue Pillow Hotels & Stays",
  "description": "Neutral hotel & stay price comparison for AI agents: live prices from 16+ booking sites. No signup.",
  "version": "1.0.0",
  "endpoint": "https://mcp.b2a.bluepillow.com/",
  "transport": "http-streamable",
  "auth": {
    "type": "bearer",
    "instructions": "Call the b2a_get_key tool to obtain a permanent anonymous key."
  },
  "tools": [
    {
      "name": "b2a_get_key",
      "description": "Issue a permanent anonymous API key."
    },
    {
      "name": "search_stays",
      "description": "Search accommodations across 16+ OTAs."
    },
    {
      "name": "resolve_destination",
      "description": "Resolve a destination name to an id."
    },
    {
      "name": "discover_destinations_near",
      "description": "Discover sub-destinations from coords."
    },
    {
      "name": "get_property_details",
      "description": "Static metadata for one property."
    },
    {
      "name": "check_property_availability",
      "description": "Live quote for property + dates."
    }
  ],
  "categories": [
    "travel",
    "booking",
    "hotels",
    "lodging"
  ],
  "documentation_url": "https://b2a.bluepillow.com/docs/",
  "openapi_url": "https://b2a.bluepillow.com/.well-known/openapi.yaml"
}