Skip to content
LangChain

MissingLinkz for LangChain

io.github.andrewlamamills-tech/missinglinkz

Campaign link infrastructure for AI agents — validate, build, and inspect UTM-tracked links.

client:LangChain transport:stdio runtime:npm

Install MissingLinkz in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "missinglinkz": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "missinglinkz"],
        }
})

tools = await client.get_tools()

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

MissingLinkz in other clients