Odel
SatRank — Lightning trust + audit oracle

SatRank — Lightning trust + audit oracle

Local
@proofoftrust21TypeScriptAGPL-3.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsatrank-mcpv1.0.1

Run

npx -y satrank-mcp

MCP client config

{
  "mcpServers": {
    "satrank-lightning-trust-audit-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "satrank-mcp"
      ]
    }
  }
}