Skip to content
LangChain

Calculadora Jurídica for LangChain

io.github.mcp-dir/calculo-mcp

Automatic Brazilian legal calculators: monetary correction and debt settlement (correction by IPCA,

client:LangChain transport:streamable-http tools:22

Install Calculadora Jurídica in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Calculadora Jurídica in other clients