Skip to content
LangChain

Certidão TJ (Cível, Criminal e Fiscal) for LangChain

io.github.mcp-dir/tj_certidao-mcp

Issues the civil, criminal, and tax clearance of a person or company at the state Court of Justice,

client:LangChain transport:streamable-http tools:7

Install Certidão TJ (Cível, Criminal e Fiscal) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Certidão TJ (Cível, Criminal e Fiscal) in other clients