Skip to content
LangChain

JUCESP: Lista de Documentos for LangChain

io.github.mcp-dir/jucesp_documentos-mcp

Lists a company's filed documents at JUCESP by NIRE. Platform-hosted, no credentials, pay per query

client:LangChain transport:streamable-http tools:7

Install JUCESP: Lista de Documentos in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

JUCESP: Lista de Documentos in other clients