sepa pain001 reject lint for Grok
io.github.jmshinhwa/sepa-pain001-reject-lint
Find the lines your bank will refuse before you send the batch
client:Grok
transport:stdio
runtime:npm
Install sepa pain001 reject lint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sepa-pain001-reject-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/sepa-pain001-reject-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