email footer law lint for Grok
io.github.jmshinhwa/email-footer-law-lint
Fourteen checks on an HTML email footer: CAN-SPAM postal address and 10-business-day opt-out, CASL's
client:Grok
transport:stdio
runtime:npm
Install email footer law lint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"email-footer-law-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/email-footer-law-lint"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs