Skip to content
LangChain

Sitelemetry for LangChain

com.sitelemetry/sitelemetry

OAuth website audits: security, SEO, AI visibility, integrations, accessibility and performance.

client:LangChain transport:streamable-http

Install Sitelemetry in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Sitelemetry in other clients