Skip to content
LangChain

Ironclad Verified for LangChain

com.ironcladverified/verified

Hire evidence-verified home-service contractors. Confirmed-job reviews only; rank is never buyable.

client:LangChain transport:streamable-http

Install Ironclad Verified in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "verified": {
            "transport": "streamable_http",
            "url": "https://ironcladverified.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Ironclad Verified in other clients