ENDPOINT 1
https://bookrails-api.azurewebsites.net/mcp
MCP server metadata
- Name
- bookrails
- Version
- 1.28.1
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_businessesFind top-rated local service businesses matching a need near a location.
Inferred read-onlyget_business_detailsGet 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-onlycheck_availabilityList open, bookable time slots for one service from the business's live calendar.
Inferred read-onlyget_price_estimatesAnswer 'how much does X cost near me' with real local prices — not national averages.
Inferred read-onlycompare_businessesSide-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-onlyask_business_questionAnswer a specific question about one business, grounded in that business's own knowledge base (FAQs, policies, service descriptions) rather than model guesswork.
Inferred read-onlyget_local_insightsMarket-level answers: most-booked services in this area, typical price ranges, busiest days/times (book early), and top-rated businesses.
Inferred read-onlyjoin_waitlistWhen no slot fits, capture demand instead of losing it: add the customer to the business's waitlist.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.