INDIVIDUAL MCP TOOL
agent_search_courses
Search the course catalogue Find courses by need, framework, role or industry.
LIVE ENDPOINT
https://api.theartofservice.com/mcp
Connect to this endpoint to inspect the live schema for agent_search_courses and invoke it with your own arguments.
Indexed 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 server
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-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.
Related tools
agent_get_course— Get one course Full detail for a single course by product id, including every standard it covers and its purchase URL.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.agent_list_course_frameworks— List standards the catalogue covers Every standard that has courses, with a course count each.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_framework_controls— Get all controls for a compliance framework Returns all controls belonging to a framework, optionally filtered by domain.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.