3 months ago
AI Regulation MCP (AI-Reg-MCP) is an MCP server that provides Claude (and other MCP clients) with instant access to structured data about US AI regulations, privacy laws, and compliance requirements. No more searching through PDFs or legal websites—get precise regulatory information through natural language queries.
Server Config
{
"mcpServers": {
"ai-reg-mcp": {
"command": "npx",
"args": [
"-y",
"ai-reg-mcp-server"
]
}
}
}