Skip to content
LangChain

Mostly Right for LangChain

md.mostlyright/datasets

Search, sample and query open reproducible datasets published as immutable Parquet with schemas.

client:LangChain transport:streamable-http tools:38

Install Mostly Right in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "datasets": {
            "transport": "streamable_http",
            "url": "https://mostlyright.md/api/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

All 38 tools →

Mostly Right in other clients