Skip to content
LangChain

company enrichment for LangChain

com.superagnt/company-enrichment

Company enrichment for AI agents: firmographics, tech stack, headcount, funding, domain emails.

client:LangChain transport:streamable-http

Install company enrichment in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "company-enrichment": {
            "transport": "streamable_http",
            "url": "https://mcp.superagnt.com/mcp/company-enrichment",
        }
})

tools = await client.get_tools()

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

company enrichment in other clients