PluginBench
MCP Server

Clarid Compliance MCP Server

ai.clarid/compliance

What is the Clarid Compliance MCP server?

Check bank marketing for FDIC, NCUA, TILA, Reg DD, Reg Z, UDAAP, and Equal Housing compliance.

How to install Clarid Compliance

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "compliance": {
      "url": "https://mcp.clarid.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "compliance": {
      "serverUrl": "https://mcp.clarid.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "compliance": {
      "type": "http",
      "url": "https://mcp.clarid.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "compliance": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.clarid.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http compliance https://mcp.clarid.ai/mcp

Related MCP servers

Validate HMDA LAR files against CFPB edit checks for community banks and credit unions.

View repository →