General Tools
leftclick.ch
Provides contact information, support request submission, and appointment scheduling for Leftclick AG.
ENDPOINT 1
https://leftclick.ch/api/mcp
MCP server metadata
- Name
- leftclick-public
- Version
- 1.0.0
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_infoReturns Leftclick AG phone, email, HQ address, booking URL, and locales.
Potential side effectssubmit_support_requestSubmits a support request to Leftclick AG through the official contact pipeline (same validation and delivery as the website form).
Inferred read-onlyrequest_appointmentHelps schedule with Leftclick via Microsoft Bookings (booking.leftclick.ch).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.