Skip to content
LangChain

Citable for LangChain

io.github.zaialamm/citable-mcp

SEO and AI-visibility checks agents buy per call — USDC on Solana, no API key.

client:LangChain transport:stdio runtime:npm

Install Citable in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Citable in other clients