← sahel.beauty

INDIVIDUAL MCP TOOL

get_free_slots

Concrete free appointment slots for a specific treatment in a date range (max 31 days).

sahel.beautynone authenticationAvailability not checked

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 endpoint

sahel.beauty

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.sahel-beauty]
url = "https://api.sahel.beauty/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sahel-beauty": {
      "type": "http",
      "url": "https://api.sahel.beauty/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sahel-beauty": {
      "type": "http",
      "url": "https://api.sahel.beauty/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sahel-beauty",
  "transport": "streamable-http",
  "url": "https://api.sahel.beauty/api/v1/mcp"
}
MCP Inspector

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

Related tools

  • list_services — Live treatment catalogue of Kosmetikstudio Sahel Beauty (Frankfurt am Main): names, durations, prices (EUR).
  • get_service — Full detail for one treatment by slug: description, contraindications (caution), pre/post treatment advice, FAQ, options with prices.
  • list_categories — Treatment categories (e.g.
  • get_next_free_slot — Soonest free appointment, studio-wide or narrowed to a service and/or location.
  • get_studio_info — Studio location(s) of Sahel Beauty: address, opening hours per weekday (HH:MM), phone, email, Instagram.
  • request_booking — The ONLY write tool.