# map_controls

Map ISO 27001 or NIST CSF controls to EU regulation articles. Returns a {results, meta} envelope: one cited row per control→regulation mapping with full/partial/related coverage, the applicable articles, notes, and a source_url/publisher/license _citation (article-anchored when the mapping targets a single article, instrument-level otherwise). Group rows by control_id for a per-control view; filter by control or regulation.

Agent View of the PolicyLayer registry record for `map_controls`. HTML page: https://policylayer.com/tools/eu-ansvar-eu-regulations-mcp/map-controls

## Facts

- Tool: `map_controls`
- Server: Eu Regulations (`https://gateway.ansvar.eu/mcp`) — https://policylayer.com/tools/eu-ansvar-eu-regulations-mcp.md
- Homepage: https://github.com/Ansvar-Systems/EU_compliance_MCP
- Risk category: Read (Low risk)
- Registry record: grade A, identity unverified
- Server auth posture: gated
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

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

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

## Why map_controls is rated Low

This tool retrieves and presents pre-computed mappings between ISO 27001/NIST CSF controls and EU regulation articles. It performs read-only data retrieval with filtering and grouping capabilities. There are no side effects, data modifications, code execution, financial transactions, or destructive operations.

From the tool's own definition: "Tool description states it 'Map[s]' and 'Returns' mapping results with 'cited row per control→regulation mapping' and 'applicable articles'. The verbs are query/retrieval-oriented: 'Returns', 'Group rows', 'filter by control or regulation'."

## Use case

AI agents call map_controls to retrieve information from Eu Regulations 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 Eu Regulations:

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

## Other tools on Eu Regulations (4)

- `check_applicability` — Read — https://policylayer.com/tools/eu-ansvar-eu-regulations-mcp/check-applicability.md
- `compare_requirements` — Read — https://policylayer.com/tools/eu-ansvar-eu-regulations-mcp/compare-requirements.md
- `get_evidence_requirements` — Read — https://policylayer.com/tools/eu-ansvar-eu-regulations-mcp/get-evidence-requirements.md
- `get_regulation_guide` — Read — https://policylayer.com/tools/eu-ansvar-eu-regulations-mcp/get-regulation-guide.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=eu-ansvar-eu-regulations-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/eu-ansvar-eu-regulations-mcp
