Skip to content
LangChain

registry-mcp — national company registries for LangChain

io.github.foretak/registry-mcp

The company registry MCP: brreg orgnr, Companies House, Bolagsverket organisationsnummer.

client:LangChain transport:streamable-http runtime:pypi tools:7

Install registry-mcp — national company registries in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "registry-mcp": {
            "transport": "streamable_http",
            "url": "https://api.foretak.dev/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

registry-mcp — national company registries in other clients