Processos TRT (Justiça do Trabalho) for LangChain
io.github.mcp-dir/trt_processos-mcp
Looks up cases of a person or company at the Regional Labor Court (TRT) from the CPF or CNPJ and reg
client:LangChain
transport:streamable-http
tools:7
Install Processos TRT (Justiça do Trabalho) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"trt_processos-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_trt_processos",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs