Skip to content
LangChain

stillos notary for LangChain

io.github.stillmarcus24/stillos-notary

Signed, x402-paid StillOS notary tools: claim verdicts, OFAC screening, distress scoring.

client:LangChain transport:stdio runtime:npm

Install stillos notary in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

stillos notary in other clients