← Registry

Productivity

book1more.com

Search and book appointments at public salons and service businesses through Book1More.

1 endpoint8 known toolsFirst detected July 11, 2026Last detected August 17, 2026

ENDPOINT 1

https://book1more.com/api/mcp

No auth detected

MCP server metadata

Name
book1more
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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

search_businesses

Search public salons and service businesses on Book1More.

Inferred read-only
get_business_details

Get public details for a single business — name, category, address, phone, opening hours, social links, and a preview of services.

Inferred read-only
list_services

List all bookable services for a business with duration and price in EUR.

Inferred read-only
get_availability

Return available appointment start times for a specific service across a date range (max 14 days).

Inferred read-only
send_booking_code

Step 1 of booking: send a one-time verification code to the customer's phone OR email (provide exactly one).

Potential side effects
verify_code

Step 2 of booking: exchange the code the customer received (from send_booking_code) for a verification_token.

Inferred read-only
create_booking

Step 3 of booking: create a confirmed booking.

Potential side effects
cancel_booking

Cancel a previously created booking.

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.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.

Trust status Trusted

book1more.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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