Skip to main content
Glama
GJB65

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

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

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

Run it locally

npx -y @theartofservice/compliance-mcp
pip install theartofservice-compliance

Claude 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/mcp

Streamable 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/stats

Licence

Apache 2.0. See LICENSE.

Latest Blog Posts

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