← theartofservice.com
INDIVIDUAL MCP TOOL
agent_get_framework_controls
Get all controls for a compliance framework Returns all controls belonging to a framework, optionally filtered by domain.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-com]
url = "https://api.theartofservice.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"theartofservice-com": {
"type": "http",
"url": "https://api.theartofservice.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: theartofservice-com
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-com": {
"url": "https://api.theartofservice.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"theartofservice-com": {
"type": "http",
"url": "https://api.theartofservice.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "theartofservice-com",
"transport": "streamable-http",
"url": "https://api.theartofservice.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agent_search_frameworks— Search and list compliance frameworks Search the compliance knowledge graph for frameworks by name, keyword, or jurisdiction.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.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.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.agent_cross_framework_map— Map controls between two compliance frameworks Returns the complete control-to-control mapping between a source and target framework.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.agent_search— Full-text search across controls and frameworks Search the compliance knowledge graph using full-text search.agent_platform_stats— Get platform statistics Returns current platform statistics: total framework count, control count, cross-framework mapping count, and domain count.