Skip to content
LangChain

SatRank — Lightning trust + audit oracle for LangChain

dev.satrank/mcp

Lightning trust + audit oracle. Score, pay, and audit L402 endpoints with Ed25519 receipts.

client:LangChain transport:stdio runtime:npm

Install SatRank — Lightning trust + audit oracle in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

SatRank — Lightning trust + audit oracle in other clients