iBuildPro for LangChain
io.github.hananzlot/ibuildpro
Your iBuildPro workspace in Claude: jobs, customers, money, calendar. Sign in with your login.
client:LangChain
transport:streamable-http
Install iBuildPro in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ibuildpro": {
"transport": "streamable_http",
"url": "https://mspujwrfhbobrxhofxzv.supabase.co/functions/v1/mcp-server",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs