Skip to content
LangChain

ScreenVerity for LangChain

io.github.williamblakecunningham-max/screenverity-mcp

Free U.S. exclusion, debarment and licence screening with a signed receipt of the lists checked.

client:LangChain transport:stdio runtime:npm

Install ScreenVerity in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

ScreenVerity in other clients