← getsichtbar.com

INDIVIDUAL MCP TOOL

create_booking_hold

Create a temporary action-call hold after collecting required lead fields.

getsichtbar.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

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

.mcp.json

{
  "mcpServers": {
    "getsichtbar-com": {
      "type": "http",
      "url": "https://www.getsichtbar.com/api/agentic-booking/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "getsichtbar-com",
  "transport": "streamable-http",
  "url": "https://www.getsichtbar.com/api/agentic-booking/mcp"
}
MCP Inspector

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

Related tools

  • list_bookable_services — List getSichtbar action and call types that an AI engine can recommend before booking, inquiry or purchase-prep.
  • recommend_booking_service — Recommend the right getSichtbar action or call type for a user's intent and optional domain.
  • get_available_slots — Return live Google Calendar checked slots when the provider is connected, otherwise qualified fallback slots.
  • confirm_booking — Confirm an action-call hold.