Skip to content
LangChain

Transparência (CGU) for LangChain

io.github.mcp-dir/transparencia-mcp

Brazilian Federal Transparency Portal: sanctions (CEIS, CNEP, CEPIM) and Politically Exposed Persons

client:LangChain transport:streamable-http tools:10

Install Transparência (CGU) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Transparência (CGU) in other clients