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.

Related MCP server: NORMA MCP Server

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Cross-repository code knowledge graph MCP server for Java, Kotlin, JavaScript, and TypeScript. Indexes source code into embedded KuzuDB via tree-sitter and exposes 30+ tools for call-flow tracing, multi-hop taint analysis (OWASP/CWE/PCI/STIG), entry-point reachability filtering, performance hotspot detection, and license compliance — without reading source files. 95% fewer tokens vs source-read
    33
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Free hosted MCP server for EU compliance, enabling search across 8 frameworks, cross-framework mapping, policy generation, and gap assessment via natural language.
    -
  • A
    license
    A
    quality
    C
    maintenance
    MCP server that indexes Markdown, Word, HTML, and PDF documents into a SQLite knowledge graph with CJK+Latin full-text search and cross-document reference tracking. Runs drift audits to surface stale policies, conflicting research claims, superseded ADRs, and undocumented code exports.
    10
    8
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Static compliance-controls checker that verifies regulatory required controls exist in code, running deterministic rule packs via MCP tools for compliance checks, rule listing, and explanation.
    124
    MIT

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