ComplianceAutomator Public MCP
Official9 toolsby complianceautomator
Public read-only MCP for products, frameworks, guides, methodology, and blog metadata.
Read-only access to compliance products, frameworks, guides, methodology, and blog content.
Captured live from the server via tools/list.
list_products
List public ComplianceAutomator products and their framework coverage.
No parameters.
get_product
Get a public product by product id.
Parameters (1)
- productIdstringrequired
Product id such as soc2-starter-pack.
list_frameworks
List supported compliance frameworks and related products.
No parameters.
get_methodology
Return a public summary of ComplianceAutomator methodology.
No parameters.
get_how_it_works
Return a public summary of how ComplianceAutomator works.
No parameters.
list_guides
List public compliance guides from the resource library.
Parameters (2)
- frameworkstring
Optional framework filter such as SOC 2 or HIPAA.
- limitnumber
Optional max number of guides to return.
get_guide
Get a public compliance guide summary by slug.
Parameters (1)
- slugstringrequired
Guide slug such as soc2-audit-preparation-checklist.
list_blog_posts
List published blog posts.
Parameters (1)
- limitnumber
Optional max number of posts to return.
get_blog_post
Get a public blog post summary by slug.
Parameters (1)
- slugstringrequired
Blog slug.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://www.complianceautomator.com/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"public-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.complianceautomator.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.