Skip to content
LangChain

AI Visibility Checker for LangChain

work.agentexchange.aivisibility/ai-visibility-mcp

Free, no signup. Check if ChatGPT, Perplexity & Google AI recommend a brand in 15 markets (GEO/AEO).

client:LangChain transport:streamable-http tools:2

Install AI Visibility Checker in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ai-visibility-mcp": {
            "transport": "streamable_http",
            "url": "https://aivisibility.agentexchange.work/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

AI Visibility Checker in other clients