Skip to content
LangChain

Benefício de Prestação Continuada (BPC) for LangChain

io.github.mcp-dir/bpc-mcp

Checks receipt of the Continuous Cash Benefit (BPC) by a beneficiary from the CPF and NIS. Platform-

client:LangChain transport:streamable-http tools:7

Install Benefício de Prestação Continuada (BPC) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Benefício de Prestação Continuada (BPC) in other clients