Kiwify for LangChain
io.github.mcp-dir/kiwify-mcp
Kiwify digital-products platform, sales (list, detail), subscriptions (list, cancel), products and a
client:LangChain
transport:streamable-http
tools:14
Install Kiwify in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"kiwify-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_kiwify",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs