Skip to content
LangChain

Concordance for LangChain

io.github.vohlsyr/concordance

Cross-source search across 18 real-time data sources, source-cited and corroboration-checked.

client:LangChain transport:streamable-http

Install Concordance in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "concordance": {
            "transport": "streamable_http",
            "url": "https://concordancehq.duckdns.org/mcp/",
        }
})

tools = await client.get_tools()

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

Concordance in other clients