OFAC (Sanções EUA) for LangChain
io.github.mcp-dir/ofac-mcp
Checks whether a name is on OFAC (US) sanctions lists, including SDN and Non-SDN, for compliance and
client:LangChain
transport:streamable-http
tools:7
Install OFAC (Sanções EUA) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ofac-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_ofac",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs