Research 723 compliance frameworks, then find the course that helps a buyer act on them.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A minimal, working example of an AI agent skill that uses the TheArtOfService Compliance MCP as its source-grounded knowledge layer.
The hosted server is listed on Smithery and in the official MCP registry as com.theartofservice/compliance-intelligence. Endpoint: https://api.theartofservice.com/mcp (streamable HTTP, anonymous access).
Two working examples: one for compliance research, one for the course catalogue. This is a reference implementation. Clone it, swap the framework name to whatever your agent needs, plug it into Claude / GPT / Copilot / your own agent runtime. Apache 2.0 licensed, no strings attached.
Given a compliance framework name (default: NIST SP 800-161), this script:
https://api.theartofservice.comThe output is suitable for piping into an LLM as context, or directly handing to an auditor or risk team.
The compliance corpus behind the API is source-grounded against the published standard text and human edited, not LLM-generated. That makes it the authoritative knowledge layer for any agent that needs to reason about compliance controls.
Your agent provides the tribal knowledge layer (the organization's specific context, the tone, the workflow). The platform provides the official knowledge layer. The split is what makes the resulting brief defensible.
The script will print a Markdown brief to stdout. Redirect it to a file or pipe it into your downstream agent.
run.py answers what does this framework require. find_courses.py answers the other
half: what can the user actually do about it.
No API key needed. The four catalogue tools are free and unmetered, because they exist to help a buyer find the right course rather than to meter access to data.
The interesting one is --overlap. A plain product listing cannot answer "we are running
SOC 2 and ISO 27001 at the same time, what covers both", because that is a join, not a
search. An organisation in that position does not want one course per standard, it wants
the overlap:
When nothing covers the whole combination, it says so and reports what exists per standard rather than returning an empty list.
Link buyers to the buy_url field. It carries attribution, which is how the catalogue
knows an agent produced the sale.
tas_) is in your account settings.The SKILL.md file in this repo is structured as a Claude skill definition. Drop the repo into your Claude Code or Claude Desktop skills folder and Claude can invoke run.py directly with a framework name.
This example hits the public REST agent API. The same data is available via the MCP endpoint at https://api.theartofservice.com/mcp if you prefer Model Context Protocol over REST.
| Endpoint | Used for |
|---|---|
GET /api/agent/frameworks/{name} | Framework metadata |
GET /api/agent/frameworks/{name}/controls | All controls in the framework |
GET /api/agent/controls/{code} | Full control detail including evidence_requirements |
GET /api/agent/courses | Search the course catalogue (free, no key) |
GET /api/agent/courses-for-frameworks | Courses covering two or more standards together |
GET /api/agent/courses/{product_id} | Full detail for one course |
GET /api/agent/course-frameworks | Standards covered, with course counts |
Full tool catalog: compliance.theartofservice.com/developers
Apache 2.0. See LICENSE.
Issues and PRs welcome. If you build a derivative skill (vendor risk, SOC 2 audit prep, framework-specific advisor, etc.) and want it linked from the example registry, open a PR with a one-line description and a repo URL.
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-2)<a href="https://allmcps.com/mcp/compliance-intelligence-2"><img src="https://allmcps.com/api/badge/compliance-intelligence-2?style=directory" alt="Compliance Intelligence on AllMCPs" /></a>