mcpbeat

TheArtOfService Compliance Intelligence MCP Server

io.github.GJB65/compliance-intelligence
answering

TheArtOfService Compliance Intelligence is answering right now. Last checked 3 min ago. It exposes 10 tools. Last commit 7 Mar 2026.

Query 692+ compliance frameworks, 13,700+ controls, and 280K+ cross-framework mappings.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
62 ms
Response time
average over 24h
0
Stars
last commit 7 Mar 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add compliance-intelligence --transport http https://api.theartofservice.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "compliance-intelligence": {
      "url": "https://api.theartofservice.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.compliance-intelligence]
url = "https://api.theartofservice.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "compliance-intelligence": {
      "url": "https://api.theartofservice.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "compliance-intelligence": {
      "url": "https://api.theartofservice.com/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agent
agent_coverage_report
Get cross-framework coverage report for a framework Returns a coverage analysis showing how many controls in the given framework map to controls in every other framework. Includes total controls, mapped control counts, and coverage percentages per target framework. Use this to understand which frameworks overlap most and plan multi-framework strategies. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_cross_framework_map
Map controls between two compliance frameworks Returns the complete control-to-control mapping between a source and target framework. Each mapping shows which source control maps to which target control(s). This enables multi-framework compliance: satisfy one control to cover requirements in both frameworks. Use exact framework names as returned by agent_search_frameworks. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_get_control
Get detailed information about a specific control Returns full details for a single control by its code identifier: title, description, domain, and framework. Control codes are framework-specific (e.g. 'A.5.1' for ISO 27001, 'AC-1' for NIST 800-53). ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_get_control_cross_references
Get cross-framework mappings for a control Returns all controls in other frameworks that map to the given control via MAPS_TO relationships. This is the core cross-framework mapping capability: use it to find equivalent controls across different compliance frameworks (e.g. NIST 800-53 equivalents of ISO 27001 controls). ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_get_framework
Get detailed information about a compliance framework Returns comprehensive details about a specific compliance framework: description, jurisdiction, version, domains with control counts, and cross-framework mapping statistics. Use the exact framework name as returned by agent_search_frameworks. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_get_framework_controls
Get all controls for a compliance framework Returns all controls belonging to a framework, optionally filtered by domain. Each control includes: code, title, description, and domain. For large frameworks (e.g. NIST SP 800-53 Rev 5), use the domain filter to narrow results. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_platform_stats
Get platform statistics Returns current platform statistics: total framework count, control count, cross-framework mapping count, and domain count. No authentication required. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_pricing_info
Get API pricing and rate limit information Returns current API pricing tiers, monthly call limits, and (if authenticated) your current month's usage. Use this to understand costs before making API calls. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_search
Full-text search across controls and frameworks Search the compliance knowledge graph using full-text search. Type 'controls' searches control titles and descriptions. Type 'frameworks' searches framework names and descriptions. Use specific compliance terms for best results (e.g. 'access control', 'encryption at rest', 'data breach notification'). ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
agent_search_frameworks
Search and list compliance frameworks Search the compliance knowledge graph for frameworks by name, keyword, or jurisdiction. Returns framework metadata including name, description, jurisdiction, domain count, control count, and mapping-partner count. Without a query, returns all frameworks. Use this as the starting point to discover available frameworks. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json

Endpoints

URLTransportStateLatencyChecked
https://api.theartofservice.com/mcp streamable-http answering 85 ms 3 min ago

TheArtOfService Compliance Intelligence — questions

Answers built from our own checks of this server.

What can TheArtOfService Compliance Intelligence do?
It exposes 10 tools, read directly from the server on our last check. Among them: agent_coverage_report, agent_cross_framework_map, agent_get_control, agent_get_control_cross_references, agent_get_framework, agent_get_framework_controls and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is TheArtOfService Compliance Intelligence working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 62 ms. The bar chart above shows every period we have measured.
How do I connect TheArtOfService Compliance Intelligence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does TheArtOfService Compliance Intelligence need an API key?
No. TheArtOfService Compliance Intelligence completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is TheArtOfService Compliance Intelligence?
It answers our handshake in 62 ms on average, which is faster than 96% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is TheArtOfService Compliance Intelligence open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.