Sign in for interactive examples and your API keys.
Get free API keys
DocsMCP server

MCP server

Install BookRails as an MCP server in Claude Desktop, Cursor, or any MCP host.

Overview

The BookRails MCP server exposes all booking actions as tools for MCP-compatible hosts (Claude Desktop, Cline, Cursor, and others). One config block is all you need.

Install (Claude Desktop)

json
// claude_desktop_config.json
{
  "mcpServers": {
    "bookrails": {
      "command": "npx",
      "args": ["-y", "@bookrails/mcp-server"],
      "env": {
        "BOOKRAILS_API_KEY": "br_test_2kQ9..."
      }
    }
  }
}

Available tools

bookrails_availability_search

Search for available slots by service, location, and time window.

bookrails_booking_create

Create a booking for a specific slot.

bookrails_booking_cancel

Cancel a booking; returns applicable fee.

bookrails_booking_get

Get booking details and current status.

bookrails_business_search

Discover bookable businesses by service and location.