uk business intelligence for LangChain
io.github.fluke-studio/uk-business-intelligence
Enrich any UK business with Companies House, Google Places, DNS, and social data.
client:LangChain
transport:stdio
runtime:npm
Install uk business intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"uk-business-intelligence": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "uk-business-intelligence-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs