Skip to content
LangChain

Hermoso for LangChain

io.github.hermoso-ai/hermoso

Marketing on autopilot from your agent. 863 tools, usable alone. Publishing and ads cost no credits.

client:LangChain transport:streamable-http runtime:npm tools:183

Install Hermoso in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hermoso": {
            "transport": "streamable_http",
            "url": "https://app.hermoso.ai/mcp?src=registry",
        }
})

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

All 183 tools →

Hermoso in other clients