Skip to content
LangChain

Quackr for LangChain

io.quackr/quackr

Virtual phone numbers for SMS verification, OTP receipt, and number management.

client:LangChain transport:streamable-http runtime:npm

Install Quackr in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "quackr": {
            "transport": "streamable_http",
            "url": "https://mcp.quackr.io/",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Quackr in other clients