Skip to content
LangChain

Web Validator by DigestSEO for LangChain

io.github.akzar1el/mcp-web-validator

Audit public webpages and supplied markup for HTML, CSS, SEO, JSON-LD, and link issues.

client:LangChain transport:streamable-http runtime:npm tools:8

Install Web Validator by DigestSEO in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-web-validator": {
            "transport": "streamable_http",
            "url": "https://web-validator-mcp.digestseo.com/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Web Validator by DigestSEO in other clients