← bookrails.ai

INDIVIDUAL MCP TOOL

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.

bookrails.ainone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for compare_businesses 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

bookrails.ai

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.

Related tools

  • search_businesses — Find top-rated local service businesses matching a need near a location.
  • 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.
  • check_availability — List open, bookable time slots for one service from the business's live calendar.
  • book_appointment — Book the appointment.
  • cancel_or_reschedule — Cancel or reschedule an existing booking.
  • get_price_estimates — Answer 'how much does X cost near me' with real local prices — not national averages.
  • get_reviews — Answer 'is this place any good?
  • 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.