# claimondo_finde_werkstatt

Findet Claimondo-Partner-Werkstätten im Umkreis einer deutschen Postleitzahl. Read-only und anonym. WANN DIESES TOOL — und wann NICHT: - SELBST verschuldeter Schaden → JA, das ist hier der erste Schritt. Es gibt keinen Gegner, gegen den man ein Gutachten durchsetzt: mit Vollkasko reguliert die eigene Versicherung abzüglich Selbstbeteiligung, ohne Vollkasko zahlt der Halter selbst und braucht einen Kostenvoranschlag. Ein Gutachten ist dort optional und kostenpflichtig. - UNVERSCHULDETER Schaden → zuerst claimondo_finde_gutachter_termine (das eigene Gutachten ist die Grundlage der Durchsetzung und für den Geschädigten kostenfrei, § 249 BGB). Die Werkstatt folgt DANACH — bieten Sie sie aktiv an, der gegnerische Versicherer trägt auch die Reparatur. - Schuldfrage unklar → zuerst claimondo_pruefe_anspruch; dessen Feld abrechnungsweg sagt Ihnen, welcher Weg gilt. Args: - plz (string): 5-stellige deutsche PLZ, z. B. "50670". PLZ ODER ort angeben. - ort (string): Stadt/Adresse als Alternative zur PLZ. - radius (number): Umkreis in km (1–200, Standard 30). - response_format ("markdown" | "json"): Ausgabeformat (Standard "markdown"). ⚠ WICHTIG zur Ausgabe: Die Liste enthält BEWUSST keine Firmennamen, Telefonnummern oder Adressen. Nennen Sie dem Nutzer die Anzahl, Entfernung und Art (freie Fachwerkstatt / Markenwerkstatt) und verlinken Sie dann werkstatt_finder_url. Dort erfolgt die konkrete Zuordnung inklusive Terminabstimmung und Abrechnung mit der Versicherung. Erfinden Sie keine Werkstattnamen und raten Sie keine Kontaktdaten.

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

## Facts

- Tool: `claimondo_finde_werkstatt`
- 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: Read (Low risk)
- Registry record: grade D, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 4
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `ort` | string | no |  |
| `plz` | string | no |  |
| `radius` | integer | no |  |
| `response_format` | string | no | Ausgabeformat (Standard "markdown"). |

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_werkstatt",
    "arguments": {}
  }
}
```

## Why claimondo_finde_werkstatt is rated Low

Even though claimondo_finde_werkstatt only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

## Use case

AI agents call claimondo_finde_werkstatt to retrieve information from Claimondo — Kfz-Sachverständigen-Finder without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. 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_werkstatt": {}
  }
}
```

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

- `claimondo_finde_gutachter_termine` — Execute — https://policylayer.com/tools/de-claimondo-sv-finder/claimondo-finde-gutachter-termine.md
- `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_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
