scout-mcp
scout-mcp is a multi-source search MCP server that searches 21 platforms in parallel, returning structured JSON results from code registries, academic platforms, social networks, and tech blogs.
Code & Packages
GitHub repositories (stars, forks, language, license) and detailed repo info (contributors, releases, topics)
npm packages (quality/popularity/maintenance scores), PyPI, GitLab projects, and x402 Bazaar for AI-agent APIs
Developer News & Blogs
Hacker News stories/comments/polls, Lobste.rs curated tech news
Dev.to, Hashnode, Zenn (Japanese), Qiita (Japanese, optional
QIITA_TOKEN)
Social & Community
X/Twitter via xAI Grok (requires
XAI_API_KEY), Reddit, Lemmy (Fediverse)Product Hunt product launches (requires
PH_CLIENT_ID/PH_CLIENT_SECRET)
Academic Research
ArXiv preprints (CS, ML, physics, math)
Semantic Scholar across 200M+ papers with citation data (optional
S2_API_KEY)
Q&A & Video
StackExchange/Stack Overflow (optional
SE_API_KEY)YouTube videos and tutorials (requires
YOUTUBE_API_KEY)
Multi-Source Reports
scout_reporttool runs parallel searches across up to 18 sources simultaneously with configurable focus presets (balanced,trending,comprehensive) or custom source selection.
Searches ArXiv for academic papers.
Searches Dev.to for articles.
Searches GitHub for repositories and retrieves repository details.
Searches GitLab for projects.
Used by Hashnode search integration to query articles via GraphQL.
Searches Hashnode for articles.
Searches Lemmy for Fediverse posts.
Searches Lobste.rs for stories.
Searches npm Registry for packages.
Searches Product Hunt for products by topic.
Searches PyPI for Python packages.
Searches Qiita for Japanese tech articles.
Searches Reddit for posts and comments.
Searches Semantic Scholar for academic papers.
Searches YouTube for videos.
Searches Zenn for Japanese tech articles.
scout-mcp
An MCP server that searches 21 platforms in parallel and returns structured JSON. Built with the Model Context Protocol SDK.
Connect it to Claude Desktop, VS Code, Cursor, or any MCP client and search code registries, academic papers, social platforms, and tech blogs from a single tool call.
Tools
Tool | Source | Notes |
| Hacker News (Algolia) | Stories, comments, polls |
| GitHub | Repositories by keyword |
| GitHub | Single repo details |
| npm Registry | Packages |
| PyPI | Python packages |
| Product Hunt | Products by topic |
| X / Twitter | AI-powered via xAI Grok (requires |
| Dev.to | Articles |
| Hashnode | Articles (GraphQL) |
| Lobste.rs | Stories |
| StackExchange | Q&A across all sites |
| ArXiv | Academic papers |
| Posts and comments | |
| YouTube | Videos (requires |
| Zenn | Japanese tech articles |
| Qiita | Japanese tech articles |
| Semantic Scholar | Academic papers |
| Lemmy | Fediverse posts |
| GitLab | Projects |
| x402 Bazaar | x402 API directory |
| Multi-source | Parallel search across selected sources |
Quick start
Claude Desktop / VS Code
Add to your MCP client config:
{
"mcpServers": {
"scout": {
"command": "npx",
"args": ["-y", "scout-cli"]
}
}
}Docker
docker build -t scout-mcp .
docker run -i scout-mcpThe Dockerfile builds a minimal node:24-alpine image that runs the MCP server over stdio.
From source
git clone https://github.com/bartonguestier1725-collab/scout-mcp.git
cd scout-mcp
npm install
npm run build
node build/index.jsConfiguration
All configuration is via environment variables. Most tools work without any keys. Optional keys unlock additional sources or raise rate limits.
Variable | Required | Description |
| For | xAI API key for X/Twitter search |
| Recommended | Raises GitHub rate limit |
| For | YouTube Data API v3 key |
| For | Product Hunt API credentials |
| For | Reddit API credentials |
| Optional | Raises Qiita rate limit |
| Optional | Semantic Scholar dedicated rate limit |
| Optional | StackExchange dedicated rate limit |
How it works
Each tool makes a direct API call to its source, parses the response, and returns normalized JSON with consistent fields (title, url, source, created_at, etc.). The scout_report tool runs multiple searches in parallel using Promise.allSettled, so one source failing doesn't block the others.
Transport: stdio (standard MCP transport). The server reads JSON-RPC messages from stdin and writes responses to stdout.
HTTP mode
scout-mcp also runs as a paid HTTP API at https://scout.hugen.tokyo via the x402 protocol (USDC micropayments on Base). This mode uses the same tool implementations but exposes them as REST endpoints with payment middleware.
License
MIT
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