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).
Run
npx -y satrank-mcp
MCP client config
{
"mcpServers": {
"satrank-lightning-trust-audit-oracle": {
"command": "npx",
"args": [
"-y",
"satrank-mcp"
]
}
}
}