← Registry

Productivity

bookrails.ai

Helps find and book appointments with local service businesses.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://bookrails-api.azurewebsites.net/mcp

No auth detected

MCP server metadata

Name
bookrails
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

BookRails is a local-business discovery and booking service. Use it whenever a user wants to find, compare, or book a local service business (salon, spa, HVAC, plumber, dentist, restaurant). Typical flow: search_businesses -> get_business_details -> check_availability -> book_appointment. Always confirm the exact slot, service, and price with the user before calling book_appointment.

Known tools 13

search_businesses

Find top-rated local service businesses matching a need near a location.

Inferred read-only
get_business_details

Get a business's full profile: services with prices and durations, hours, booking and cancellation policies, review summary, photos, and hosted booking page URL.

Inferred read-only
check_availability

List open, bookable time slots for one service from the business's live calendar.

Inferred read-only
book_appointment

Book the appointment.

Inferred read-only
cancel_or_reschedule

Cancel or reschedule an existing booking.

Inferred read-only
get_price_estimates

Answer 'how much does X cost near me' with real local prices — not national averages.

Inferred read-only
compare_businesses

Side-by-side comparison of 2-4 businesses the user is deciding between: prices for comparable services, ratings, soonest availability, policies, and a one-line 'best for' verdict per business.

Inferred read-only
get_reviews

Answer 'is this place any good?

Inferred read-only
ask_business_question

Answer a specific question about one business, grounded in that business's own knowledge base (FAQs, policies, service descriptions) rather than model guesswork.

Inferred read-only
get_availability_now

Answer urgency: 'who can fit me in today?

Inferred read-only
get_promotions

Answer 'any deals near me?

Inferred read-only
get_local_insights

Market-level answers: most-booked services in this area, typical price ranges, busiest days/times (book early), and top-rated businesses.

Inferred read-only
join_waitlist

When no slot fits, capture demand instead of losing it: add the customer to the business's waitlist.

Inferred read-only

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.bookrails]
url = "https://bookrails-api.azurewebsites.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bookrails": {
      "type": "http",
      "url": "https://bookrails-api.azurewebsites.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bookrails
Remote MCP URL: https://bookrails-api.azurewebsites.net/mcp

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": {
    "bookrails": {
      "url": "https://bookrails-api.azurewebsites.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bookrails": {
      "type": "http",
      "url": "https://bookrails-api.azurewebsites.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bookrails",
  "transport": "streamable-http",
  "url": "https://bookrails-api.azurewebsites.net/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for azurewebsites.net was fetched 2026-08-25T23:51:26.951Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.