# claimondo_finde_gutachter_termine

Findet buchbare Partner-Kfz-Gutachter MIT freien Terminen im Umkreis einer deutschen Postleitzahl über Claimondo. Anders als claimondo_finde_sachverstaendige (nur anonymisierte Liste) liefert dieses Tool die *buchbaren* Gutachter mit konkreten freien Slots (Vorschau aufs Buchen). Read-only und anonym — legt nichts an und meldet keinen Schaden. Args: - plz (string): 5-stellige deutsche PLZ, z. B. "50670". PLZ ODER ort angeben. - ort (string): Stadt/Adresse als Alternative zur PLZ, z. B. "Köln" oder "Berlin Mitte". - wunschtermin (string, optional): Wunschtermin als ISO-8601 (steuert das Slot-Ranking, kein harter Filter). - response_format ("markdown" | "json"): Ausgabeformat (Standard "markdown"). Returns (structuredContent bzw. json): { plz, ort, standort, wunschtermin, anzahl_gutachter, gutachter: [{ id, vorname, profilbild, bewertung_schnitt, bewertung_anzahl, entfernung, ist_top_partner, wunschtermin_frei, termine: [{ start, end, passung }], buchungs_url }], interaktive_karte_url, buchungs_telefon } Use when: Nutzer will einen Gutachter-Termin sehen/vergleichen (z. B. „wann hat ein Gutachter in 50670 Zeit?"). WICHTIG beim Empfehlen eines Gutachters: Geben Sie dessen gutachter[].buchungs_url als Link aus. Er öffnet den Finder mit genau diesem Gutachter vorausgewählt; der Kunde ergänzt nur noch Adresse und Kontakt und bestätigt selbst. Verlinken Sie NICHT interaktive_karte_url, wenn Sie einen konkreten Gutachter genannt haben — das ist die allgemeine Karte ohne Auswahl und schickt den Kunden zurück an den Anfang der Suche. Die Karte ist nur richtig für „zeig mir alle in der Nähe". Hinweis: gutachter[].id + ein termin.start sind zusätzlich das Buchungs-Handle für claimondo_melde_schaden (mit Einwilligung); telefonisch geht es über buchungs_telefon. Fehlt buchungs_url (ältere API-Version), bleibt die Karte der Weg.

Agent View of the PolicyLayer registry record for `claimondo_finde_gutachter_termine`. HTML page: https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-finde-gutachter-termine

## Facts

- Tool: `claimondo_finde_gutachter_termine`
- Server: Claimondo — Kfz-Sachverständigen-Finder (`https://mcp.claimondo.de/mcp`) — https://policylayer.com/tools/de-claimondo-sv-finder.md
- Homepage: https://github.com/https://mcp.claimondo.de/mcp
- Risk category: Execute (High risk)
- Registry record: grade D, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 4
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `ort` | string | no | Stadt/Adresse als Alternative zur PLZ, z. B. "Köln" oder "Berlin Mitte". PLZ ODER ort angeben. |
| `plz` | string | no | 5-stellige deutsche Postleitzahl, z. B. 50670 für Köln. PLZ ODER ort angeben. |
| `wunschtermin` | string | no | Optionaler Wunschtermin als ISO-8601-Zeitstempel (z. B. 2026-06-20T10:00:00Z) — steuert das Slot-Ranking, kein harter Filter. |
| `response_format` | string | no | Ausgabeformat: 'markdown' (menschenlesbar) oder 'json' (strukturiert). |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "claimondo_finde_gutachter_termine",
    "arguments": {}
  }
}
```

## Why claimondo_finde_gutachter_termine is rated High

claimondo_finde_gutachter_termine triggers real processes with real consequences. An agent gone sideways doesn't fire it once. It starts dozens of builds, sends mass notifications, or burns through compute before anyone looks up.

## Use case

AI agents invoke claimondo_finde_gutachter_termine to trigger actions in Claimondo — Kfz-Sachverständigen-Finder. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Claimondo — Kfz-Sachverständigen-Finder:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "claimondo_finde_gutachter_termine": {
      "limits": [
        {
          "counter": "claimondo_finde_gutachter_termine_rate",
          "window": "minute",
          "max": 10,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Claimondo — Kfz-Sachverständigen-Finder (7)

- `claimondo_decode_brief` — Read — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-decode-brief.md
- `claimondo_fall_status` — Read — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-fall-status.md
- `claimondo_finde_sachverstaendige` — Read — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-finde-sachverstaendige.md
- `claimondo_finde_werkstatt` — Read — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-finde-werkstatt.md
- `claimondo_pruefe_anspruch` — Read — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-pruefe-anspruch.md
- `claimondo_melde_schaden` — Write — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-melde-schaden.md
- `claimondo_rueckruf` — Write — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-rueckruf.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=de-claimondo-sv-finder · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/de-claimondo-sv-finder
