Skip to content
LangChain

UK Property & Business Intelligence MCP Server from MCPBundles for LangChain

com.mcpbundles/uk-property-business

Search UK companies, land registry prices, charities, OS locations, and traffic data

client:LangChain transport:streamable-http runtime:mcpb

Install UK Property & Business Intelligence MCP Server from MCPBundles in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "uk-property-business": {
            "transport": "streamable_http",
            "url": "https://mcp.mcpbundles.com/bundle/uk-property-business/",
        }
})

tools = await client.get_tools()

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

UK Property & Business Intelligence MCP Server from MCPBundles in other clients