Skip to content
LangChain

UK Companies House for LangChain

io.github.robertalsop/companies-house

UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more.

client:LangChain transport:stdio runtime:pypi

Install UK Companies House in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "companies-house": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["bartram-companies-house"],
        }
})

tools = await client.get_tools()

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

UK Companies House in other clients