Skip to content
LangChain

DataForB2B for LangChain

ai.dataforb2b/dataforb2b

Search and enrich B2B people & companies — 70+ filters (funding, linkedin, industry, country, ...).

client:LangChain transport:streamable-http

Install DataForB2B in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dataforb2b": {
            "transport": "streamable_http",
            "url": "https://mcp.dataforb2b.ai/mcp",
        }
})

tools = await client.get_tools()

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

DataForB2B in other clients