Skip to content
LangChain

exec-brief for LangChain

com.basenull/exec-brief

Weekly 5-15 reports for executive teams: submit reports, fetch the Friday briefing.

client:LangChain transport:streamable-http

Install exec-brief in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "exec-brief": {
            "transport": "streamable_http",
            "url": "https://exec-brief.basenull.com/api/mcp",
        }
})

tools = await client.get_tools()

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

exec-brief in other clients