PluginBench
MCP Server

Clarid HMDA Validator MCP Server

ai.clarid/hmda

What is the Clarid HMDA Validator MCP server?

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

How to install Clarid HMDA Validator

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

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

View repository →