Skip to content
LangChain

JUCESP: Ficha Cadastral Completa for LangChain

io.github.mcp-dir/jucesp_ficha_completa-mcp

Full company registration sheet at JUCESP (registration, status and history). Platform-hosted, no cr

client:LangChain transport:streamable-http tools:7

Install JUCESP: Ficha Cadastral Completa in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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: Ficha Cadastral Completa in other clients