Skip to main content
Glama

scout-mcp

一个可以并行搜索 21 个平台并返回结构化 JSON 的 MCP 服务器。基于 Model Context Protocol SDK 构建。

将其连接到 Claude Desktop、VS Code、Cursor 或任何 MCP 客户端,即可通过单次工具调用搜索代码仓库、学术论文、社交平台和技术博客。

工具

工具

来源

备注

hackernews_search

Hacker News (Algolia)

故事、评论、投票

github_search

GitHub

按关键词搜索仓库

github_repo_info

GitHub

单个仓库详情

npm_search

npm Registry

软件包

pypi_search

PyPI

Python 软件包

producthunt_search

Product Hunt

按主题搜索产品

x_search

X / Twitter

通过 xAI Grok 提供 AI 支持(需要 XAI_API_KEY

devto_search

Dev.to

文章

hashnode_search

Hashnode

文章 (GraphQL)

lobsters_search

Lobste.rs

故事

stackexchange_search

StackExchange

所有站点的问答

arxiv_search

ArXiv

学术论文

reddit_search

Reddit

帖子和评论

youtube_search

YouTube

视频(需要 YOUTUBE_API_KEY

zenn_search

Zenn

日本技术文章

qiita_search

Qiita

日本技术文章

semantic_scholar_search

Semantic Scholar

学术论文

lemmy_search

Lemmy

Fediverse 帖子

gitlab_search

GitLab

项目

bazaar_search

x402 Bazaar

x402 API 目录

scout_report

多来源

在选定来源中进行并行搜索

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-mcp

Dockerfile 构建了一个最小化的 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

配置

所有配置均通过环境变量完成。大多数工具无需任何密钥即可工作。可选密钥可解锁更多来源或提高速率限制。

变量

必需

描述

XAI_API_KEY

用于 x_search

用于 X/Twitter 搜索的 xAI API 密钥

GITHUB_TOKEN

推荐

提高 GitHub 速率限制

YOUTUBE_API_KEY

用于 youtube_search

YouTube Data API v3 密钥

PH_CLIENT_ID / PH_CLIENT_SECRET

用于 producthunt_search

Product Hunt API 凭据

REDDIT_CLIENT_ID / REDDIT_CLIENT_SECRET

用于 reddit_search

Reddit API 凭据

QIITA_TOKEN

可选

提高 Qiita 速率限制

S2_API_KEY

可选

Semantic Scholar 专用速率限制

SE_API_KEY

可选

StackExchange 专用速率限制

工作原理

每个工具都会向其来源发起直接 API 调用,解析响应,并返回具有一致字段(titleurlsourcecreated_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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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