Skip to content
LangChain

ProductClank for LangChain

com.productclank/productclank

Boost posts and launch community growth campaigns from your AI assistant. OAuth, credit-billed.

client:LangChain transport:streamable-http tools:40

Install ProductClank in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

All 40 tools →

ProductClank in other clients