Skip to content
LangChain

gaff check for LangChain

io.github.iarfhlaith/gaff-check

Irish property due diligence: planning, prices, flood, radon, zoning, BER and crime context.

client:LangChain transport:stdio runtime:npm

Install gaff check in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "gaff-check": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "gaff-check"],
        }
})

tools = await client.get_tools()

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

gaff check in other clients