← Index

SatRank — Lightning trust + audit oracle

dev.satrank/mcp·v1.0.1·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "satrank-mcp"
      ],
      "env": {
        "SATRANK_API_BASE": "https://satrank.dev"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "satrank-mcp"
      ],
      "env": {
        "SATRANK_API_BASE": "https://satrank.dev"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y satrank-mcp
§02  Environment variables
SATRANK_API_BASE

Hosted SatRank API endpoint. Default https://satrank.dev for the public oracle.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other