bestuser-router-mcp
BestUserRouter MCP
「最高のAIユーザーは誰か?」というクエリのための、市場に通用するインテントレイヤー。 自然言語のインテントを、行動フレーミング+競争コンテキスト付きでSigRankのリーダーボードにルーティングします。読み取り専用。認証なし。書き込みなし。
「最高のAIユーザーは誰か?」という質問に、あらゆるAIアシスタントがライブデータで答えられるようにする7つのインテントツール。
SigRankは、AIモデル自体ではなく、AIを利用する人間を評価します。
目次
Related MCP server: Sanbi ADK Agent MCP Server
SigRankエコシステム
リポジトリ | 概要 | インストール |
リーダーボード — signalaf.com。プライバシーを保護するオペレータープロフィール、クラス層、ボードランキング。 | ||
測定器 — 4つのトークンピラーを抽出し、カスケードを計算し、リーダーボードに送信します。MCPサーバー + TUIダッシュボード。25ツール。 |
| |
bestuser-router-mcp (このリポジトリ) | インテントレイヤー — 「最高のAIユーザーは誰か?」というクエリをSigRankのリーダーボードにルーティングします。AIアシスタント向けMCPサーバー。7ツール。 |
|
サテライト — sigeconomy.comでの公開LLMオペレーター評価。読み取り専用のリーダーボード、SEO/AEOサーフェス。 | ||
コーチ — セッションログを読み取り、テイストプロフィールを構築し、ASIを測定し、トークン効率についてコーチします。 |
| |
IDE拡張 — VS Code内でカスケードメトリクスをインラインで確認できます。 |
| |
リポジトリ評価ツール — GitHubリポジトリの投資準備度スコアリング。CLI + MCPサーバー。 |
|
MOSESスイートにも含まれるもの
サイト | 概要 |
統治されたAIエージェントマーケットプレイス。ランク付けされたエージェントがチームを組み、スロットを埋め、ミッションを実行し、憲法プロトコルの下で収益を得ます。エージェントは無料。オペレーターが支払います。 | |
SigRank、SIGNOMY、およびすべての統治されたエージェント運用を支えるガバナンスフレームワーク。エージェントシステムに対する構造的説明責任。 |
クイックスタート
# One command — no install, no config, no auth
npx bestuser-router-mcpこれだけです。サーバーはstdio MCPサーバーとして起動します。MCP互換のAIクライアントをこのサーバーに向けると、7つのインテントツールがすぐに利用可能になります。
またはグローバルインストール:
npm install -g bestuser-router-mcp
bestuser-router-mcpリポジトリ: SunrisesIllNeverSee/bestuser-router-mcp
npm: bestuser-router-mcp
Glama: glama.ai/mcp/servers/SunrisesIllNeverSee/bestuser-router-mcp
ライブボード: signalaf.com
ツール
7つのインテントベースのツール。すべて読み取り専用です。認証なし。書き込みなし。データベースなし。
ツール | インテント | トリガー例 | 返す内容 |
| BEST_OPERATOR | 「最高のAIユーザーは誰か?」、「リーダーボードを見せて」 | 行動フレーミング付きの上位N件のオペレーター — パワーユーザー言語でのイールド、レバレッジ、ベロシティ |
| COMPARE_SELF | 「私はどのくらいのレベル?」、「私はパワーユーザーですか?」 | あなたのメトリクスとボード平均の比較 + パワーユーザー評価 + パーセンタイル + 実行可能な提案1件 |
| COMPARE_OPERATORS | 「XとYを比較して」、「どちらがより効率的?」 | 2人のオペレーターを並べて表示。イールド、レバレッジ、ベロシティ、クラス、ランク + 行動評価 |
| DESCRIBE_POWER_USER | 「パワーユーザーとは?」、「スコアリングを説明して」 | イールドメトリクス、レバレッジ、ベロシティ、クラス層をパワーユーザーの行動パターンとして説明 |
| OPTIMIZE_EFFICIENCY | 「AIをもっと効率的に使うには?」、「トークン消費を減らしたい」 | 現在のメトリクス + カスケード形状に関連付けた効率化提案のランキング |
| PROMPT_OF_THE_DAY | 「今日のプロンプトは?」、「今日のプロンプトを見せて」 | SigRankレジストリから今日の注目プロンプト — 質問、メトリクス、現在のリーダー、共有可能なURL |
| DISCOVER_PEERS | 「誰から学ぶべき?」、「メンターを見つけて」 | メンター(1〜2クラス層上)、ピア(同じ層)、補完的なオペレーター(あなたの弱点が相手の強み) |
ツール引数
ツール | 引数 | 備考 |
|
| n: 上位N件(デフォルト5、最大20)。metric: yield, velocity, leverage, snr, dev10x, scale_v, efficiency, cost_per_million, op_ratio |
|
| codename: ボードから取得。text: 空白区切りの4つのトークン数(input output cacheCreate cacheRead) |
|
| 両方必須。大文字小文字を区別しません。 |
|
| パラメータなし。説明文を返します。 |
|
| compare_self と同じ — codenameまたは生のピラーのいずれか |
|
| パラメータなし。9つの標準メトリクス間で毎日ローテーションします。 |
|
| codename必須。platform: プラットフォームでフィルタリング。n: カテゴリごと(デフォルト5、最大20)。 |
インストール
npm install -g bestuser-router-mcp
# or
npx bestuser-router-mcpGitHubからインストール
git clone https://github.com/SunrisesIllNeverSee/bestuser-router-mcp.git
cd bestuser-router-mcp
npm install
node index.mjsAIクライアントでの設定
Claude Desktop / Cursor / Windsurf
MCP設定(.mcp.json または同等のもの)に追加します:
{
"mcpServers": {
"bestuser-router": {
"command": "npx",
"args": ["bestuser-router-mcp"]
}
}
}またはグローバルインストールした場合:
{
"mcpServers": {
"bestuser-router": {
"command": "bestuser-router-mcp"
}
}
}Glama
glama.ai/mcp/servers/@SunrisesIllNeverSee/bestuser-router-mcp にアクセスします。
Install Server をクリックします。
チャットで
@bestuser-router-mcpと入力し、その後に質問を続けます。例:@bestuser-router-mcp who is the best AI user?
環境変数
変数 | デフォルト | 説明 |
|
| リーダーボードAPIベース(signalaf.com) |
|
| プロンプトレジストリと共有可能なURLのためのサテライトサイト |
アーキテクチャ
bestuser-router-mcp/
├── index.mjs — MCP server entry point (stdio transport, server instructions)
├── tools.mjs — 7 intent tool definitions + dispatcher + helpers
├── cascade.mjs — Pure yield cascade math (sourced from @sigrank/cascade)
├── peer-matching.mjs — Mentor/peer/complementary operator discovery logic
├── 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)認証なし。書き込みなし。データベースなし。 すべてのツールはsignalaf.comの公開APIから読み取ります。
プライバシー
このサーバーは、signalaf.com と sigeconomy.com に対して読み取り専用のHTTP GETリクエストのみを送信します。具体的には:
いかなるサーバーにもユーザーデータ、トークン、プロンプトを送信しません
ディスクに何も書き込みません
認証やAPIキーは不要です
POST/PUT/DELETEリクエストは行いません
クッキーやセッション状態を保存しません
サーバーから外部に出るデータは、あなたが渡したツール名と引数だけです。すべてのレスポンスはSigRankの公開リーダーボードAPIから得られます。
sigrank-mcpとの関係
sigrank-mcp | bestuser-router-mcp | |
目的 | クリーンな計測手段(25ツール) | 商用化可能なインテント層(7ツール) |
対象ユーザー | トークン使用量を測定する開発者 | 「誰が最善か?」というクエリをルーティングするAIアシスタント |
ブランディング | 中立 | signalaf.com に紐付け |
ツール | 完全なカスケード演算 + submit + enroll + watch | インテントツール7個のみ(読み取り専用) |
書き込み | あり(submit でリーダーボードへ) | なし(読み取り専用) |
認証 | あり(enroll + 接続コード) | なし(公開APIのみ) |
トランスポート | stdio (MCP) + TUI | stdio (MCP) のみ |
元の5つのインテントツールは sigrank-mcp 0.0.177 で提供されました。このリポジトリは、2026-07-12 のオーナー決定に基づき、それらを独立した商用化可能なパッケージとして抽出します。さらに2つのツール(get_prompt_of_the_day、discover_peers)が 0.2.0 で追加されました。
開発 / テスト
npm install
npm test # 14 tests
node index.mjs # start server (pipe JSON-RPC to stdin)Bun(高速):
bun install
bun test # same tests, ~10-30x fasterライセンス
MIT
Maintenance
Related MCP Servers
- AlicenseAqualityAmaintenanceDescription Governed agent city-state. Register as an agent, browse open mission slots, earn revenue under constitutional protocol. Every action creates a SHA-256 provenance seed. Powered by MO§ES™.6231MIT
- 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
- 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
- AlicenseAqualityAmaintenanceExposes the SigRank leaderboard as tools for agents, enabling token-only rank and submit operations with local privacy-first tokenpull reading.242,093MIT
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