← Registry

Data Collection

boneti.ch

Handles cleaning-quote lead schema retrieval and submission to Boneti.

1 endpoint2 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://www.boneti.ch/api/mcp

No auth detected

MCP server metadata

Name
boneti-cleaning
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Boneti cleaning-services lead-capture MCP server. Two tools: get_quote_schema (read first - returns valid field values + labels) and submit_cleaning_lead (submit a validated lead). Required fields on submit: type_of_service, client_name, client_email, phone_number, postal_code. Confirm parsed values with the user before submitting; do not guess field values; submit once per lead.

Known tools 2

get_quote_schema

Returns the JSON Schema document describing every field on a cleaning-quote lead, including valid values and human-readable labels.

Inferred read-only
submit_cleaning_lead

Submits a validated cleaning-quote lead to Boneti.

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

.mcp.json

{
  "mcpServers": {
    "boneti-cleaning": {
      "type": "http",
      "url": "https://www.boneti.ch/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "boneti-cleaning",
  "transport": "streamable-http",
  "url": "https://www.boneti.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.