Productivity
nahltime.com
Manages business profiles, service catalogs, locations, and live appointment availability to create customer bookings.
ENDPOINT 1
https://nahltime.com/api/mcp
MCP server metadata
- Name
- Nahl Time Booking (NahlTime)
- Version
- 1.0.0
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_infoGet this business's profile: name, description, phone, address, opening hours, currency and booking URL.
Inferred read-onlylist_servicesList the service catalog: categories and services with prices (in the business currency) and durations.
Inferred read-onlyget_available_slotsGet live open time slots for a date and location (optionally for a specific service and quantity).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.