Security & Testing
theartofservice.com
Provides tools to search and retrieve details about compliance frameworks and controls, including cross-framework mappings.
ENDPOINT 1
https://api.theartofservice.com/mcp
MCP server metadata
- Name
- TheArtOfService Compliance Intelligence
- Version
- Access 692 compliance frameworks, 23,240+ controls, and 306K+ cross-framework mappings. Query the compliance knowledge graph to research requirements, map controls across frameworks, and analyse coverage gaps.
Access 692 compliance frameworks, 23,240+ controls, and 306K+ cross-framework mappings. Query the compliance knowledge graph to research requirements, map controls across frameworks, and analyse coverage gaps.
Known tools 33
agent_search_coursesSearch the course catalogue Find courses by need, framework, role or industry.
Inferred read-onlyagent_get_courseGet one course Full detail for a single course by product id, including every standard it covers and its purchase URL.
Potential side effectsagent_courses_for_frameworksFind 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.
Inferred read-onlyagent_list_course_frameworksList standards the catalogue covers Every standard that has courses, with a course count each.
Inferred read-onlyagent_buy_courseBuild a checkout for one or more courses Turn a course into a purchase.
Potential side effectsagent_course_contentsWhat a course actually teaches, module by module FREE, no API key, no payment.
Potential side effectsagent_search_course_contentSearch what courses teach, across the whole catalogue FREE, no API key, no payment.
Potential side effectsagent_signals_this_weekFunded rounds in the current window, filtered The genuine funded rounds, each with its source.
Inferred read-onlyagent_capital_by_functionCapital by the business function it targets Where the money went, classified by whose job it changes.
Inferred read-onlyagent_signal_exposureWhere a framework meets where the money is going A framework, a function, and the controls where the two meet.
Inferred read-onlyagent_search_frameworksSearch and list compliance frameworks Search the compliance knowledge graph for frameworks by name, keyword, or jurisdiction.
Inferred read-onlyagent_get_frameworkGet 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.
Inferred read-onlyagent_get_framework_controlsGet all controls for a compliance framework Returns all controls belonging to a framework, optionally filtered by domain.
Inferred read-onlyagent_get_framework_controls_by_nameGet 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.
Inferred read-onlyagent_get_controlGet detailed information about a specific control Returns full details for a single control by its code identifier: title, description, domain, and framework.
Inferred read-onlyagent_get_control_cross_referencesGet cross-framework mappings for a control Returns all controls in other frameworks that map to the given control via MAPS_TO relationships.
Inferred read-onlyagent_cross_framework_mapMap controls between two compliance frameworks PAID PER CALL, $0.
Inferred read-onlyagent_coverage_reportGet cross-framework coverage report for a framework PAID PER CALL, $0.
Inferred read-onlyagent_searchFull-text search across controls and frameworks Search the compliance knowledge graph using full-text search.
Inferred read-onlyagent_platform_statsGet platform statistics Returns current platform statistics: total framework count, control count, cross-framework mapping count, and domain count.
Inferred read-onlyagent_pricing_infoGet API pricing and rate limit information Returns current API pricing tiers, monthly call limits, and (if authenticated) your current month's usage.
Inferred read-onlyagent_coverage_crosswalkWhat 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.
Inferred read-onlyagent_crosswalk_provenanceHow 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 against, when, who judged the mapping, on what date, and whether it survived an adversarial pass that argued against it.
Inferred read-onlyagent_crosswalk_pairEverything 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 behind each, and a sample of the claims that were proposed and refuted with the reason each failed.
Inferred read-onlyagent_crosswalk_refutedWhat was claimed and did not hold, with the reason PAID PER CALL, $0.
Inferred read-onlyagent_combined_coverageWhat everything you already hold covers, together PAID PER CALL, $0.
Inferred read-onlyagent_buy_crosswalkGet a checkout link for a crosswalk report Returns a payment link for the crosswalk between two frameworks.
Potential side effectsagent_buy_reviewGet a checkout link for a single document compliance review Returns a payment link for a Single Document Compliance Review against one framework.
Potential side effectsagent_list_crosswalk_pairsFramework pairs with a released coverage crosswalk Lists the framework pairs that have a reviewed, signed-off coverage crosswalk, with the coverage figure for each.
Inferred read-onlyadoption_list_engagementsList Engagements Every adoption engagement the signed in consultant runs, with its current state.
Inferred read-onlyadoption_get_adoption_summaryAdoption Summary Adoption against baseline for one engagement: overall, by process area, and movement.
Inferred read-onlyadoption_get_reportGet Report The latest management report as facts plus the evidence behind each one.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.theartofservice-compliance-intelligence]
url = "https://api.theartofservice.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"theartofservice-compliance-intelligence": {
"type": "http",
"url": "https://api.theartofservice.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: theartofservice-compliance-intelligence
Remote MCP URL: https://api.theartofservice.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"theartofservice-compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"theartofservice-compliance-intelligence": {
"type": "http",
"url": "https://api.theartofservice.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "theartofservice-compliance-intelligence",
"transport": "streamable-http",
"url": "https://api.theartofservice.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.