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.
Related MCP server: NORMA MCP Server
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.
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.
This server cannot be installed
Maintenance
Related MCP Connectors
EU compliance corpus across 8 frameworks (NIS2, DORA, AI Act, ISO 27001 + more) via MCP.
10,065 source-verified compliance nodes, 39 pillars, 25 MCP tools (EU AI Act, GDPR, NIST, MITRE).
Compliance frameworks (SOC 2, ISO 27001, CMMC, NIST, more) delivered to AI agents as MCP tools.
Cited, standards-aware compliance overlay for AI assistants (ISO, NIST, FedRAMP, IRAP), over MCP.
Related MCP Servers
- AlicenseAqualityCmaintenanceCross-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-read331MIT
- FlicenseNot gradedqualityDmaintenanceFree hosted MCP server for EU compliance, enabling search across 8 frameworks, cross-framework mapping, policy generation, and gap assessment via natural language.-
- AlicenseAqualityCmaintenanceMCP 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.108MIT
- AlicenseNot gradedqualityCmaintenanceStatic 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.124MIT
Appeared in Searches
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