{{ message }}
SigRank MCP — rank AI coding operators by token efficiency (Yield metric + leaderboard) #2811
SunrisesIllNeverSee
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Built an MCP server that exposes SigRank's token-efficiency ranking to AI coding agents.
SigRank (signalaf.com) ranks AI operators by cascade efficiency, not raw volume. The metric:
Input is squared so re-pasting context costs quadratically; cache reuse compounds. The interesting finding: power users often score worse than casual users because they hoard context and collapse output velocity. Volume is noise; yield is signal.
The MCP server (
sigrank-mcp) exposes tools for:Install:
npx sigrank # full local view + MCP server
npx sigrank enroll # get on the board
npx sigrank submit # sends four signed token counts (ed25519), nothing else
Privacy: open source client, runs locally, only sends four signed token counts.
submit --dry-runshows the exact payload before anything leaves. The board never sees a prompt.Would love feedback on the MCP tool surface — what tools would you want exposed for an efficiency-ranking layer?

Beta Was this translation helpful? Give feedback.
All reactions