Bestuser Router
БесплатноНе проверенRoutes natural-language intent to SigRank's leaderboard with behavioral framing and competitive context, enabling AI assistants to answer queries like 'who is t
Описание
Routes natural-language intent to SigRank's leaderboard with behavioral framing and competitive context, enabling AI assistants to answer queries like 'who is the best AI user?' with rank, percentile, and delta metrics.
README
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
| Tool | Intent | Trigger examples | CTA |
|---|---|---|---|
get_best_operator |
BEST_OPERATOR | "who is the best AI user?", "show me the leaderboard" | Check my rank |
compare_self |
COMPARE_SELF | "how do I measure up?", "am I a power user?" | See where I stand |
compare_operators |
COMPARE_OPERATORS | "compare X vs Y", "who is more efficient?" | Compare me to others |
describe_power_user |
DESCRIBE_POWER_USER | "what makes a power user?", "explain the scoring" | Learn the scoring |
optimize_efficiency |
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-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
| Variable | Default | Description |
|---|---|---|
SIGRANK_API_BASE |
https://signalaf.com |
Alternate 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-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
Установка Bestuser Router
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SunrisesIllNeverSee/bestuser-router-mcpFAQ
Bestuser Router MCP бесплатный?
Да, Bestuser Router MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bestuser Router?
Нет, Bestuser Router работает без API-ключей и переменных окружения.
Bestuser Router — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Bestuser Router в Claude Desktop, Claude Code или Cursor?
Открой Bestuser Router на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Bestuser Router with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
