Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

uchit/mcp-regulated-ai-compliance MCP server](https://glama.ai/mcp/servers/uchit/mcp-regulated-ai-compliance/badges/score.svg)](https://glama.ai/mcp/servers/uchit/mcp-regulated-ai-compliance) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Regulated-industry AI compliance knowledge as MCP.

README.md

mcp-regulated-ai-compliance

A Model Context Protocol server exposing the regulated-industry AI compliance knowledge from hellouchit.com as tools, resources, and prompts callable from any MCP-compatible AI client β€” Claude Desktop, Cursor, Zed, Windsurf, OpenAI ChatGPT, Continue, Cline, and ~40 other clients. Free + open-source (Apache 2.0, dataset CC BY 4.0). Built by Uchit Vyas.

Disclaimer: This is a personal, open-source, non-commercial project. Views are my own. It is not affiliated with, endorsed by, or representative of my employer.

---

Why this exists

The OpenAI GPT Store hosts the EU AI Act and AU AI Safety Standard coaches as ChatGPT-only assets. The Claude Project equivalents are private to each user's Claude Pro account (no public sharing). Neither reaches the practitioners who work primarily inside Cursor, Zed, Continue, Cline, or the Claude API directly.

An MCP server is the only Claude-side asset that is genuinely shareable + multi-client. It surfaces the same dataset, anti-patterns, decision trees, and classification logic β€” but as tools any AI agent in any compatible client can call. One published server β†’ 40+ client surfaces β†’ the practitioner who never opens ChatGPT or claude.ai still ends up citing your work.

---

What's in this folder

mcp-regulated-ai-compliance/
β”œβ”€β”€ README.md                          ← you are here
β”œβ”€β”€ scope/                             ← the design docs (read FIRST)
β”‚   β”œβ”€β”€ 00-product-brief.md            What this is + who it's for
β”‚   β”œβ”€β”€ 01-architecture.md             System design + transport choices
β”‚   β”œβ”€β”€ 02-tools-spec.md               The 10 tools the server exposes
β”‚   β”œβ”€β”€ 03-resources-spec.md           The resources + prompts
β”‚   β”œβ”€β”€ 04-distribution-strategy.md    Where to list + how to get installs
β”‚   └── 05-build-roadmap.md            v0.1 β†’ v1.0 in 4 phases
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts                       ← MCP server entry point (working stub)
β”‚   β”œβ”€β”€ tools/                         ← one file per tool
β”‚   β”‚   └── lookup-control.ts          ← FULLY IMPLEMENTED as reference
β”‚   β”œβ”€β”€ resources/                     ← one file per resource type
β”‚   β”œβ”€β”€ prompts/                       ← pre-built prompt templates
β”‚   β”œβ”€β”€ data/                          ← embedded knowledge (dataset, anti-patterns, playbooks)
β”‚   β”‚   β”œβ”€β”€ dataset.json               ← 56 controls Γ— 28 regulations Γ— 261 tools
β”‚   β”‚   β”œβ”€β”€ dataset.csv                ← same data, CSV format
β”‚   β”‚   β”œβ”€β”€ anti-patterns.md           ← 15 named failure modes
β”‚   β”‚   └── playbooks/                 ← 90-day playbooks
β”‚   └── lib/
β”œβ”€β”€ docs/
β”‚   └── install/                       ← per-client install guides
β”œβ”€β”€ examples/                          ← sample conversations / use-cases
β”œβ”€β”€ tests/
β”œβ”€β”€ package.json                       ← npm config (working)
β”œβ”€β”€ tsconfig.json                      ← TypeScript config
β”œβ”€β”€ LICENSE                            ← Apache 2.0 (code) + CC BY 4.0 (dataset)
β”œβ”€β”€ .gitignore
└── .github/workflows/                 ← CI: build + publish to npm

---

Status β€” v0.2.1 shipped 2026-05-29

v0.2.1 = data-source abstraction so the same codebase runs on Node (stdio, node:http) AND on Cloudflare Workers / Deno Deploy / Vercel Edge. See worker/ for the Cloudflare scaffold.

![CI](https://github.com/uchit/mcp-regulated-ai-compliance/actions/workflows/ci.yml) ![npm version](https://www.npmjs.com/package/@hellouchit/mcp-regulated-ai-compliance) ![npm downloads](https://www.npmjs.com/package/@hellouchit/mcp-regulated-ai-compliance) ![License: Apache 2.0](LICENSE) ![Provenance](https://search.sigstore.dev/?logIndex=1667445738) ![MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=regulated-ai-compliance) ![Glama MCP score](https://glama.ai/mcp/servers/uchit/mcp-regulated-ai-compliance) ![smithery badge](https://smithery.ai/server/@uchit86/regulated-ai-compliance)

| Phase | Status | |---|---| | Phase 0 β€” Scope + skeleton | βœ… done | | Phase 1 β€” Working server + reference tool | βœ… done | | Phase 2 β€” 6 core tools | βœ… done | | Phase 3 β€” 4 resource providers + 5 prompts | βœ… done | | Phase 4 β€” npm publish + directory submissions | βœ… done | | Phase 5 β€” HTTP transport + 4 playbooks + parser | βœ… done (v0.2.0) |

v0.2.0 ships with

  • Streamable HTTP transport β€” npx mcp-regulated-ai-compliance-http boots a Node HTTP server on port 3000 (configurable) at /mcp. Unlocks Smithery, ChatGPT MCP directory, browser-based clients, and any platform that prefers HTTP over stdio. Stateless by default; set MCP_STATEFUL=true for per-session UUIDs.
  • All 4 playbooks fully structured β€” markdown parser extracts 12-week / 12-gate / phase / anti-pattern / source-URL data:
  • eu-ai-act-12-weeks β€” Piloting β†’ Articles 9-15 ready by 2 Aug 2026
  • cisa-attestation-90-days β€” Federal contractor SSDF + Common Form 3201-NEW
  • cloud-cost-aware-to-controlled β€” FinOps Aware β†’ Controlled (AWS / Azure / GCP)
  • vault-theatre-to-workload-identity β€” Long-lived creds β†’ OIDC federation
  • 6 tools β€” lookup_control Β· get_anti_pattern Β· crosswalk Β· walk_playbook Β· classify_use_case Β· list_regulations
  • 4 resource providers (56 URIs) β€” full dataset (+ by-regulation + by-category), 15 anti-patterns (bundled + per-slug), 4 playbooks, the 20-entry crosswalk matrix
  • 5 prompts β€” eu-ai-act-classify Β· au-ai-safety-walkthrough Β· crosswalk-frameworks Β· playbook-week Β· anti-pattern-diagnostic
  • Embedded knowledge β€” 56 controls Γ— 28 regulations Γ— 261 tools, 15 named anti-patterns, 4 Γ— 12-week playbooks, 20 crosswalks
  • CI + tests β€” GitHub Actions on Node 22 + 24, 24/24 unit tests, automated npm publish --provenance on version tag (sigstore-anchored)

Where you can find it

| Channel | Status | |---|---| | npm | βœ… @hellouchit/mcp-regulated-ai-compliance@0.2.0 | | Official MCP Registry | βœ… io.github.uchit/mcp-regulated-ai-compliance@0.2.1 (latest) | | Glama | βœ… verified | | mcp.so | ⏳ awaiting review | | PulseMCP | ⏳ auto-pulls from Official Registry (~24h) | | awesome-mcp-servers (Security) | ⏳ PR #7084 | | Hosted endpoint | βœ… https://mcp.hellouchit.com/mcp (Cloudflare Worker Β· stateless) | | Smithery | βœ… smithery.ai/server/@uchit86/regulated-ai-compliance |

See scope/05-build-roadmap.md for the v0.2+ roadmap.

---

Quick install

For Claude Desktop:

# In your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json):
{
  "mcpServers": {
    "regulated-ai-compliance": {
      "command": "npx",
      "args": ["-y", "@hellouchit/mcp-regulated-ai-compliance"]
    }
  }
}

Then restart Claude Desktop β†’ you'll see new tools available: lookup_control, classify_use_case, get_anti_pattern, etc.

Regulation slugs (use these exact values in tool arguments)

eu_ai_act Β· cps234 Β· cps230 Β· soci Β· ai_safety_au Β· privacy_au Β· e8 Β· irap Β· dora Β· nis2 Β· gdpr Β· circia Β· hipaa Β· fda_samd Β· cisa_ssa Β· ssdf Β· ai_rmf Β· sp80053 Β· iso42001 Β· iso27001 Β· slsa Β· owasp_llm Β· atlas Β· bcbs239 Β· pci Β· iec62443 Β· iso13485 Β· iec62304

---

Local development

npm install
npm run build
npm run dev          # runs server in dev mode (stdio transport)
npm test             # runs the test suite

See scope/01-architecture.md for the dev-loop details.

---

License

Code: Apache 2.0. Patent grant included. Dataset (regulations Γ— controls Γ— tooling, anti-patterns, playbooks, crosswalks): CC BY 4.0 β€” attribution to hellouchit.com required.

This is a personal, non-commercial project shared for the community. Contributions and issues are welcome on GitHub.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.