scout-mcp
scout-mcp
Ein MCP-Server, der 21 Plattformen parallel durchsucht und strukturiertes JSON zurückgibt. Erstellt mit dem Model Context Protocol SDK.
Verbinde ihn mit Claude Desktop, VS Code, Cursor oder einem beliebigen MCP-Client und durchsuche Code-Register, wissenschaftliche Arbeiten, soziale Plattformen und Tech-Blogs mit einem einzigen Tool-Aufruf.
Tools
Tool | Quelle | Hinweise |
| Hacker News (Algolia) | Beiträge, Kommentare, Umfragen |
| GitHub | Repositories nach Schlagwort |
| GitHub | Details zu einem einzelnen Repo |
| npm Registry | Pakete |
| PyPI | Python-Pakete |
| Product Hunt | Produkte nach Thema |
| X / Twitter | KI-gestützt via xAI Grok (erfordert |
| Dev.to | Artikel |
| Hashnode | Artikel (GraphQL) |
| Lobste.rs | Beiträge |
| StackExchange | Q&A über alle Seiten hinweg |
| ArXiv | Wissenschaftliche Arbeiten |
| Beiträge und Kommentare | |
| YouTube | Videos (erfordert |
| Zenn | Japanische Tech-Artikel |
| Qiita | Japanische Tech-Artikel |
| Semantic Scholar | Wissenschaftliche Arbeiten |
| Lemmy | Fediverse-Beiträge |
| GitLab | Projekte |
| x402 Bazaar | x402 API-Verzeichnis |
| Multi-Quelle | Parallele Suche über ausgewählte Quellen |
Related MCP server: research-dispatcher-mcp
Schnellstart
Claude Desktop / VS Code
Füge dies zu deiner MCP-Client-Konfiguration hinzu:
{
"mcpServers": {
"scout": {
"command": "npx",
"args": ["-y", "scout-cli"]
}
}
}Docker
docker build -t scout-mcp .
docker run -i scout-mcpDas Dockerfile erstellt ein minimales node:24-alpine-Image, das den MCP-Server über stdio ausführt.
Aus dem Quellcode
git clone https://github.com/bartonguestier1725-collab/scout-mcp.git
cd scout-mcp
npm install
npm run build
node build/index.jsKonfiguration
Die gesamte Konfiguration erfolgt über Umgebungsvariablen. Die meisten Tools funktionieren ohne Schlüssel. Optionale Schlüssel schalten zusätzliche Quellen frei oder erhöhen die Ratenbegrenzungen.
Variable | Erforderlich | Beschreibung |
| Für | xAI API-Schlüssel für X/Twitter-Suche |
| Empfohlen | Erhöht das GitHub-Ratenlimit |
| Für | YouTube Data API v3 Schlüssel |
| Für | Product Hunt API-Anmeldedaten |
| Für | Reddit API-Anmeldedaten |
| Optional | Erhöht das Qiita-Ratenlimit |
| Optional | Dediziertes Ratenlimit für Semantic Scholar |
| Optional | Dediziertes Ratenlimit für StackExchange |
Funktionsweise
Jedes Tool führt einen direkten API-Aufruf an seine Quelle aus, analysiert die Antwort und gibt normalisiertes JSON mit konsistenten Feldern (title, url, source, created_at usw.) zurück. Das scout_report-Tool führt mehrere Suchen parallel mit Promise.allSettled aus, sodass der Ausfall einer Quelle die anderen nicht blockiert.
Transport: stdio (Standard-MCP-Transport). Der Server liest JSON-RPC-Nachrichten von stdin und schreibt Antworten auf stdout.
HTTP-Modus
scout-mcp läuft auch als kostenpflichtige HTTP-API unter https://scout.hugen.tokyo über das x402-Protokoll (USDC-Mikrozahlungen auf Base). Dieser Modus verwendet dieselben Tool-Implementierungen, stellt sie jedoch als REST-Endpunkte mit Zahlungs-Middleware bereit.
Lizenz
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