Skip to content
LangChain

AEO/GEO by VibeSEO for LangChain

dev.vibeseo/geo

Track brand visibility in ChatGPT, Gemini and Google AI answers: competitors, cited sources, checks.

client:LangChain transport:streamable-http

Install AEO/GEO by VibeSEO in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "geo": {
            "transport": "streamable_http",
            "url": "https://geo-mcp.vibeseo.dev/mcp",
        }
})

tools = await client.get_tools()

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

AEO/GEO by VibeSEO in other clients