Skip to content
LangChain

Onymu for LangChain

com.onymu/onymu

Check domain availability across every extension, generate names, and check social handles.

client:LangChain transport:streamable-http

Install Onymu in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "onymu": {
            "transport": "streamable_http",
            "url": "https://onymu.com/api/v1/mcp",
        }
})

tools = await client.get_tools()

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

Onymu in other clients