UK AI Regulation Compliance MCP. Automates audits against the UK AI White Paper five principles ...
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx uk-ai-bill-compliance-mcp
MCP client config
{
"mcpServers": {
"uk-ai-bill-compliance-mcp": {
"command": "uvx",
"args": [
"uk-ai-bill-compliance-mcp"
]
}
}
}