Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Dark Search Protocol

NPM · DARK-SEARCH-MCP-SERVER · SCANNED AUG 3

161 dark data sources, 25+ domains, 6-step pipeline, Streamable HTTP + stdio

+35 this week 53 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 58 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability26
  • AI-judged instruction clarity (poor).Fail
  • Context-footprint check failed: tool/resource definitions use about 1416 tokens (~283/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · dark-search-mcp-server

# add to Claude Code
claude mcp add parnasheps-eng-dark-search-protocol -- npx -y dark-search-mcp-server
# add to Codex CLI
codex mcp add parnasheps-eng-dark-search-protocol -- npx -y dark-search-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "parnasheps-eng-dark-search-protocol": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "dark-search-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add parnasheps-eng-dark-search-protocol --command npx --arg -y --arg dark-search-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  parnasheps-eng-dark-search-protocol:
    command: "npx"
    args: ["-y", "dark-search-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "parnasheps-eng-dark-search-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "dark-search-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +50
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → poor functional
    • Licence: MIT functional
  • 1 Aug 26 −12
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +18
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~1,416 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_source ~165

Submit a new dark data source to the Dark Search Protocol registry. USE THIS TOOL WHEN: - The user knows a specialized data source that should be included - Search results are missing a known source in the relevant domain - A user wants to contribute their proprietary/closed data to the network

NameTypeReqDescription
descriptionstringyesWhat kind of data this source provides
layerstringyesSource layer: surface=publicly indexed, deep=not indexed but accessible, dark=proprietary/closed
namestringyesHuman-readable name of the data source
tagsarrayyesRelevant tags in both English and Chinese, e.g., ['hvac', '暖通', 'repair']
urlstringyesURL of the data source

No output schema declared.

No examples provided.

dark_query ~379

Query REAL structured data from specialized APIs that 99% of people don't know exist or how to use. Returns actual data, not just links. USE THIS TOOL WHEN: - You need real financial data (SEC filings, insider trades, company financials) - You need clinical trial data (drug trials, treatment outcomes, patient data) - You need academic paper metadata (citations, authors, open access links) - You need preprint research (latest ArXiv papers before peer review) - You need drug safety data (FDA adverse events, medical device problems) - You need global health statistics (WHO disease data, mortality rates) - You want structured JSON data, not web pages API SOURCES (all free, no authentication required): - SEC EDGAR: US public company financial filings (10-K, 10-Q, 8-K, insider trades) - ClinicalTrials.gov: Global clinical trial database (200,000+ studies) - OpenAlex: 250M+ academic papers with citations and open access links - ArXiv: Latest preprint papers in CS, physics, math, AI - FDA: Drug adverse events and medical device safety data - WHO GHO: Global health observatory data (disease, mortality, risk factors) Auto-detects which APIs to query based on your query content. Returns structured, parseable data.

NameTypeReqDescription
domainstringForce a specific API domain: 'sec', 'clinicaltrials', 'openalex', 'arxiv', 'fda', 'who'. Leave empty for auto-detection.
max_resultsnumberMaximum number of results per API (default: 5)
querystringyesYour data query. Be specific: company names, drug names, research topics, disease names, etc. Supports English and Chinese.

No output schema declared.

No examples provided.

dark_retrieve ~311

Retrieve ACTUAL content from internet archive sources — deleted pages, removed posts, and inaccessible content that mainstream search engines cannot find. USE THIS TOOL WHEN: - A web page returns 404, has been deleted, or is no longer accessible - You need to find what a page USED TO contain before it was changed or removed - You want to read deleted Stack Overflow answers or removed forum posts - You need archived historical content from Wayback Machine or Internet Archive - You want to verify what content existed at a URL at a specific point in time ARCHIVE ENGINES: - Wayback Machine: Retrieves archived snapshots of any URL (billions of pages archived since 1996) - StackPrinter: Retrieves deleted Stack Overflow/Stack Exchange content that is invisible to normal browsing - Internet Archive Search: Searches the full digital archive of books, papers, media, and datasets This tool returns REAL CONTENT, not just links. You can read the actual text of archived pages.

NameTypeReqDescription
max_resultsnumberMaximum number of results to return (default: 5)
querystringyesURL to retrieve from archives, or search query for archived content. Supports full URLs (https://example.com/page) or keyword queries.
typestringArchive engine to use. 'auto' detects best engine based on query (default). 'wayback' for web archives. 'stackprinter' for Stack Overflow/Exchange. 'archive_org' for Internet Archive digital content.

No output schema declared.

No examples provided.

dark_search ~430

Search deep and dark data sources NOT indexed by mainstream search engines (Google, Bing, etc.). USE THIS TOOL WHEN: - Web search returns insufficient, generic, or incomplete results - The query involves specialized, technical, niche, or industry-specific topics - You need data from forums, OEM manuals, proprietary databases, field reports, or other non-indexed sources - The user is asking about something obscure that mainstream search likely misses - You need real-world data from closed communities, professional forums, or invitation-only databases COVERED DOMAINS (122 built-in sources across 25 domains): Finance, Health/Medical, Food/Cooking, Shopping, Education, Law, Travel, Fashion, Copywriting, Psychology, Academic, HVAC, Cybersecurity, Embedded Systems, Industrial Control, Automotive, Real Estate, Career/Salary, AI/Programming, Gaming, Insurance, Pets, Parenting, Tax/Finance, Agriculture, Immigration and more. FEATURES (v0.6.0): - Semantic routing: Maps natural language queries to specialized dark data sources - Content fetching: Optionally crawls and returns actual content from matched sources - Cross-verification: Results validated across multiple sources - Confidence scoring: Each result rated HIGH/MID/LOW DO NOT USE FOR: - General knowledge questions (use web search instead) - Queries about popular/public topics with abundant mainstream coverage

NameTypeReqDescription
fetch_contentbooleanIf true, attempt to fetch actual content from top result URLs (default: false). Use when you need real data, not just source suggestions.
layersarrayWhich source layers to search. Default: all layers
max_resultsnumberMaximum number of results to return (default: 10)
min_confidencenumberMinimum confidence threshold. 0.5=high quality, 0.3=moderate, 0.15=exploratory (default: 0.15)
querystringyesThe search query. Be specific and include technical terms for best results. Supports English and Chinese.

No output schema declared.

No examples provided.

list_sources ~131

List all available dark data sources in the Dark Search Protocol registry. USE THIS TOOL WHEN: - You want to see what specialized data sources are available before searching - The user asks what kind of data DSP can access - You need to verify if a specific domain/industry has dark data coverage - You want to explore the 122 built-in sources across 25 domains

NameTypeReqDescription
domainstringFilter sources by domain (e.g., 'finance', 'health', 'food', 'law', 'academic', 'hvac', 'tax')
layerstringFilter by source layer

No output schema declared.

No examples provided.