Skip to content
LangChain

three.ws Vanity for LangChain

io.github.nirholas/vanity-mcp

Read the three.ws vanity-address market: quote difficulty + USDC price, browse the board.

client:LangChain transport:stdio runtime:npm

Install three.ws Vanity in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "vanity-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@three-ws/vanity-mcp"],
        }
})

tools = await client.get_tools()

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

three.ws Vanity in other clients