scout-mcp
scout-mcp
21のプラットフォームを並列で検索し、構造化されたJSONを返すMCPサーバーです。Model Context Protocol SDKを使用して構築されています。
Claude Desktop、VS Code、Cursor、または任意のMCPクライアントに接続し、コードレジストリ、学術論文、ソーシャルプラットフォーム、技術ブログを単一のツール呼び出しで検索できます。
ツール
ツール | ソース | 備考 |
| Hacker News (Algolia) | ストーリー、コメント、投票 |
| GitHub | キーワードによるリポジトリ検索 |
| GitHub | 単一リポジトリの詳細 |
| npm Registry | パッケージ |
| PyPI | Pythonパッケージ |
| Product Hunt | トピック別のプロダクト |
| X / Twitter | xAI GrokによるAI駆動検索 (要 |
| Dev.to | 記事 |
| Hashnode | 記事 (GraphQL) |
| Lobste.rs | ストーリー |
| StackExchange | 全サイト横断のQ&A |
| ArXiv | 学術論文 |
| 投稿とコメント | |
| YouTube | 動画 (要 |
| Zenn | 日本の技術記事 |
| Qiita | 日本の技術記事 |
| Semantic Scholar | 学術論文 |
| Lemmy | Fediverseの投稿 |
| GitLab | プロジェクト |
| x402 Bazaar | x402 APIディレクトリ |
| 複数ソース | 選択したソースの並列検索 |
Related MCP server: research-dispatcher-mcp
クイックスタート
Claude Desktop / VS Code
MCPクライアントの設定に追加してください:
{
"mcpServers": {
"scout": {
"command": "npx",
"args": ["-y", "scout-cli"]
}
}
}Docker
docker build -t scout-mcp .
docker run -i scout-mcpDockerfileは、stdio経由でMCPサーバーを実行する最小限の node:24-alpine イメージをビルドします。
ソースからビルド
git clone https://github.com/bartonguestier1725-collab/scout-mcp.git
cd scout-mcp
npm install
npm run build
node build/index.js設定
すべての設定は環境変数を通じて行います。ほとんどのツールはキーなしで動作します。オプションのキーを設定することで、追加のソースを利用したり、レート制限を緩和したりできます。
変数 | 必須 | 説明 |
|
| X/Twitter検索用xAI APIキー |
| 推奨 | GitHubのレート制限を緩和 |
|
| YouTube Data API v3キー |
|
| Product Hunt API認証情報 |
|
| Reddit API認証情報 |
| オプション | Qiitaのレート制限を緩和 |
| オプション | Semantic Scholar専用レート制限 |
| オプション | StackExchange専用レート制限 |
仕組み
各ツールはソースに対して直接API呼び出しを行い、レスポンスを解析して、一貫したフィールド(title、url、source、created_atなど)を持つ正規化されたJSONを返します。scout_reportツールは Promise.allSettled を使用して複数の検索を並列実行するため、1つのソースでエラーが発生しても他の検索はブロックされません。
トランスポート:stdio (標準的なMCPトランスポート)。サーバーはstdinからJSON-RPCメッセージを読み取り、stdoutにレスポンスを書き込みます。
HTTPモード
scout-mcpは、x402プロトコル(Base上のUSDCマイクロペイメント)を介して https://scout.hugen.tokyo で有料のHTTP APIとしても動作します。このモードでは同じツール実装を使用しますが、決済ミドルウェアを備えたRESTエンドポイントとして公開されます。
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides web search and content retrieval optimized for AI coding assistants, returning full conversations and structured content from StackOverflow, GitHub Issues, arXiv, and Wikipedia in a single call.370MIT
- AlicenseAqualityDmaintenanceEnables AI agents to run research queries across multiple public sources (Hacker News, Reddit, GitHub, Brave Search) in parallel, returning normalized results.5MIT
- AlicenseNot gradedqualityBmaintenanceFetches and searches structured JSON feeds from 7 tech sources including GeekNews, Hacker News, and arXiv.13MIT
- AlicenseNot gradedqualityCmaintenanceWeb search, clean page reading & one-call research dossiers for AI agents. No API key — your agent does the synthesis.97MIT
Related MCP Connectors
Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.
npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.
Package intelligence for AI agents across npm, PyPI, crates.io and deps.dev. No API keys.
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/bartonguestier1725-collab/scout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server