A runtime guard that answers "where can this data legally go?" before your agent makes a cross-border call. It validates GDPR Chapter V transfer mechanisms (adequacy decisions, SCCs, BCRs, IDTA) and checks whether moving data from one region to another is compliant. You'd reach for this when building agents that touch EU user data and need to enforce data residency rules programmatically rather than hoping your team remembers the rules. Think of it as a pre-flight check that blocks transfers to non-compliant regions before they happen. The implementation focuses on breach detection and transfer mechanism validation, which means it's designed to catch violations at runtime rather than audit them after the fact.
claude mcp add --transport stdio csoai-org-agent-data-residency-mcp uvx agent-data-residency-mcp