Skip to content
LangChain

VerifiedDR for LangChain

io.github.verifieddr/verifieddr

Website authority and AI visibility tools for DR, TrueDR, keywords, backlinks, and partnerships.

client:LangChain transport:streamable-http

Install VerifiedDR in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

VerifiedDR in other clients