mcp-compliance-integration

mcp-compliance-integration is a skill for Claude Code, Codex from vaquarkhan/compliance-agent-skills. It costs 113 tokens per session (1,915 once invoked), scanned A, original, MIT.

Security and compliance guidance for MCP, a standard way for an agent to use external tools and services. It covers authorization, encrypted connections, limited tool access, and audit records for systems such as browsers, databases, Slack, and data-loss prevention tools.

In plain words
What is it for?
Use it when deploying, configuring, auditing, or responding to incidents involving MCP servers for HIPAA, PCI, or SOC 2 workflows.
Why use it?
It helps reduce the risk of exposing sensitive data or granting an agent more access than a compliance workflow requires.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when deploying, configuring, auditing, or responding to incidents involving MCP servers for HIPAA, PCI, or SOC 2 workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vaquarkhan/compliance-agent-skills/mcp-compliance-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vaquarkhan/compliance-agent-skills --skill mcp-compliance-integration
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/compliance-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-compliance-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaquarkhan/compliance-agent-skills/mcp-compliance-integration/github.svg)](https://agentmods.dev/skills/vaquarkhan/compliance-agent-skills/mcp-compliance-integration)
Your own site
<a href="https://agentmods.dev/skills/vaquarkhan/compliance-agent-skills/mcp-compliance-integration"><img src="https://agentmods.dev/badge/skills/vaquarkhan/compliance-agent-skills/mcp-compliance-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mcp-compliance-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/vaquarkhan/compliance-agent-skills/mcp-compliance-integration"><img src="https://agentmods.dev/badge/skills/vaquarkhan/compliance-agent-skills/mcp-compliance-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,915 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.01915
Opus 5 $0.00056 $0.00958
Sonnet 5 $0.00023 $0.00383
Haiku 4.5 $0.00011 $0.00192

Measured 12d ago against content hash 12ee86d51638, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mcp-compliance-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mcp-compliance-integration/SKILL.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Compliance Integration

Overview

This skill secures Model Context Protocol (MCP) integrations used by the compliance agent. MCP servers expose tools (Playwright browser automation, Postgres queries, Slack notifications, Presidio DLP) to the agent runtime. Misconfiguration creates pathways for ePHI exfiltration, unauthorized CDE access, and unlogged actions.

Security baseline:

  • OAuth 2.1 with PKCE for user-delegated MCP access
  • Tool allowlists—principle of least functionality
  • TLS 1.2+ for all MCP transport
  • Structured audit logging without cleartext PHI (see audit-logging-integrity)
  • BAA coverage for MCP operators processing ePHI (see hipaa-baa-vendor-assessment)

When to Use

Use this skill when:

  • Deploying new MCP servers for compliance workflows
  • Auditing existing MCP configurations (scopes, tools, network placement)
  • Implementing OAuth 2.1 + PKCE for MCP authorization
  • Defining tool sets per role (auditor vs read-only vs emergency)
  • Integrating Playwright, Postgres, Slack, Presidio MCP patterns from this repository
  • Incident response for compromised MCP tokens or rogue tools

Do not use this skill when:

  • Writing PCI script inventory logic (use pci-dss-script-audit—references Playwright MCP)
  • Presidio entity tuning without MCP (use hipaa-phi-redaction-pipeline)
  • Enterprise vendor risk programs without MCP (use vendor-third-party-risk)

Core Process

Execute steps in order.

Step 1: MCP server inventory

  1. List all MCP servers connected to compliance agent:
Server Package/source Data sensitivity Operator
Playwright @playwright/mcp URLs, DOM (may contain PHI in page) Self/hosted
Postgres Official/community postgres MCP Query results (PHI/CDE risk) Self/hosted
Slack Slack MCP Messages (notification only) Vendor
Presidio Custom/REST wrapper Raw text (PHI) Self/hosted
  1. Document version, deployment location, network zone, BAA status.
  2. Artifact: mcp-inventory-{id}.json.

Read the full file on GitHub · 162 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 162 lines · 113 tokens per session scan A 12ee86d51638

Subscribe to this mod's changes

mcp-compliance-integration is a skill published in the GitHub repository vaquarkhan/compliance-agent-skills (2 stars, last pushed 19d ago), licensed MIT. It adds 113 tokens to every session and 1,915 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cmmc-assessment-objectives

Verbatim reference for all 320 NIST 800-171A Rev 2 assessment objectives, plus the Rev 2 → Rev 3 control crosswalk. Use for AO-level lookups (e.g., 3.1.1[c]), evidence planning, and forward-mapping to Rev 3. Pairs with cmmc-expert.

GRCEngClub/claude-grc-engineering · 80 tokens

dora-expert

DORA expert for EU financial entities. Deep knowledge of Digital Operational Resilience Act including 5 pillars, ICT risk management, incident reporting, resilience testing, third-party oversight, and information sharing for financial sector digital resilience.

GRCEngClub/claude-grc-engineering · 49 tokens

cmmc-expert

CMMC v2.0 expert for DoD contractors. Covers NIST 800-171 Rev 2 (14 families, 110 controls), SPRS scoring, POA&M rules, 32 CFR Part 170, DFARS clauses, scoping, ESP/CSP, C3PAO assessment lifecycle, and Rev 2 → Rev 3 transition.

GRCEngClub/claude-grc-engineering · 80 tokens

eu-nis2-expert

EU NIS2 Directive (Directive (EU) 2022/2555) expert. Reference-depth knowledge of essential vs important entity classification, Article 20 governance, the Article 21 ten cybersecurity risk-management measures, the Article 23 24h/72h/1mo incident-reporting timeline, and supervision/enforcement under Articles 32-34.…

GRCEngClub/claude-grc-engineering · 90 tokens

gdpr-expert

GDPR expert for EU privacy compliance. Deep knowledge of General Data Protection Regulation including 99 articles, 7 principles, 6 lawful bases, data subject rights, DPO requirements, DPIA, breach notification, cross-border transfers, and enforcement.

GRCEngClub/claude-grc-engineering · 55 tokens

glba-expert

GLBA expert for financial institutions. Deep knowledge of Gramm-Leach-Bliley Act including Safeguards Rule (16 CFR Part 314), Privacy Rule (16 CFR Part 313), FTC enforcement, information security program requirements, vendor management, and consumer privacy notices.

GRCEngClub/claude-grc-engineering · 58 tokens