# TheArtOfService Compliance Intelligence MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-gjb65-compliance-intelligence
- Repository: https://github.com/GJB65/compliance-mcp-server

## Install
- Endpoint: https://api.theartofservice.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.theartofservice.com/mcp
- Header: Authorization

## Tools
- 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', q='first 90 days as CISO', q='data governance healthcare', or q='audit preparation' with framework='ISO 27001'.

Returns up to 25 courses with a direct purchase URL. No authentication required.

### Responses:

**200**: Successful Response (Success Response)
Content-Type: application/json Endpoint: https://api.theartofservice.com/mcp
- 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 required.

### Responses:

**200**: Successful Response (Success Response)
Content-Type: application/json Endpoint: https://api.theartofservice.com/mcp
- 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 needs.

Example: frameworks='SOC 2,ISO 27001' returns courses on running both from one evidence set, rather than one course per standard.

Falls back to reporting which standards have coverage if no single course spans them all. No authentication required.

### Responses:

**200**: Successful Response (Success Response)
Content-Type: application/json Endpoint: https://api.theartofservice.com/mcp
- 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.

### Responses:

**200**: Successful Response (Success Response)
Content-Type: application/json Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 Endpoint: https://api.theartofservice.com/mcp
- 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 remain as gaps, and the reasoning for every claim.

Example: source='SOC 2', target='ISO 27001:2022'.

Mappings are derived judgements, not text lifted from either standard, and each has survived an adversarial verification pass. Where no mappings exist between the pair, the response says so explicitly rather than reporting zero coverage, because an absence of data is not a coverage of zero.

No authentication required.

### Responses:

**200**: Successful Response (Success Response)
Content-Type: application/json Endpoint: https://api.theartofservice.com/mcp
- 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_crosswalk to find out which pairs return a number.

A pair that is not listed here has not been through review. Asking for it returns an honest 'not released' rather than an unreviewed percentage. Any pair across the 723 frameworks in the graph can be built to order, one pair being one unit of work.

No authentication required.

### Responses:

**200**: Successful Response (Success Response)
Content-Type: application/json Endpoint: https://api.theartofservice.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.GJB65
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 6, 2026
- Source: https://registry.modelcontextprotocol.io
