Propick Integration MCP for LangChain
ae.propick/propick
Manage your real-estate stock on Propick (Dubai): bulk listing sync, lookups and run reports.
client:LangChain
transport:streamable-http
Install Propick Integration MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"propick": {
"transport": "streamable_http",
"url": "https://propick.ae/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs