Skip to content
LangChain

Whysaid — Verify claims, sources & AI answer share for LangChain

ai.whysaid/verify

Verify claims and sources, and check whether AI assistants name a brand.

client:LangChain transport:streamable-http

Install Whysaid — Verify claims, sources & AI answer share in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "verify": {
            "transport": "streamable_http",
            "url": "https://api.whysaid.ai/mcp",
        }
})

tools = await client.get_tools()

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

Whysaid — Verify claims, sources & AI answer share in other clients