aml ai mcp for LangChain
io.github.csoai-org/aml-ai-mcp
6AMLD + UK MLR 2017 + FinCEN BSA AML/CFT compliance for AI-enabled transaction monitoring, sanct...
client:LangChain
transport:stdio
runtime:pypi
Install aml ai mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aml-ai-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["aml-ai-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs