motherwise for LangChain
io.github.giachi85it-ux/motherwise
Certified hypnobirthing & matrescence content (EN+HU) by practitioner Julia Farkas. Paid via x402.
client:LangChain
transport:streamable-http
Install motherwise in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"motherwise": {
"transport": "streamable_http",
"url": "https://motherwise-api.onrender.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs