Skip to content
LangChain

CNEP (Empresas Punidas) for LangChain

io.github.mcp-dir/cnep-mcp

Checks whether a person or company is in the National Register of Punished Companies (CNEP) from the

client:LangChain transport:streamable-http tools:7

Install CNEP (Empresas Punidas) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

CNEP (Empresas Punidas) in other clients