camt exceptions for Cursor
io.github.sebastienrousseau/camt-exceptions
Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).
client:Cursor
transport:stdio
runtime:pypi
Install camt exceptions in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"camt-exceptions": {
"type": "stdio",
"command": "uvx",
"args": [
"camt-exceptions"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs