SatRank — Lightning trust + audit oracle for Cursor
dev.satrank/mcp
Lightning trust + audit oracle. Score, pay, and audit L402 endpoints with Ed25519 receipts.
client:Cursor
transport:stdio
runtime:npm
Install SatRank — Lightning trust + audit oracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"satrank-mcp"
],
"env": {
"SATRANK_API_BASE": "<SATRANK_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs