Scope (Claims) - Preview for LangChain
bid.scope/claims
Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026.
client:LangChain
transport:streamable-http
runtime:npm
Install Scope (Claims) - Preview in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"claims": {
"transport": "streamable_http",
"url": "https://scope.bid/api/mcp/claims",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs