Query 692+ compliance frameworks, 13,700+ controls, and 280K+ cross-framework mappings.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp",
"headers": {
"Authorization": "Bearer tas_YOUR_API_KEY"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A remote MCP (Model Context Protocol) server providing AI agents with access to a comprehensive compliance knowledge graph containing 692+ compliance frameworks, 14,200+ controls, and 819,000+ cross-framework mappings.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theartofservice/compliance-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theartofservice/compliance-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
MCP Security Weekly
Get CVE alerts and security updates for io.github.GJB65/compliance-intelligence and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A remote MCP (Model Context Protocol) server providing AI agents with access to a comprehensive compliance knowledge graph containing 692+ compliance frameworks, 14,200+ controls, and 819,000+ cross-framework mappings.
URL: https://api.theartofservice.com/mcp
Transport: Streamable HTTP
Authentication: Bearer token (API key) — optional for up to 10 calls/day
Add to your claude_desktop_config.json:
{
"mcpServers": {
"compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp",
"headers": {
"Authorization": "Bearer tas_YOUR_API_KEY"
}
}
}
}
Add to your MCP settings:
{
"compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp",
"headers": {
"Authorization": "Bearer tas_YOUR_API_KEY"
}
}
}
npm install -g @theartofservice/compliance-mcp
See @theartofservice/compliance-mcp on npm.
pip install theartofservice-compliance
See theartofservice-compliance on PyPI.
tas_)Anonymous access: 10 calls/day with no API key required.
| Tool | Description |
|---|---|
agent_search_frameworks | Search and list compliance frameworks by name, keyword, or jurisdiction |
agent_get_framework | Get detailed information about a specific compliance framework |
agent_get_framework_controls | Get all controls for a compliance framework, optionally filtered by domain |
agent_get_control | Get detailed information about a specific control by code |
agent_get_control_cross_references | Get cross-framework mappings for a control (equivalent controls in other frameworks) |
agent_cross_framework_map | Map controls between two compliance frameworks |
agent_coverage_report | Get cross-framework coverage analysis for a framework |
agent_search | Full-text search across controls and frameworks |
agent_platform_stats | Get platform statistics (framework, control, mapping counts) |
agent_pricing_info | Get API pricing tiers and current usage information |
| Tier | Calls | Price |
|---|---|---|
| Anonymous | 10/day | Free |
| Free account | 100/month | Free |
| Professional | 10,000/month + $0.005 overage | $49/month |
| Enterprise | 100,000/month + $0.005 overage | Custom |
MIT