compliance-intelligence
TheArtOfService Compliance Intelligence MCP Server
This repository contains the source of an MCP (Model Context Protocol) server implementation.
Two of them, in fact: a Node one under npm/ and a Python one under
python/. Both are published, and both speak MCP over stdio to any MCP client.
The server exposes a compliance knowledge graph of 686 frameworks, 21,696+ controls and 310K+ cross-framework mappings, where a mapping records what one standard already evidences of another, along with the reasoning and the rejections.
The server implementation
source | published as | transport | |
Node | stdio | ||
Python | stdio |
The Node implementation is built on the official @modelcontextprotocol/sdk, registering
its tools through Server and serving them over StdioServerTransport.
Tools
tool | what it answers |
| find a standard by name or subject |
| one framework in full, with its domains |
| the control set of a framework |
| find controls by text across the graph |
| what standard A already evidences of standard B |
| how much of a target standard a source covers |
Run it locally
npx -y @theartofservice/compliance-mcppip install theartofservice-complianceClaude Desktop, Claude Code, Cursor, Windsurf and any other MCP client can launch either one directly. Add to your client config:
{
"mcpServers": {
"compliance": {
"command": "npx",
"args": ["-y", "@theartofservice/compliance-mcp"]
}
}
}Or use the hosted endpoint
If you would rather not run anything, the same server is hosted:
https://api.theartofservice.com/mcpStreamable HTTP, anonymous access. It is listed in the official MCP registry as
com.theartofservice/compliance-intelligence.
Counts
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:
https://api.theartofservice.com/api/agent/statsLicence
Apache 2.0. See LICENSE.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GJB65/compliance-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server