Productivity
bookiraj.eu
Manages business booking operations, including retrieving business info, checking availability, listing free slots, and creating/canceling bookings.
ENDPOINT 1
https://bookiraj.eu/mcp
MCP server metadata
- Name
- bookiraj
- Version
- 1.0.0
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_infoReturns 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-onlyget_availabilityReturns per-day availability for a calendar month: {"YYYY-MM-DD": "free"|"full"}.
Inferred read-onlyget_free_slotsReturns free start times ("HH:MM", 24h, business local timezone) for one date and service, with slot end time derived from service duration.
Inferred read-onlycancel_bookingCancels an existing booking using the cancellation token (UUID from cancelUrl returned by create_booking, or from the confirmation email link ?token=...).
Potential side effectsCONNECT 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.
bookiraj.eu is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.