Skip to content
LangChain

PropFácil for LangChain

io.github.jonatanvazquez/propfacil

Search authorized real estate in Mexico and manage favorites and publishing with OAuth.

client:LangChain transport:streamable-http tools:13

Install PropFácil in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "propfacil": {
            "transport": "streamable_http",
            "url": "https://www.propfacil.com/api/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

PropFácil in other clients