← Registry

General Tools

leftclick.ch

Provides contact information, support request submission, and appointment scheduling for Leftclick AG.

1 endpoint3 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://leftclick.ch/api/mcp

No auth detected

MCP server metadata

Name
leftclick-public
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Only call mutating tools when a human explicitly asked you to contact Leftclick AG. Never invent personal data. Appointment booking creates a lead and returns the self-serve calendar URL; it does not reserve a live calendar slot.

Known tools 3

get_leftclick_contact_info

Returns Leftclick AG phone, email, HQ address, booking URL, and locales.

Potential side effects
submit_support_request

Submits a support request to Leftclick AG through the official contact pipeline (same validation and delivery as the website form).

Inferred read-only
request_appointment

Helps schedule with Leftclick via Microsoft Bookings (booking.leftclick.ch).

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.leftclick-public]
url = "https://leftclick.ch/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "leftclick-public": {
      "type": "http",
      "url": "https://leftclick.ch/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "leftclick-public": {
      "type": "http",
      "url": "https://leftclick.ch/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "leftclick-public",
  "transport": "streamable-http",
  "url": "https://leftclick.ch/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.