Skip to content
LangChain

Scope (Legal) for LangChain

io.github.scope-bid/scope-mcp

Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending.

client:LangChain transport:stdio runtime:npm

Install Scope (Legal) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "scope-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@scope-bid/scope-mcp"],
        }
})

tools = await client.get_tools()

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

Scope (Legal) in other clients