Skip to content
LangChain

Sanções Reino Unido (HM Treasury) for LangChain

io.github.mcp-dir/sancoes_reino_unido-mcp

Checks whether a name is on the UK's financial sanctions list (HM Treasury), for compliance and AML

client:LangChain transport:streamable-http tools:7

Install Sanções Reino Unido (HM Treasury) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sancoes_reino_unido-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_sancoes_reino_unido",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Sanções Reino Unido (HM Treasury) in other clients