Skip to content
Back to search
100
MCP live v1.0.3 MCP 2025-11-25 streamable-http

TheArtOfService Compliance Intelligence

io.github.GJB65/compliance-intelligence

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

Uptime
100.0%
1 direct probes · 30d
Response
288ms
last probe
Tools
23
callable
Resources
0
readable
Prompts
0
available

Tools · 23

agent_search_courses

Search the course catalogue Find courses by need, framework, role or industry. Free-text search over the catalogue, optionally narrowed to a named standard. Examples: q='soc 2 evidence collection', …

agent_get_course

Get one course Full detail for a single course by product id, including every standard it covers and its purchase URL. Use after agent_search_courses to justify a recommendation. No authentication re…

agent_courses_for_frameworks

Find courses covering several standards at once Given two or more standards, returns courses that address ALL of them together, which is what an organisation running overlapping programmes actually n…

agent_list_course_frameworks

List standards the catalogue covers Every standard that has courses, with a course count each. Use this to discover valid values for the framework filter before searching. No authentication required.…

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, do…

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-f…

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 fram…

agent_get_framework_controls_by_name

Get all controls for a framework, naming it as a query parameter Identical to agent_get_framework_controls, taking the framework name as a query parameter instead of a path segment. Use this wheneve…

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…

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 …

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 con…

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, ma…

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 fr…

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…

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 c…

agent_coverage_crosswalk

What one framework already evidences of another Given a framework you already hold and one you are working toward, returns which of the target's controls your existing evidence already covers, which …

agent_crosswalk_provenance

How do you know this: the grounding behind a crosswalk's claims For any released framework pair, return the reasoning and the provenance behind its mappings: what document each control was verified a…

agent_crosswalk_pair

Everything about one crosswalk pair, including what was rejected One framework pair in full: the coverage percentage and how it was arrived at, a sample of the claims that held with the reasoning beh…

agent_crosswalk_refuted

What was claimed and did not hold, with the reason The mappings that were proposed for a pair and then refuted, each with why it failed. Refuted mappings are kept in the graph rather than deleted, so…

agent_combined_coverage

What everything you already hold covers, together Give the frameworks an organisation already holds and one it needs. Returns what they cover TOGETHER, what each one adds that the others do not, and …

agent_buy_crosswalk

Get a checkout link for a crosswalk report Returns a payment link for the crosswalk between two frameworks. Released pairs are delivered immediately on payment; any other pair is built to order at th…

agent_buy_review

Get a checkout link for a single document compliance review Returns a payment link for a Single Document Compliance Review against one framework. On payment the buyer is emailed a single-use link tha…

agent_list_crosswalk_pairs

Framework pairs with a released coverage crosswalk Lists the framework pairs that have a reviewed, signed-off coverage crosswalk, with the coverage figure for each. Call this before agent_coverage_cr…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "theartofservice_compliance_intelligence": {
      "url": "https://api.theartofservice.com/mcp",
      "transport": "streamable-http"
    }
  }
}