io.github.uchit/mcp-regulated-ai-compliance
NPM · @HELLOUCHIT/MCP-REGULATED-AI-COMPLIANCE · SCANNED AUG 3
Regulated-industry AI compliance: EU AI Act, APRA, NIST AI RMF, ISO 42001, AU AI Safety.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to uchit/mcp-regulated-ai-compliance). View diagnostics → Pass
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 57 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability84
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 3111 tokens (~50/item across 62 items; 6 tools + 56 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @hellouchit/mcp-regulated-ai-compliance
claude mcp add uchit-mcp-regulated-ai-compliance -- npx -y @hellouchit/mcp-regulated-ai-compliance
codex mcp add uchit-mcp-regulated-ai-compliance -- npx -y @hellouchit/mcp-regulated-ai-compliance
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"uchit-mcp-regulated-ai-compliance": {
"type": "local",
"command": [
"npx",
"-y",
"@hellouchit/mcp-regulated-ai-compliance"
],
"enabled": true
}
}
} openclaw mcp add uchit-mcp-regulated-ai-compliance --command npx --arg -y --arg @hellouchit/mcp-regulated-ai-compliance
mcp_servers:
uchit-mcp-regulated-ai-compliance:
command: "npx"
args: ["-y", "@hellouchit/mcp-regulated-ai-compliance"] {
"mcpServers": {
"uchit-mcp-regulated-ai-compliance": {
"command": "npx",
"args": [
"-y",
"@hellouchit/mcp-regulated-ai-compliance"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +57
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: uchit/mcp-regulated-ai-compliance security
- Security disclosure: fail → unverified ▼ functional
- Schema quality: unverified → 100 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −30
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@hellouchit/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- uchit/mcp-regulated-ai-compliance
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/uchit/mcp-regulated-ai-compliance/.github/workflows/publish.yml@refs/tags/v0.2.3
- Rekor log index:
- 1738901276
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:e05f865b80040be38abc6f2d56eda89a5db34c60a0608d747633f0decc2635f5a8982b46efb89041d9ca5bb090dfe21a1efe95430f1ac82ad044b7bfd
- Discovery method:
- attestation_endpoint
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
classify_use_case ~203
Classify an AI use-case under EU AI Act (Annex III + Article 5) and optionally AU AI Safety Standard. Returns: risk tier, matching Annex III categories with sub-points, applicable Articles 9-15 obligations, enforcement date, and a recommended next-step sequence (which other tools to call). Use for: initial classification of a new use-case, dual-jurisdiction analysis (EU + AU), or generating a structured input for the human-counsel-review handoff. Not a substitute for legal counsel — borderline cases (especially employment, essential services, credit) need qualified review.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | Free-text AI use-case description. Be specific about: what the AI does, who it affects, what decisions it influences, what data it uses. Minimum 20 chars. |
| jurisdictions | array | — | Jurisdictions to classify against. Default: EU AI Act only. Pass ['EU','AU'] for dual-framework classification. |
No output schema declared.
No examples provided.
crosswalk ~355
Map a regulatory requirement to its equivalents across other frameworks. Covers: EU AI Act ↔ NIST AI RMF ↔ ISO/IEC 42001 ↔ AU AI Safety Standard ↔ APRA CPS 230/234 ↔ OECD AI Principles ↔ Council of Europe Framework Convention on AI ↔ GDPR ↔ SLSA ↔ NIST SSDF ↔ OWASP LLM Top 10. Each mapping has overlap classification (FULL · PARTIAL · NEW) plus practitioner notes on why. Use whenever a user has work in one framework and needs to know what carries over to another. Highest-leverage when multinationals operating across jurisdictions need to demonstrate 'work done once counts everywhere'. Source data maintained at hellouchit.com/dataset/. Set list_all_frameworks=true to see the framework catalogue first if you're unsure of the slugs.
| Name | Type | Req | Description |
|---|---|---|---|
| from_framework | string | — | Source framework slug (e.g. 'eu_ai_act', 'au_ai_safety', 'nist_ai_rmf', 'iso_42001', 'apra_cps_230', 'ssdf'). If omitted with from_reference, searches across all frameworks. |
| from_reference | string | — | Source requirement reference (e.g. 'Article 9', 'G2', 'MAP 1.1', 'A.6.1', '§13', 'PS.3'). Case-insensitive substring match against entry references. |
| list_all_frameworks | boolean | — | If true, ignore other parameters and return the framework catalogue. |
| overlap_filter | string | — | Filter results by overlap strength. |
| to_frameworks | array | — | Target frameworks to map TO. If omitted, returns mappings to all available target frameworks. |
No output schema declared.
No examples provided.
get_anti_pattern ~198
Look up anti-patterns from the catalogue at hellouchit.com/anti-patterns/ — named failure modes that recur across regulated-industry tech delivery. Each match returns: where the pattern appears, why it's bad, what to do instead, and a diagnostic 'tell' that surfaces it. Examples: 'Inline Prompt Pattern', 'AI CoE Trap', 'Vault Theatre', 'SBOM Shelfware', 'PDF Principles', 'Eval Set That Never Runs'. Use when reviewing an architecture description or codebase to flag known failure shapes; or when you need to name a problem precisely for a stakeholder conversation.
| Name | Type | Req | Description |
|---|---|---|---|
| list_all | boolean | — | If true, ignore query and return all known anti-patterns. Useful for catalogue browsing. |
| query | string | yes | Search query. Can be a name ('AI CoE Trap'), slug ('vault-theatre'), or keyword ('inline prompt', 'static credentials'). Case-insensitive substring search. |
No output schema declared.
No examples provided.
list_regulations ~110
Return the regulations covered by the dataset. Useful as a discovery step — call this first to find available regulation slugs before calling lookup_control or crosswalk. Each entry includes: slug (for use with other tools), full label, jurisdiction (AU/EU/US/INTL), and the count of control rows that reference it.
| Name | Type | Req | Description |
|---|---|---|---|
| include_row_count | boolean | — | Include how many control rows in the dataset reference each regulation. |
| jurisdiction | string | — | Filter by jurisdiction. Default: all. |
No output schema declared.
No examples provided.
lookup_control ~492
Look up which security/compliance controls apply for a given regulation, control category, enforcement surface, and/or sector. Each result includes: the named control, the regulations that mandate it, the tooling options that implement it (categorised as managed/oss/commercial/standard), the evidence shape an auditor would expect, sector relevance, and a practitioner note. Sourced from the curated dataset at hellouchit.com/dataset/ (CC BY 4.0). Covers EU AI Act, NIST AI RMF, ISO/IEC 42001, APRA CPS 234/230, AU AI Safety Standard, ASD Essential Eight, IRAP, SLSA, NIST SSDF, OWASP LLM Top 10, MITRE ATLAS, BCBS 239, PCI DSS 4.0, HIPAA, GDPR, EU DORA, EU NIS2, CISA SSA, FDA SaMD, IEC 62443, and more. Use this tool whenever you need to answer 'which tool closes X regulator's requirement on Y surface' or 'what evidence does Z compliance regime expect'.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Control category. Examples: 'Identity & access', 'Supply chain & provenance', 'AI evals & guardrails', 'Data governance', 'Cryptography & secrets', 'Resilience & continuity' |
| limit | integer | — | Maximum number of matches to return (default 10) |
| regulation | string | — | Regulation slug. One of: cps234, cps230, soci, ai_safety_au, privacy_au, e8, irap, eu_ai_act, dora, nis2, gdpr, circia, hipaa, fda_samd, cisa_ssa, ssdf, ai_rmf, sp80053, iso42001, iso27001, slsa, owa… |
| search | string | — | Free-text search over control names + notes + evidence shape |
| sector | string | — | Sector filter. One of: banks, government, healthcare, critical-infrastructure, all |
| surface | string | — | Enforcement surface keyword (case-insensitive substring match). Examples: 'Cloud', 'CI/CD', 'K8s', 'Network', 'Runtime', 'Source' |
No output schema declared.
No examples provided.
walk_playbook ~287
Return a structured 90-day playbook (or specific week/gate from one). Playbooks are sequenced from week 1 to week 12, organised into 3 phases, with 12 named gates and anti-pattern callouts. Available playbooks: - eu-ai-act-12-weeks: From 'Piloting' to EU AI Act Articles 9-15 ready by 2 Aug 2026 - cisa-attestation-90-days: From 'some SSDF practices' to defensible CISA Secure Software Attestation - cloud-cost-aware-to-controlled: From 5-12% YoY savings to 20-35% (FinOps Aware → Controlled) - vault-theatre-to-workload-identity: From static-creds-in-vault to OIDC workload identity Use to walk a user through implementation sequentially, or to extract a specific gate's requirements.
| Name | Type | Req | Description |
|---|---|---|---|
| include_metadata | boolean | — | Include playbook-level metadata (audience, prerequisites, end-state, diagnostic to re-run). |
| playbook | string | yes | Playbook slug. Available: eu-ai-act-12-weeks · cisa-attestation-90-days · cloud-cost-aware-to-controlled · vault-theatre-to-workload-identity |
| week | integer | — | Specific week number (1-12). If omitted, returns the full playbook structure with metadata. |
No output schema declared.
No examples provided.