
ComplianceAutomator Public MCP
com.complianceautomator/public-mcp is a MCP server that provides read-only access to compliance products, frameworks, guides, and methodology metadata.
About
com.complianceautomator/public-mcp is a hosted, read-only Model Context Protocol server that surfaces ComplianceAutomator’s public knowledge base—products, compliance frameworks, guides, methodology notes, and blog metadata—directly to your coding agent. developers shipping B2B SaaS or handling customer data often stall in the Idea phase because framework jargon is scattered across PDFs and vendor sites. This MCP lets you ask structured questions during research without scraping or maintaining local copies. It is not an audit executor or evidence collector; it is a discovery layer for what frameworks exist and how the vendor positions them. Remote streamable-http transport means you add the URL in mcp.json rather than running a local process. Pair it with your own threat modeling in Validate once you know which frameworks matter for your vertical.
- Read-only remote MCP over streamable HTTP (no local install required)
- Exposes products, frameworks, guides, methodology, and blog metadata
- Suited for early compliance discovery in agent-assisted planning
- Hosted endpoint: www.complianceautomator.com/api/mcp
- Version 0.1.0 public catalog surface
ComplianceAutomator Public MCP by the numbers
- Exposes 9 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http public-mcp https://www.complianceautomator.com/api/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 9 |
What it does
Query public compliance frameworks, product metadata, guides, and methodology from ComplianceAutomator while scoping a regulated SaaS or agent product.
Who is it for?
Best when you're exploring which compliance frameworks apply before writing policies or buying audit tooling.
Skip if: Skip if you need write access, evidence upload, or continuous control monitoring inside ComplianceAutomator’s paid products.
What you get
Your agent can pull authoritative public compliance catalog data while you narrow scope before prototyping.
- Framework and product metadata summaries in chat context
- Pointers to guides and methodology for scope documents
- Blog and catalog references for competitive compliance positioning
By the numbers
- Remote MCP version 0.1.0
- Read-only public surface (products, frameworks, guides, methodology, blog metadata)
Tools 9
Public tool metadata - what this server can do for an agent.
list_productsList public ComplianceAutomator products and their framework coverage.
get_product1 paramGet a public product by product id.
productIdstringrequiredProduct id such as soc2-starter-pack.
list_frameworksList supported compliance frameworks and related products.
get_methodologyReturn a public summary of ComplianceAutomator methodology.
get_how_it_worksReturn a public summary of how ComplianceAutomator works.
list_guides2 paramsList public compliance guides from the resource library.
frameworkstringOptional framework filter such as SOC 2 or HIPAA.limitnumberOptional max number of guides to return.
get_guide1 paramGet a public compliance guide summary by slug.
slugstringrequiredGuide slug such as soc2-audit-preparation-checklist.
list_blog_posts1 paramList published blog posts.
limitnumberOptional max number of posts to return.
get_blog_post1 paramGet a public blog post summary by slug.
slugstringrequiredBlog slug.
Recommended MCP Servers
How it compares
Public compliance reference MCP, not an automated auditor or GRC workflow engine.
FAQ
Who is com.complianceautomator/public-mcp for?
Developers and small teams researching compliance requirements for SaaS, fintech, or health-adjacent products who want agent-readable public metadata.
When should I use com.complianceautomator/public-mcp?
In the Idea research phase when comparing frameworks, reading guides, and aligning product scope before validation or build.
How do I add com.complianceautomator/public-mcp to my agent?
Register the remote MCP URL https://www.complianceautomator.com/api/mcp as streamable-http in your client’s MCP configuration (ComplianceAutomator Public MCP v0.1.0).