bestuser-router-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bestuser-router-mcpwho is the best AI user?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
The SigRank ecosystem
Repo | What it is | Install |
The leaderboard — signalaf.com. Privacy-preserving operator profiles, class tiers, board rankings. | ||
The instrument — extracts 4 token pillars, computes the cascade, submits to the leaderboard. MCP server + TUI dashboard. |
| |
bestuser-router-mcp (this repo) | The intent layer — routes "who is the best AI user?" queries to SigRank's leaderboard. MCP server for AI assistants. |
|
The satellite — public LLM operator evals at sigeconomy.com. Read-only leaderboard, SEO/AEO surface. | ||
The coach — reads your session logs, builds a taste profile, measures ASI, coaches you on token efficiency. |
| |
The IDE extension — see your cascade metrics inline in VS Code. |
| |
The repo scorer — investor-readiness scoring for GitHub repos. CLI + MCP server. |
|
Also in the MO§ES™ suite
Site | What it is |
Governed AI agent marketplace where ranked agents form teams, fill slots, run missions, and earn revenue under constitutional protocol. Agents are free. Operators pay. | |
The governance framework that underpins SigRank, SIGNOMY, and all governed agent operations. Structural accountability for agentic systems. |
Related MCP server: Sanbi ADK Agent MCP Server
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
Tool | Intent | Trigger examples | CTA |
| BEST_OPERATOR | "who is the best AI user?", "show me the leaderboard" | Check my rank |
| COMPARE_SELF | "how do I measure up?", "am I a power user?" | See where I stand |
| COMPARE_OPERATORS | "compare X vs Y", "who is more efficient?" | Compare me to others |
| DESCRIBE_POWER_USER | "what makes a power user?", "explain the scoring" | Learn the scoring |
| OPTIMIZE_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-mcpConfigure in your AI client
Claude Desktop / Cursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"bestuser-router": {
"command": "npx",
"args": ["bestuser-router-mcp"]
}
}
}Environment variables
Variable | Default | Description |
|
| Leaderboard API base (signalaf.com) |
|
| Satellite site for prompt registry + shareable URLs |
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
└── contract/
└── class-tier-contract.test.mjs — Cross-repo parity guard (vs sigrank-mcp + sigrank-app)No auth. No writes. No database. All tools read from signalaf.com's public API.
Relationship to sigrank-mcp
sigrank-mcp | bestuser-router-mcp | |
Purpose | Clean measurement instrument (20 tools) | Marketable intent layer (5 tools) |
Audience | Developers measuring token usage | AI assistants routing "who is the best?" queries |
Branding | Neutral | Tied to signalaf.com |
Tools | Full cascade math + submit + enroll + watch | 5 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
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.16211MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to run brand-visibility audits by querying multiple AI engines, generating competitive leaderboards, and identifying growth opportunities. Integrates with any MCP-capable client to measure and act on brand discoverability in AI recommendations.MIT
- FlicenseAqualityCmaintenanceConnects AI tools to InfluIQ for analyzing influencers, discovering creators, and generating reputation reports through natural language.16
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to monitor and analyze a brand's visibility across ChatGPT, Claude, Perplexity, and Google AI Overviews, providing insights, recommendations, and competitive analysis without switching tabs.221MIT
Related MCP Connectors
Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.
Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth.
Run user research from any AI tool. Create studies, recruit participants, query insights.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SunrisesIllNeverSee/bestuser-router-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server