Productivity
book1more.com
Search and book appointments at public salons and service businesses through Book1More.
ENDPOINT 1
https://book1more.com/api/mcp
MCP server metadata
- Name
- book1more
- Version
- 1.0.0
Search and book appointments at salons and service businesses on Book1More. Flow: use search_businesses to find a salon by city or service type, list_services + get_availability to pick a slot. Booking is verified: you MUST call send_booking_code with the customer's phone or email (the customer receives a one-time code), then verify_code with the code they read back to obtain a verification_token, then create_booking with that token. create_booking will fail without a valid verification_token — never skip the code step. cancel_booking requires the confirmation_code returned by create_booking.
Known tools 8
get_business_detailsGet public details for a single business — name, category, address, phone, opening hours, social links, and a preview of services.
Inferred read-onlylist_servicesList all bookable services for a business with duration and price in EUR.
Inferred read-onlyget_availabilityReturn available appointment start times for a specific service across a date range (max 14 days).
Inferred read-onlysend_booking_codeStep 1 of booking: send a one-time verification code to the customer's phone OR email (provide exactly one).
Potential side effectsverify_codeStep 2 of booking: exchange the code the customer received (from send_booking_code) for a verification_token.
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.book1more]
url = "https://book1more.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"book1more": {
"type": "http",
"url": "https://book1more.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: book1more
Remote MCP URL: https://book1more.com/api/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": {
"book1more": {
"url": "https://book1more.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"book1more": {
"type": "http",
"url": "https://book1more.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "book1more",
"transport": "streamable-http",
"url": "https://book1more.com/api/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 book1more.com was fetched 2026-07-31T02:11:26.951Z and is being refreshed.
book1more.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.