Skip to content
LangChain

JUCESP: Download de Documento for LangChain

io.github.mcp-dir/jucesp_documento-mcp

Downloads a filed company document at JUCESP by NIRE and registration number. Platform-hosted, no cr

client:LangChain transport:streamable-http tools:7

Install JUCESP: Download de Documento in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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: Download de Documento in other clients