← nahltime.com

INDIVIDUAL MCP TOOL

get_available_slots

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

nahltime.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nahltime.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_available_slots and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nahltime.com

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.

Related tools

  • get_business_info — Get this business's profile: name, description, phone, address, opening hours, currency and booking URL.
  • list_services — List the service catalog: categories and services with prices (in the business currency) and durations.
  • list_locations — List the business's areas/branches.
  • create_booking — Create a real booking for a customer.
  • get_booking_status — Check a booking's status.