# io.github.n24q02m/wet-mcp (oci · docker.io/n24q02m/wet-mcp:latest)

MCP server for web search, content extraction, academic research, and library docs.

- Trust score: 27/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- oci · `docker.io/n24q02m/wet-mcp:latest`: 27/100 (this document), [markdown](https://verifymcp.io/servers/n24q02m-wet-mcp/docker-io-n24q02m-wet-mcp-latest.md), [page](https://verifymcp.io/servers/n24q02m-wet-mcp/docker-io-n24q02m-wet-mcp-latest)
- pypi · `wet-mcp`: 8/100, [markdown](https://verifymcp.io/servers/n24q02m-wet-mcp/wet-mcp.md), [page](https://verifymcp.io/servers/n24q02m-wet-mcp/wet-mcp)

## Channel facts

- Registry: `oci`
- Package: `docker.io/n24q02m/wet-mcp:latest`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 6/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 15 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 50/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2182 tokens (~363/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add n24q02m-wet-mcp -- docker run --rm -i docker.io/n24q02m/wet-mcp:latest
```

### Codex

```bash
codex mcp add n24q02m-wet-mcp -- docker run --rm -i docker.io/n24q02m/wet-mcp:latest
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "n24q02m-wet-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/n24q02m/wet-mcp:latest"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  n24q02m-wet-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/n24q02m/wet-mcp:latest"]
```

### Other

```json
{
  "mcpServers": {
    "n24q02m-wet-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/n24q02m/wet-mcp:latest"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 27, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 26, +3)

- [functional improvement] Stability: unverified → 0.20

### 2026-07-31 (score 23, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 25, +24)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 0
- [functional] First check of Tool coverage: 100

### 2026-07-26 (score 1)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (6)

### `config__open_relay` (~45 tokens)

Open the relay configuration form for wet-mcp in the user's browser. Returns the relay URL, whether the browser launched, and the current status.

Input parameters:

- `ctx` (required)

### `search` (~720 tokens)

Find information across web, academic sources, X/Twitter, or library docs. Returns search result listings (titles, URLs, snippets) -- NOT full page content. To read full content from a URL, use the `extract` tool instead.

Actions:
\- search: Web search via SearXNG. Example: search(action="search", query="python async patterns")
\- research: Academic/scientific search (Google Scholar, arXiv, PubMed). Example: search(action="research", query="transformer attention mechanism")
\- x: X/Twitter search via xAI. Returns a SYNTHESIZED answer with citations (NOT a link list for extract() -- X blocks direct extraction). Bills ~$0.032/query (grok-4.3). Requires XAI_API_KEY. Example: search(action="x", query="latest reactions to the GPT-5 launch", handles=["OpenAI"], time_range="week")
\- docs: Search library documentation with auto-indexing. Example: search(action="docs", query="how to create routes", library="fastapi")
\- docs_resolve: Free-form library name to ranked library_id list. Example: search(action="docs_resolve", query="react")
\- docs_query: Version-aware library docs query honoring project lock + token cap. Example: search(action="docs_query", library="react", version="latest", topic="useState", query="how to set initial state")
\- docs_lock_project: Detect project manifests (pyproject/package.json/go.mod/Cargo.toml) and lock the library set for Cabinets isolation. Example: search(action="docs_lock_project", project_path="/repo/my-app")
\- similar: Find pages similar to a URL (pass URL as query). Example: search(action="similar", query="https://example.com/article")

Key parameters:
\- query (required for all actions): Search terms or URL (for similar)
\- library (required for docs): Library name, e.g. "react", "fastapi"
\- language: Programming language for disambiguation in docs, e.g. "python", "java"
\- expand: Enable LLM query expansion for broader coverage (default: false)
\- enrich: Fetch actual page content for richer snippets (default: false, adds latency)
\- max_resu…

Input parameters:

- `action` (string, required)
- `categories` (string)
- `enrich` (boolean)
- `exclude_domains`
- `exclude_handles`
- `expand` (boolean)
- `from_date`
- `handles`
- `include_domains`
- `language`
- `library`
- `limit` (integer)
- `max_results` (integer)
- `project_path`
- `query`
- `time_range`
- `to_date`
- `topic`
- `version`
- `video` (boolean)

### `extract` (~798 tokens)

Read and return full page content from URLs or local files. Use this when you have a specific URL and need its content. For finding URLs first, use the `search` tool instead.

Actions:
\- extract: Get clean content from URLs. Example: extract(action="extract", urls=["https://example.com/article"])
\- batch: Batch extract with per-domain rate limiting (max 50 URLs). Example: extract(action="batch", urls=["https://a.com/1", "https://b.com/2"])
\- crawl: Deep crawl following links from root URLs. Example: extract(action="crawl", urls=["https://docs.example.com"], depth=2)
\- map: Discover site URL structure without extracting content. Example: extract(action="map", urls=["https://example.com"])
\- convert: Convert local files (PDF, DOCX, PPTX, XLSX) to Markdown. Example: extract(action="convert", paths=["/home/user/report.pdf"])
\- extract_structured: Extract structured data using JSON Schema + LLM. Example: extract(action="extract_structured", urls=["https://example.com/pricing"], schema={"type": "object", "properties": {"price": {"type": "string"}}})
\- agent: Multi-step research orchestration -- search the web, extract top results, synthesize a cited Markdown answer. Example: extract(action="agent", query="latest pydantic 2 changes", max_urls=5)
\- interact: Drive a page with click/fill/submit via patchright. Example: extract(action="interact", url="https://example.com/login", actions=[{"type": "fill", "selector": "#email", "value": "x@y.com"}, {"type": "submit", "selector": "form"}])
\- diff: Track content changes across fetches of the same URL(s). Example: extract(action="diff", urls=["https://example.com/pricing"])

Key parameters:
\- urls (required for extract/batch/crawl/map/extract_structured/diff): List of URLs
\- paths (required for convert): List of local file paths
\- query (required for agent): Research question to answer
\- url (required for interact): Page URL to drive
\- actions (required for interact): List of {type, selector?, description?, value?} ops
\- max_urls…

Input parameters:

- `action` (string, required)
- `actions`
- `depth` (integer)
- `format` (string)
- `max_pages` (integer)
- `max_urls` (integer)
- `paths`
- `prompt`
- `query`
- `refetch` (boolean)
- `schema`
- `screenshot` (boolean)
- `session`
- `stealth` (boolean)
- `synthesis_model`
- `token_budget` (integer)
- `url`
- `urls`

### `media` (~309 tokens)

Discover and download media files (images, videos, audio) from web pages.

Actions:
\- list: Scan a page and return media URLs with metadata. Example: media(action="list", url="https://example.com/gallery", media_type="images")
\- download: Download media files to local storage. Example: media(action="download", media_urls=["https://example.com/photo.jpg"])

Key parameters:
\- url (required for list): Page URL to scan
\- media_urls (required for download): List of media URLs to download
\- media_type: Filter for list -- "images", "videos", "audio", "files", "all" (default: "all")
\- output_dir: Download directory (default: ~/.wet-mcp/downloads)
\- prompt: Reserved -- accepted for backward compatibility, ignored

Typical workflow: list (discover) -> download (save locally). For LLM
analysis (vision/audio/video), hand the downloaded path to
imagine-mcp's understand action. The legacy media(action="analyze")
was REMOVED in wet v2.0.0 (deprecated since v1.x.y); calling it now
returns the standard unknown-action error.

Use `help` tool with tool_name="media" for full documentation.

Input parameters:

- `action` (string, required)
- `max_items` (integer)
- `media_type` (string)
- `media_urls`
- `output_dir`
- `prompt` (string)
- `url`

### `help` (~131 tokens)

Get detailed documentation for any tool. Call this when you need full parameter reference or usage examples.

Valid tool_name values: search, extract, media, config.

Quick guide -- which tool to use:
\- Need to FIND information? Use `search` (returns result listings with URLs)
\- Need to READ a page? Use `extract` (returns full page content from a URL)
\- Need media files? Use `media` (discover, download images/videos/audio)
\- Need server settings? Use `config` (status, cache, settings, warmup, sync setup)

Input parameters:

- `tool_name` (string)

Output parameters:

- `result` (string)

### `config` (~89 tokens)

Server config and management. Actions: status|set|cache_clear|docs_reindex|warmup|setup_sync|setup_status|setup_start|setup_skip|setup_reset|setup_complete. Use help tool with tool_name='config' for full docs.

Input parameters:

- `action` (string, required)
- `force` (boolean)
- `key`
- `remote_type`
- `value`

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/n24q02m-wet-mcp/docker-io-n24q02m-wet-mcp-latest#diagnostics

## Score history

- 2026-08-03: 27
- 2026-08-02: 26
- 2026-08-01: 23
- 2026-07-31: 23
- 2026-07-30: 25
- 2026-07-29: 25
- 2026-07-28: 25
- 2026-07-27: 25
- 2026-07-26: 1

## Links

- Changelog RSS feed: https://verifymcp.io/servers/n24q02m-wet-mcp/docker-io-n24q02m-wet-mcp-latest/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/n24q02m-wet-mcp/docker-io-n24q02m-wet-mcp-latest/changelog.json
- HTML version of this page: https://verifymcp.io/servers/n24q02m-wet-mcp/docker-io-n24q02m-wet-mcp-latest
