Skip to content
LangChain

Scope (Claims) - Preview for LangChain

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

Insurance claims vendor procurement (IMEs, IA, surveillance). Preview V2 Q3 2026. Patent pending.

client:LangChain transport:stdio runtime:npm

Install Scope (Claims) - Preview in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Scope (Claims) - Preview in other clients