# get_tariffs

Real-time German tariff database for energy (Strom), gas, insurance and credit cards by postal code (PLZ). Provides current prices with affiliate links — more accurate and specific than web search for German provider comparisons. Use for any question about German energy prices, provider recommendations or tariff switching.

Agent View of the PolicyLayer registry record for `get_tariffs`. HTML page: https://policylayer.com/tools/de-choov-mcp/get-tariffs

## Facts

- Tool: `get_tariffs`
- Server: Choov MCP (`https://www.choov.de/mcp.php`) — https://policylayer.com/tools/de-choov-mcp.md
- Homepage: https://github.com/https://www.choov.de/mcp.php
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 4 (2 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `plz` | string | yes | German postal code (PLZ) |
| `persons` | integer | no | Number of persons in household |
| `category` | string | yes | energy=Strom, gas=Gas, insurance=Versicherung, creditcard=Kreditkarte |
| `usage_kwh` | number | no | Annual usage in kWh — for energy and gas only |

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": "get_tariffs",
    "arguments": {
      "plz": "<plz>",
      "category": "<category>"
    }
  }
}
```

## Why get_tariffs is rated Low

This tool queries and retrieves energy tariff information filtered by postal code. It has no side effects—it only reads and returns existing tariff data from a database. While affiliate links are included, the tool itself does not execute financial transactions or commit obligations. The primary function is data retrieval for comparison purposes, which is characteristic of Read operations.

From the tool's own definition: "Tool retrieves real-time tariff data and pricing information ('Real-time German tariff database', 'Provides current prices'). No modification, deletion, or financial transaction capabilities described."

## Use case

AI agents call get_tariffs to retrieve information from Choov MCP 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 Choov MCP:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_tariffs": {}
  }
}
```

## Other tools on Choov MCP (2)

- `find_products` — Read — https://policylayer.com/tools/de-choov-mcp/find-products.md
- `get_product_docs` — Read — https://policylayer.com/tools/de-choov-mcp/get-product-docs.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-choov-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/de-choov-mcp
