# get_shop_info

Oeffentliche Shop-/Kontaktdaten aus den Sonderseiten (Impressum, AGB, Zahlungsbedingungen, Versand ...). Ohne 'thema' wird die Seitenliste zurueckgegeben.

Agent View of the PolicyLayer registry record for `get_shop_info`. HTML page: https://policylayer.com/tools/de-tabak-brucker-www-shop/get-shop-info

## Facts

- Tool: `get_shop_info`
- 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: 1
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `thema` | string | no | z.B. impressum, agb, zahlungsbedingungen, versand, kontakt. |

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

## Why get_shop_info is rated Low

Even though get_shop_info 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 get_shop_info 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": {
    "get_shop_info": {}
  }
}
```

## 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_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
- `request_address_change` — Read — https://policylayer.com/tools/de-tabak-brucker-www-shop/request-address-change.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
