← Registry

Productivity

bookiraj.eu

Manages business booking operations, including retrieving business info, checking availability, listing free slots, and creating/canceling bookings.

1 endpoint5 known toolsFirst detected August 16, 2026Last detected August 16, 2026

ENDPOINT 1

https://bookiraj.eu/mcp

No auth detected

MCP server metadata

Name
bookiraj
Version
1.0.0
Capabilities
tools
Server instructions

Booking server for businesses using bookiraj.eu (salons, studios, clinics, photographers…). Every business is identified by a "client" slug — visible in the embed snippet on its website (<div data-bookiraj data-client="SLUG">). Typical flow: get_business_info → get_availability / get_free_slots → confirm details with the user → create_booking. Times are local to the business timezone, format HH:MM (24h), dates YYYY-MM-DD. NEVER call create_booking without explicit confirmation from the human user.

Known tools 5

get_business_info

Returns business info for a Bookiraj client: name, location, timezone, language, list of bookable services (id, name, duration in minutes, capacity = max persons per group slot) and booking rules (minimum lead time, max days ahead).

Inferred read-only
get_availability

Returns per-day availability for a calendar month: {"YYYY-MM-DD": "free"|"full"}.

Inferred read-only
get_free_slots

Returns free start times ("HH:MM", 24h, business local timezone) for one date and service, with slot end time derived from service duration.

Inferred read-only
create_booking

Creates a CONFIRMED booking.

Inferred read-only
cancel_booking

Cancels an existing booking using the cancellation token (UUID from cancelUrl returned by create_booking, or from the confirmation email link ?token=...).

Potential side effects

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.bookiraj]
url = "https://bookiraj.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bookiraj": {
      "type": "http",
      "url": "https://bookiraj.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bookiraj
Remote MCP URL: https://bookiraj.eu/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": {
    "bookiraj": {
      "url": "https://bookiraj.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bookiraj": {
      "type": "http",
      "url": "https://bookiraj.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bookiraj",
  "transport": "streamable-http",
  "url": "https://bookiraj.eu/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 bookiraj.eu was fetched 2026-08-25T16:38:18.143Z.

Trust status Trusted

bookiraj.eu is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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