compliance-mcp-server
MCP server for TheArtOfService Compliance Intelligence — 692+ frameworks, 14,200+ controls, 819K+ cross-framework mappings
Documentation
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/dayClaude 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-mcpSee @theartofservice/compliance-mcp on npm.
Python / Langchain
pip install theartofservice-complianceSee theartofservice-compliance on PyPI.
Getting an API Key
1. Create a free account at compliance.theartofservice.com
2. Navigate to Settings → API Keys
3. 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
Frequently asked questions
What is compliance-mcp-server?
compliance-mcp-server is MCP server for TheArtOfService Compliance Intelligence — 692+ frameworks, 14,200+ controls, 819K+ cross-framework mappings
How do I install compliance-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is compliance-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/GJB65/compliance-mcp-server.
Related MCP tools
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Give your AI agents persistent, collective memory — with deduplicating absorb, supersession lineage, semantic search, and a graph UI. Speaks MCP.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP