Compliance Intelligence
Rank #30,126io.github.GJB65/compliance-intelligence
Compliance knowledge graph: 692+ frameworks, 14,200+ controls, 819K+ cross-framework mappings.
Compliance Intelligence is a Model Context Protocol (MCP) server published by GJB65. It ranks #30,126 of 115,460 servers tracked on MCP Toplist. Compliance Intelligence is listed on PulseMCP, with 6 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 7, 2026.
Ranks ahead of 85,334 of 115,460 servers on MCP Toplist.
Use Compliance Intelligence
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http compliance-intelligence https://api.theartofservice.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add compliance-intelligence -- npx -y @theartofservice/compliance-mcpclaude mcp add compliance-intelligence -- uvx theartofservice-compliance[mcp_servers.compliance-intelligence]
url = "https://api.theartofservice.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.compliance-intelligence]
command = "npx"
args = ["-y", "@theartofservice/compliance-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.compliance-intelligence]
command = "uvx"
args = ["theartofservice-compliance"]Add to ~/.codex/config.toml.
https://api.theartofservice.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"compliance-intelligence": {
"command": "npx",
"args": [
"-y",
"@theartofservice/compliance-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"compliance-intelligence": {
"command": "uvx",
"args": [
"theartofservice-compliance"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"compliance-intelligence": {
"command": "npx",
"args": [
"-y",
"@theartofservice/compliance-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"compliance-intelligence": {
"command": "uvx",
"args": [
"theartofservice-compliance"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"compliance-intelligence": {
"type": "http",
"url": "https://api.theartofservice.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"compliance-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theartofservice/compliance-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"compliance-intelligence": {
"type": "stdio",
"command": "uvx",
"args": [
"theartofservice-compliance"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"compliance-intelligence": {
"serverUrl": "https://api.theartofservice.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"compliance-intelligence": {
"command": "npx",
"args": [
"-y",
"@theartofservice/compliance-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"compliance-intelligence": {
"command": "uvx",
"args": [
"theartofservice-compliance"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"compliance-intelligence": {
"url": "https://api.theartofservice.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"compliance-intelligence": {
"command": "npx",
"args": [
"-y",
"@theartofservice/compliance-mcp"
]
}
}
}{
"mcpServers": {
"compliance-intelligence": {
"command": "uvx",
"args": [
"theartofservice-compliance"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.GJB65%2Fcompliance-intelligence)<a href="https://mcptoplist.com/server/io.github.GJB65%2Fcompliance-intelligence"><img src="https://mcptoplist.com/badge/io.github.GJB65%2Fcompliance-intelligence.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Previously listed on 1 registry
GJB65
Other servers by GJB65
View all GJB65 servers →Available versions (6)
| Version | Published |
|---|---|
| 1.0.3 | Mar 7, 2026 |
| 1.1.0 | Mar 6, 2026 |
| 1.0.2 | Mar 1, 2026 |
| 1.0.1 | Mar 1, 2026 |
| 1.0.0 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Compliance Intelligence?
- Compliance Intelligence is maintained by GJB65, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Compliance Intelligence listed on the Official MCP Registry?
- Compliance Intelligence is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Compliance Intelligence have?
- MCP Toplist tracks 6 versions of Compliance Intelligence, most recently published on Mar 7, 2026.
- Where can I find the source code for Compliance Intelligence?
- The source code for Compliance Intelligence is hosted at github.com/gjb65/compliance-mcp-server.