Skip to content
LangChain

Persnickety Try-On Index for LangChain

bot.persnickety/bridal

Find source-checked US boutiques with plus-size bridal samples physically available to try on.

client:LangChain transport:streamable-http tools:2

Install Persnickety Try-On Index in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bridal": {
            "transport": "streamable_http",
            "url": "https://persnickety.bot/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

Persnickety Try-On Index in other clients