camt exceptions for LangChain
io.github.sebastienrousseau/camt-exceptions
Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).
client:LangChain
transport:stdio
runtime:pypi
Install camt exceptions in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"camt-exceptions": {
"transport": "stdio",
"command": "uvx",
"args": ["camt-exceptions"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs