Skip to content
LangChain

fendi mcp for LangChain

io.github.mrfentmen/fendi-mcp

Fendi resale listings, prices and details. Not affiliated with Fendi.

client:LangChain transport:stdio runtime:npm

Install fendi mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fendi-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "fendi-mcp"],
        }
})

tools = await client.get_tools()

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

fendi mcp in other clients