← bluepillow.com

INDIVIDUAL MCP TOOL

check_property_availability

Live availability and per-operator quote for a specific property over a specific stay window.

bluepillow.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.b2a.bluepillow.com

No auth detected

Connect to this endpoint to inspect the live schema for check_property_availability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bluepillow.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bluepillow-hotels]
url = "https://mcp.b2a.bluepillow.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bluepillow-hotels": {
      "type": "http",
      "url": "https://mcp.b2a.bluepillow.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bluepillow-hotels
Remote MCP URL: https://mcp.b2a.bluepillow.com

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bluepillow-hotels": {
      "url": "https://mcp.b2a.bluepillow.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bluepillow-hotels": {
      "type": "http",
      "url": "https://mcp.b2a.bluepillow.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bluepillow-hotels",
  "transport": "streamable-http",
  "url": "https://mcp.b2a.bluepillow.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_stays — Multi-operator accommodation comparator for a geographic area against the user's stay parameters — dates, guest count, optional filters.
  • get_property_details — Static record for a specific property — identified by its id.
  • resolve_destination — Converts a destination name into a destination id usable in `search_stays`.
  • 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.
  • b2a_get_key — Obtain a permanent anonymous API key for Blue Pillow Hotels & Stays.