
TheArtOfService Compliance Intelligence
- Updated March 7, 2026
- GJB65/compliance-mcp-server
Compliance Intelligence is a MCP server that queries 692+ frameworks, 13,700+ controls, and 280K+ cross-framework mappings for agent-assisted compliance research.
About
TheArtOfService Compliance Intelligence is a remote MCP server that lets agents search a large compliance knowledge graph: 692+ frameworks, 13,700+ controls, and 280K+ cross-framework mappings. founders selling to regulated or enterprise buyers use it during Ship security work to translate questionnaire language into concrete control families and overlap between standards. It connects over streamable HTTP to api.theartofservice.com/mcp with optional Authorization Bearer tas_YOUR_KEY; anonymous access is capped at 10 calls per day per the server schema. It informs policy and architecture decisions—it does not replace lawyers, auditors, or your own evidence collection. Intermediate complexity reflects interpreting control text and scoping what actually applies to your product.
- Query 692+ compliance frameworks via streamable HTTP MCP remote
- 13,700+ controls and 280K+ cross-framework mappings in the corpus
- Optional Bearer API key; anonymous tier limited to 10 calls/day per schema
- TheArtOfService hosted endpoint api.theartofservice.com/mcp v1.1.0
TheArtOfService Compliance Intelligence by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http compliance-intelligence https://api.theartofservice.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | March 7, 2026 |
| Repository | GJB65/compliance-mcp-server ↗ |
What it does
Ask your agent which controls apply across SOC 2, ISO, HIPAA, and hundreds of other frameworks before you ship or answer enterprise security questionnaires.
Who is it for?
B2B developers preparing security reviews, RFPs, or SOC2/ISO alignment before customer deals close.
Skip if: Hobby projects with no compliance buyers or teams needing formal audit sign-off without human review.
What you get
After you connect the remote MCP endpoint, your agent can pull framework and control mappings to draft security narratives and gap lists faster.
- Framework and control lookup results inside agent sessions
- Cross-framework mapping references for security docs and gap analysis drafts
By the numbers
- 692+ compliance frameworks
- 13,700+ controls
- 280K+ cross-framework mappings
README.md
TheArtOfService Compliance Intelligence MCP Server
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.
Quick Start
Connect via Streamable HTTP
URL: https://api.theartofservice.com/mcp
Transport: Streamable HTTP
Authentication: Bearer token (API key) — optional for up to 10 calls/day
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp",
"headers": {
"Authorization": "Bearer tas_YOUR_API_KEY"
}
}
}
}
Cursor Configuration
Add to your MCP settings:
{
"compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp",
"headers": {
"Authorization": "Bearer tas_YOUR_API_KEY"
}
}
}
npm Package (stdio transport)
npm install -g @theartofservice/compliance-mcp
See @theartofservice/compliance-mcp on npm.
Python / Langchain
pip install theartofservice-compliance
See theartofservice-compliance on PyPI.
Getting an API Key
- Create a free account at compliance.theartofservice.com
- Navigate to Settings → API Keys
- Generate an API key (starts with
tas_)
Anonymous access: 10 calls/day with no API key required.
Available Tools
| 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 |
Pricing
| 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 |
Links
- Platform: compliance.theartofservice.com
- API Docs: api.theartofservice.com/docs
- npm: @theartofservice/compliance-mcp
- PyPI: theartofservice-compliance
License
MIT
Recommended MCP Servers
How it compares
Compliance knowledge MCP, not a vulnerability scanner or secrets manager.
FAQ
Who is Compliance Intelligence for?
Founders and small teams who need fast, structured answers about security frameworks while shipping enterprise-ready products.
When should I use Compliance Intelligence?
Use it in Ship security when mapping controls, answering due-diligence questions, or comparing frameworks before launch.
How do I add Compliance Intelligence to my agent?
Register the streamable-http remote URL https://api.theartofservice.com/mcp in your MCP client and optionally set Authorization Bearer tas_YOUR_KEY for higher limits.