Skip to content
LangChain

Scope (AEC) - Preview for LangChain

io.github.scope-bid/scope-aec-mcp

AEC subcontractor vendor procurement plumbing layer. Preview V3 2027. Patent pending.

client:LangChain transport:stdio runtime:npm

Install Scope (AEC) - Preview in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Scope (AEC) - Preview in other clients