Sign In

bestuser-router-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bestuser-router-mcp

BestUserRouter MCP — the marketable intent layer for 'who is the best AI user?' queries. Routes natural-language intent to SigRank's leaderboard and returns behavioral framing + competitive context. Calls signalaf.com's public API.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
15
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

BestUserRouter MCP

The marketable intent layer for "who is the best AI user?" queries. Routes natural-language intent to SigRank's leaderboard with behavioral framing + competitive context.

What this is

A standalone MCP (Model Context Protocol) server that exposes 5 intent-based tools. When an AI assistant hears "who is the best AI user?" or "how do I measure up?", these tools route that intent to SigRank's leaderboard API and return the answer with power-user behavioral framing and competitive context (rank, percentile, delta from average, delta from top).

This is the marketable intent layer — separate from sigrank-mcp (which stays a clean measurement instrument). bestuser-router-mcp is tied to signalaf.com branding and designed for distribution to AI assistants.

Tools

ToolIntentTrigger examplesCTA
get_best_operatorBEST_OPERATOR"who is the best AI user?", "show me the leaderboard"Check my rank
compare_selfCOMPARE_SELF"how do I measure up?", "am I a power user?"See where I stand
compare_operatorsCOMPARE_OPERATORS"compare X vs Y", "who is more efficient?"Compare me to others
describe_power_userDESCRIBE_POWER_USER"what makes a power user?", "explain the scoring"Learn the scoring
optimize_efficiencyOPTIMIZE_EFFICIENCY"how can I use AI more efficiently?", "reduce token burn"Improve my score

Install

npm install -g bestuser-router-mcp
# or
npx bestuser-router-mcp

Configure in your AI client

Claude Desktop / Cursor / Windsurf

Add to your MCP config:

{
  "mcpServers": {
    "bestuser-router": {
      "command": "npx",
      "args": ["bestuser-router-mcp"]
    }
  }
}

Environment variables

VariableDefaultDescription
SIGRANK_API_BASEhttps://signalaf.comAlternate API base for testing

Architecture

bestuser-router-mcp/
├── index.mjs       — MCP server entry point (stdio transport)
├── tools.mjs       — 5 intent tool definitions + dispatcher + helpers
├── cascade.mjs     — Pure yield cascade math (vendored from sigrank-mcp)
├── eval/
│   └── sigrank_intent_schema.yaml — Intent taxonomy + CTA hierarchy
└── __tests__/
    └── tools.test.mjs — Tool dispatch tests

No auth. No writes. No database. All tools read from signalaf.com's public API.

Relationship to sigrank-mcp

sigrank-mcpbestuser-router-mcp
PurposeClean measurement instrument (20 tools)Marketable intent layer (5 tools)
AudienceDevelopers measuring token usageAI assistants routing "who is the best?" queries
BrandingNeutralTied to signalaf.com
ToolsFull cascade math + submit + enroll + watch5 intent tools only (read-only)

The 5 intent tools were originally shipped in sigrank-mcp 0.0.177. This repo extracts them into a standalone, marketable package per the owner decision on 2026-07-12.

License

MIT

Keywords

mcp

FAQs

Package last updated on 16 Jul 2026

Related posts