Skip to content
LangChain

Matchbox for LangChain

com.askmatchbox/matchbox

Describe a problem in plain language; get matching products with honest caveats. Never sponsored.

client:LangChain transport:streamable-http tools:3

Install Matchbox in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Matchbox in other clients