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 | 所有站点的问答 |
| 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 构建了一个最小化的 node:24-alpine 镜像,通过 stdio 运行 MCP 服务器。
从源码运行
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 并行运行多个搜索,因此一个来源的失败不会阻塞其他来源。
传输方式:stdio(标准 MCP 传输)。服务器从 stdin 读取 JSON-RPC 消息并将响应写入 stdout。
HTTP 模式
scout-mcp 也可以作为付费 HTTP API 在 https://scout.hugen.tokyo 上运行,通过 x402 协议(Base 链上的 USDC 微支付)提供服务。此模式使用相同的工具实现,但将其作为带有支付中间件的 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