INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://api.theartofservice.com/mcp
Connect to this endpoint to inspect the live schema for agent_buy_review and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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_search_courses— Search the course catalogue Find courses by need, framework, role or industry.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_buy_course— Build a checkout for one or more courses Turn a course into a purchase.agent_course_contents— What a course actually teaches, module by module FREE, no API key, no payment.agent_search_course_content— Search what courses teach, across the whole catalogue FREE, no API key, no payment.agent_signals_this_week— Funded rounds in the current window, filtered The genuine funded rounds, each with its source.