Scout Mcp

Created By
bartonguestier1725-collab2 months ago
Overview

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

ToolSourceNotes
hackernews_searchHacker News (Algolia)Stories, comments, polls
github_searchGitHubRepositories by keyword
github_repo_infoGitHubSingle repo details
npm_searchnpm RegistryPackages
pypi_searchPyPIPython packages
producthunt_searchProduct HuntProducts by topic
x_searchX / TwitterAI-powered via xAI Grok (requires XAI_API_KEY)
devto_searchDev.toArticles
hashnode_searchHashnodeArticles (GraphQL)
lobsters_searchLobste.rsStories
stackexchange_searchStackExchangeQ&A across all sites
arxiv_searchArXivAcademic papers
reddit_searchRedditPosts and comments
youtube_searchYouTubeVideos (requires YOUTUBE_API_KEY)
zenn_searchZennJapanese tech articles
qiita_searchQiitaJapanese tech articles
semantic_scholar_searchSemantic ScholarAcademic papers
lemmy_searchLemmyFediverse posts
gitlab_searchGitLabProjects
bazaar_searchx402 Bazaarx402 API directory
scout_reportMulti-sourceParallel search across selected sources

Quick start

Claude Desktop / VS Code / Cline

git clone https://github.com/bartonguestier1725-collab/scout-mcp.git
cd scout-mcp && npm install && npm run build

Add to your MCP client config:

{
  "mcpServers": {
    "scout": {
      "command": "node",
      "args": ["/absolute/path/to/scout-mcp/build/index.js"]
    }
  }
}

Docker

docker build -t scout-mcp .
docker run -i scout-mcp

The Dockerfile builds a minimal node:24-alpine image that runs the MCP server over stdio.

Configuration

All configuration is via environment variables. Most tools work without any keys. Optional keys unlock additional sources or raise rate limits.

VariableRequiredDescription
XAI_API_KEYFor x_searchxAI API key for X/Twitter search
GITHUB_TOKENRecommendedRaises GitHub rate limit
YOUTUBE_API_KEYFor youtube_searchYouTube Data API v3 key
PH_CLIENT_ID / PH_CLIENT_SECRETFor producthunt_searchProduct Hunt API credentials
REDDIT_CLIENT_ID / REDDIT_CLIENT_SECRETFor reddit_searchReddit API credentials
QIITA_TOKENOptionalRaises Qiita rate limit
S2_API_KEYOptionalSemantic Scholar dedicated rate limit
SE_API_KEYOptionalStackExchange 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

Server Config

{
  "mcpServers": {
    "scout": {
      "command": "node",
      "args": [
        "/path/to/scout-mcp/build/index.js"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
bartonguestier1725-collab
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Teardrop

11 days ago