← leftclick.ch

INDIVIDUAL MCP TOOL

get_leftclick_contact_info

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

leftclick.chnone authenticationAvailability not checked

LIVE ENDPOINT

https://leftclick.ch/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests sending messages.

Parent server

leftclick.ch

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.

Related tools

  • submit_support_request — Submits a support request to Leftclick AG through the official contact pipeline (same validation and delivery as the website form).
  • request_appointment — Helps schedule with Leftclick via Microsoft Bookings (booking.leftclick.ch).