Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/ONE8943/ai-furniture-hubWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/one8943/ai-furniture-hub/mcp-hub-core)<a href="https://agentmods.dev/rules/one8943/ai-furniture-hub/mcp-hub-core"><img src="https://agentmods.dev/badge/rules/one8943/ai-furniture-hub/mcp-hub-core/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/rules/one8943/ai-furniture-hub/mcp-hub-core"><img src="https://agentmods.dev/badge/rules/one8943/ai-furniture-hub/mcp-hub-core.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01123 | $0.01123 |
| Opus 5 | $0.00562 | $0.00562 |
| Sonnet 5 | $0.00225 | $0.00225 |
| Haiku 4.5 | $0.00112 | $0.00112 |
Grade A, and why
mcp-hub-core scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
MCP Hub コアルール
このプロジェクトは家具・家電・ガジェット等のAIエージェント向けMCPハブ。
rules/*.md はタスクに必要なものだけ読む(毎回すべてを開かない)。全体像はルート AGENTS.md、ツールの使い方の詳細は public/AGENTS.md。カタログ件数・ツール数など断定値はコードで確認すること。
🚨 情報漏洩防止(絶対最優先 — 全ルールに優先する)
以下に違反した場合、他の全作業を即座に中止して修正すること。
禁止事項
- APIキー・シークレット・トークンをソースコードやコメントに直書き禁止(.envのみ許可)
- アフィリエイトID・APIキーの実際の値をコメント・ドキュメント・テストコード・ログ例に記載禁止
- IPアドレス・個人名をソースコード・ドキュメントに記載禁止
.env.exampleにはyour_xxx_hereやxxxxxxxx等のダミー値のみ使用すること
コミット前チェック(必須)
git diff --cachedで以下のパターンが含まれていないことを確認:- APIキーの実値(英数字+ハイフンの長い文字列)
- アフィリエイトIDの実値(ドット区切りのHEX文字列)
AIzaSyで始まる文字列(Google APIキー)pk_/sk_で始まる文字列(各種APIキー)- IPアドレス(
xxx.xxx.xxx.xxx形式)
- 新規ファイル・ドキュメント更新時は必ず上記パターンでgrepし、漏洩がないことを確認すること
万が一漏洩した場合
- 即座にファイルから除去(
<REDACTED>に置換) - 原本は
.secrets_backup/に隔離(.gitignore済み) - 漏洩したキーは必ず再発行(旧キーは無効化)
- Git履歴に残っている場合は
BFG Repo-Cleaner等で除去を検討
コンプライアンス(最優先)
違反はリリースブロッカー。細目は rules/affiliate.md(Amazon/楽天・JSON-LD・公開文言)、rules/privacy.md(intent・ログ種別・インフラログの書き方)。
- アフィリエイト: フッター開示・実態と異なる表現禁止・価格注記。Amazon は URL 生成のみ等。
- JSON-LD: 虚偽の評価・件数の断定禁止。ページ上の可視テキストと整合。
- プライバシー: 「個人情報を一切収集しない」とは断言しない。
- ドキュメント: ツール説明は実装と一致。公開ファイル間で表現を揃える。
開発ルール
- 全MCPツールに
intent引数を含めること →rules/insight-collection.md - 全検索結果を
logs/analytics.jsonlに記録すること →rules/logging.md - 個人情報を意図的に記録しないこと →
rules/privacy.md - サイズはmm単位、価格は円(整数)で統一 →
rules/typescript.md - 外部入力は必ずZodでバリデーションすること →
rules/typescript.md - 付加価値・実使用改善・通販外データの方針 →
rules/mcp-value-iteration.md(レスポンスに次ツール案recommended_follow_upを含めること)
モード別ルール
- 実装モード: 上記5項を遵守してコーディング
- 情報収集モード:
.cursor/rules/research-mode.mdcを使用(コード変更不可) - 役割分担:
rules/model-routing.mdを参照
Cursor / Composer
- このリポジトリを開いているときはルート
AGENTS.mdを最初のコンテキストに使う。 - 別アプリのフォルダ(別リポジトリ)を同じワークスペースに混ぜるとルールとコードが噛み合わない。フォルダ単位で開き直すと安定する。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 64 lines · 1,123 tokens per session scan A 20e10c214196
mcp-hub-core is a cursor rule published in the GitHub repository ONE8943/ai-furniture-hub (1 stars, last pushed 4mo ago), licensed MIT. It adds 1,123 tokens to every session, about $0.0056 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other cursor rules, from other repositories
about-codebase
General information about the Lineai MCP Server codebase and its purpose.
toc-readme
When updating README.md, the table of contents should contain only the second-level headings below it.
runwhen-infrastructure
Infrastructure conventions for scripts targeting Kubernetes and databases via RunWhen runners.
cursor_rules
Guidelines for creating and maintaining Cursor rules to ensure consistency and effectiveness.
validate-design-early
Ask for design approval before implementing 100+ lines.
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.