← Registry

Productivity

nahltime.com

Manages business profiles, service catalogs, locations, and live appointment availability to create customer bookings.

1 endpoint6 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://nahltime.com/api/mcp

No auth detected

MCP server metadata

Name
Nahl Time Booking (NahlTime)
Version
1.0.0
Capabilities
tools
Server instructions

This server books appointments at this business. Typical flow: get_business_info → list_locations → list_services → get_available_slots → create_booking. Always confirm the details (service, date, time, name, phone) with the customer before create_booking — it creates a real booking and the customer is notified on WhatsApp. Use get_booking_status (booking number + phone) to check an existing booking.

Known tools 6

get_business_info

Get this business's profile: name, description, phone, address, opening hours, currency and booking URL.

Inferred read-only
list_services

List the service catalog: categories and services with prices (in the business currency) and durations.

Inferred read-only
list_locations

List the business's areas/branches.

Inferred read-only
get_available_slots

Get live open time slots for a date and location (optionally for a specific service and quantity).

Inferred read-only
create_booking

Create a real booking for a customer.

Potential side effects
get_booking_status

Check a booking's status.

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.nahl-time-booking-nahltime]
url = "https://nahltime.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nahl-time-booking-nahltime": {
      "type": "http",
      "url": "https://nahltime.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nahl-time-booking-nahltime
Remote MCP URL: https://nahltime.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": {
    "nahl-time-booking-nahltime": {
      "url": "https://nahltime.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nahl-time-booking-nahltime": {
      "type": "http",
      "url": "https://nahltime.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nahl-time-booking-nahltime",
  "transport": "streamable-http",
  "url": "https://nahltime.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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