CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

TheArtOfService Compliance Intelligence

gjb65/compliance-mcp-server
authHTTPregistry active
Summary

Connects to TheArtOfService's compliance knowledge graph via streamable HTTP, exposing 692+ frameworks like SOC 2, HIPAA, and ISO 27001 through ten search and mapping tools. You can query frameworks by jurisdiction, pull controls filtered by domain, trace cross-references between equivalent controls across standards, and generate coverage reports showing how one framework maps to another. Works anonymously for 10 calls per day or with a free API key for 100 monthly calls. Reach for this when you're building compliance workflows, need to map security controls between frameworks, or want to answer questions like "which NIST controls satisfy this SOC 2 requirement" without maintaining your own mapping tables.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

  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

ToolDescription
agent_search_frameworksSearch and list compliance frameworks by name, keyword, or jurisdiction
agent_get_frameworkGet detailed information about a specific compliance framework
agent_get_framework_controlsGet all controls for a compliance framework, optionally filtered by domain
agent_get_controlGet detailed information about a specific control by code
agent_get_control_cross_referencesGet cross-framework mappings for a control (equivalent controls in other frameworks)
agent_cross_framework_mapMap controls between two compliance frameworks
agent_coverage_reportGet cross-framework coverage analysis for a framework
agent_searchFull-text search across controls and frameworks
agent_platform_statsGet platform statistics (framework, control, mapping counts)
agent_pricing_infoGet API pricing tiers and current usage information

Pricing

TierCallsPrice
Anonymous10/dayFree
Free account100/monthFree
Professional10,000/month + $0.005 overage$49/month
Enterprise100,000/month + $0.005 overageCustom

Links

  • Platform: compliance.theartofservice.com
  • API Docs: api.theartofservice.com/docs
  • npm: @theartofservice/compliance-mcp
  • PyPI: theartofservice-compliance

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedMar 6, 2026
View on GitHub