camt exceptions for Grok
io.github.sebastienrousseau/camt-exceptions
Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).
client:Grok
transport:stdio
runtime:pypi
Install camt exceptions in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"camt-exceptions": {
"type": "stdio",
"command": "uvx",
"args": [
"camt-exceptions"
]
}
}
}
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