Skip to content
LangChain

Mudpie Public MCP for LangChain

io.github.aboul3ata/mudpie-public

Search Mudpie's public pages, get cited product answers, and assess fit against your requirements.

client:LangChain transport:streamable-http tools:7

Install Mudpie Public MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mudpie-public": {
            "transport": "streamable_http",
            "url": "https://mudpie.mudpie.ai/mcp/public",
        }
})

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

Mudpie Public MCP in other clients