Skip to content
LangChain

my quant doesn’t speak english — editorial discovery for LangChain

io.github.beepboop2025/myquant-editorial

Read-only discovery and bounded access to a finite market briefing with evidence boundaries.

client:LangChain transport:streamable-http tools:5

Install my quant doesn’t speak english — editorial discovery in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "myquant-editorial": {
            "transport": "streamable_http",
            "url": "https://myquantdoesntspeakenglish.com/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

my quant doesn’t speak english — editorial discovery in other clients