# request_address_change

Fragt eine Lieferadressaenderung fuer eine noch nicht versandte Bestellung des verknuepften Kunden an (Ticket ans Team). Erfordert ein via link_account verknuepftes token.

Agent View of the PolicyLayer registry record for `request_address_change`. HTML page: https://policylayer.com/tools/de-tabak-brucker-www-shop/request-address-change

## Facts

- Tool: `request_address_change`
- Server: Shop (`https://mcp.tabak-brucker.de/mcp`) — https://policylayer.com/tools/de-tabak-brucker-www-shop.md
- Homepage: https://github.com/https://mcp.tabak-brucker.de/mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 3 (2 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `token` | string | yes | session_token aus link_account. |
| `auftrag` | string | no | Optional: Auftragsnummer (sonst neueste offene Bestellung). |
| `neue_adresse` | string | yes | Vollstaendige neue Lieferadresse. |

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": "request_address_change",
    "arguments": {
      "token": "<token>",
      "neue_adresse": "<neue_adresse>"
    }
  }
}
```

## Why request_address_change is rated Low

Even though request_address_change 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.

Risk signals: Handles credentials or secrets (token)

## Use case

AI agents call request_address_change to retrieve information from Shop 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 Shop:

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

## Other tools on Shop (18)

- `check_availability` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/check-availability.md
- `contact_support` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/contact-support.md
- `get_guide` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/get-guide.md
- `get_loyalty` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/get-loyalty.md
- `get_pickup_info` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/get-pickup-info.md
- `get_product` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/get-product.md
- `get_recommendations` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/get-recommendations.md
- `get_shop_info` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/get-shop-info.md
- `get_variants` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/get-variants.md
- `link_account` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/link-account.md
- `list_bestsellers` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/list-bestsellers.md
- `list_categories` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/list-categories.md
- `list_offers` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/list-offers.md
- `list_orders` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/list-orders.md
- `list_products` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/list-products.md
- `search_guides` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/search-guides.md
- `search_products` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/search-products.md
- `create_cart` — Write — https://policylayer.com/tools/de-tabak-brucker-www-shop/create-cart.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-tabak-brucker-www-shop · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/de-tabak-brucker-www-shop
