Borrowing it
Nothing to install: this file belongs to bartonguestier1725-collab/scout-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/bartonguestier1725-collab/scout-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/bartonguestier1725-collab/scout-mcpWrote 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/instructions/bartonguestier1725-collab/scout-mcp/claude-md)<a href="https://agentmods.dev/instructions/bartonguestier1725-collab/scout-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/bartonguestier1725-collab/scout-mcp/claude-md/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/instructions/bartonguestier1725-collab/scout-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/bartonguestier1725-collab/scout-mcp/claude-md.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.05064 | $0.05064 |
| Opus 5 | $0.02532 | $0.02532 |
| Sonnet 5 | $0.01013 | $0.01013 |
| Haiku 4.5 | $0.00506 | $0.00506 |
Grade A, and why
scout-mcp CLAUDE.md 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 325 lines — stays where its author put it; the contents beside it link to each section on GitHub.
scout-mcp — マルチソース情報偵察 MCP サーバー
これは何?
Claude Code からツール呼び出しで使える 情報偵察(スカウト)MCP サーバー。 X(Twitter), GitHub, Hacker News, Product Hunt, npm, PyPI, x402 Bazaar を横断検索し、 技術トレンド・競合・マーケット情報を構造化 JSON で返す。
x402 HTTP API としても公開中: https://scout.hugen.tokyo(USDC on Base)
設計思想
- デュアルモード — MCP (stdio) + HTTP (Express + x402) の2モードで同じツール群を共有
- 最小依存 —
@modelcontextprotocol/sdk,zod,dotenv,express,@x402/* - 個別ツール + 合成レポート — 21 ツールが独立動作し、
scout_reportが並列合成する - x402 マイクロペイメント — $0.001/req (無料ソース) 〜 $0.05/req (X含む)
- 1 ソース失敗 ≠ 全滅 —
Promise.allSettledで部分的成功を許容
プロジェクト構造
scout-mcp/
├── package.json
├── tsconfig.json
├── .env # API キー + x402 設定(git 管理外)
├── .env.example # テンプレート
├── .gitignore
├── CLAUDE.md # ← このファイル
├── self_pay.py # Bazaar セルフペイスクリプト
├── src/
│ ├── index.ts # MCP サーバーエントリ (StdioServerTransport)
│ ├── server.ts # HTTP サーバー (Express + x402 ミドルウェア)
│ ├── cli.ts # テスト CLI (node build/cli.js <tool> '<json>')
│ ├── config.ts # 環境変数・定数・デフォルト値
│ ├── fetch-utils.ts # safeFetch (timeout/abort/error handling)
│ ├── types.ts # ToolResult, ScoutError, ok(), fail()
│ └── tools/
│ ├── x-search.ts # X 検索 (xAI Grok API)
│ ├── hackernews-search.ts # HN 検索 (Algolia API)
│ ├── npm-search.ts # npm Registry 検索
│ ├── github-search.ts # GitHub リポ検索
│ ├── github-repo-info.ts # GitHub リポ詳細
│ ├── pypi-search.ts # PyPI パッケージ検索
│ ├── producthunt-search.ts # Product Hunt 検索 (GraphQL)
│ ├── bazaar-search.ts # x402 Bazaar 検索 (CDP Discovery)
│ ├── devto-search.ts # Dev.to 記事検索 (Forem API)
│ ├── hashnode-search.ts # Hashnode 記事検索 (GraphQL)
│ ├── lobsters-search.ts # Lobste.rs 検索 (JSON API)
│ ├── stackexchange-search.ts # StackExchange 検索 (API v2.3)
│ ├── arxiv-search.ts # ArXiv 論文検索 (Atom API)
│ ├── reddit-search.ts # Reddit 検索 (.json feeds, MCP限定)
│ ├── youtube-search.ts # YouTube 検索 (Data API v3)
│ ├── zenn-search.ts # Zenn 記事検索 (非公式API, MCP限定)
│ ├── qiita-search.ts # Qiita 記事検索 (API v2, MCP限定)
│ ├── semantic-scholar-search.ts # Semantic Scholar 論文検索
│ ├── lemmy-search.ts # Lemmy 検索 (Fediverse, MCP限定)
│ ├── gitlab-search.ts # GitLab プロジェクト検索
│ └── scout-report.ts # 複合レポート (並列実行)
└── build/ # tsc 出力(git 管理外)
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.
- 11d ago First seen · 325 lines · 5,064 tokens per session scan A 684e5d727e72
scout-mcp CLAUDE.md is an instructions file published in the GitHub repository bartonguestier1725-collab/scout-mcp (1 stars, last pushed 3mo ago), licensed MIT. It adds 5,064 tokens to every session, about $0.0253 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).