Compliance knowledge graph: 692+ frameworks, 13,700+ controls, 280K+ cross-framework mappings.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Compliance Intelligence.
search_frameworksfind a standard by name or subject
get_frameworkone framework in full, with its domains
get_framework_controlsthe control set of a framework
search_controlsfind controls by text across the graph
cross_framework_mapwhat standard A already evidences of standard B
coverage_reporthow much of a target standard a source covers
This repository contains the source of an MCP (Model Context Protocol) server
implementation, under npm/. It speaks MCP over stdio to any MCP client and is
published as @theartofservice/compliance-mcp.
Alongside it, python/ holds a LangChain toolkit for the same API. That one is
not an MCP server, it is an SDK, and it is here because it targets the same graph.
The server exposes a compliance knowledge graph of 686 frameworks, 21,696+ controls and 300K+ cross-framework mappings, where a mapping records what one standard already evidences of another, along with the reasoning and the rejections.
| what it is | source | published as | |
|---|---|---|---|
| Node | MCP server, stdio | npm/src/index.js | @theartofservice/compliance-mcp |
| Python | LangChain toolkit, not MCP | python/src/theartofservice_compliance/ | theartofservice-compliance |
The Node implementation is built on the official @modelcontextprotocol/sdk, registering
its tools through Server and serving them over StdioServerTransport.
| tool | what it answers |
|---|---|
search_frameworks | find a standard by name or subject |
get_framework | one framework in full, with its domains |
get_framework_controls | the control set of a framework |
search_controls | find controls by text across the graph |
cross_framework_map | what standard A already evidences of standard B |
coverage_report | how much of a target standard a source covers |
Tools list without a key, so any client can inspect the server. Calling one needs
THEARTOFSERVICE_API_KEY. If you would rather not sign up for anything, the hosted
endpoint below serves the same graph anonymously.
Claude Desktop, Claude Code, Cursor, Windsurf and any other MCP client can launch either one directly. Add to your client config:
If you would rather not run anything, the same server is hosted:
Streamable HTTP, anonymous access. It is listed in the official MCP registry as
com.theartofservice/compliance-intelligence.
The figures above are read from the live graph. They move, so treat them as a floor rather than a fixed number, and read the current values from:
MIT. See LICENSE.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/compliance-intelligence)<a href="https://allmcps.com/mcp/compliance-intelligence"><img src="https://allmcps.com/api/badge/compliance-intelligence?style=directory" alt="Compliance Intelligence on AllMCPs" /></a>