wet-mcp

wet-mcp is a plugin for Claude Code from n24q02m/claude-plugins. Its manifest loads nothing; the 5 skills it bundles cost 233 tokens per session together, scanned A, a copy of wet-mcp, Apache-2.0.

An open-source MCP server that gives AI agents access to web search, web-page content extraction, and library documentation. MCP is a standard way for an AI agent to call external tools.

In plain words
What is it for?
Use it to search the web, extract content from pages, query library documentation, and optionally configure embedding, reranking, or language models.
Why use it?
It gathers these information sources through one service, helping agents find and use web or software-library information.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add n24q02m/claude-plugins
agentmods
npx agentmods add plugins/n24q02m/claude-plugins/wet-mcp
Clone the repo
git clone --depth 1 https://github.com/n24q02m/claude-plugins

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wet-mcp

README.md
[![agentmods](https://agentmods.dev/badge/plugins/n24q02m/claude-plugins/wet-mcp.svg)](https://agentmods.dev/plugins/n24q02m/claude-plugins/wet-mcp)
Your own site
<a href="https://agentmods.dev/plugins/n24q02m/claude-plugins/wet-mcp"><img src="https://agentmods.dev/badge/plugins/n24q02m/claude-plugins/wet-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 5 skills cost 233 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Security

Grade A, and why

wet-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to wet-mcp — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/wet-mcp/.claude-plugin/plugin.json · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "wet-mcp",
  "description": "Open-source MCP server for AI agents: web search, content extraction, and library docs.",
  "version": "3.8.0",
  "userConfig": {
    "EMBEDDING_MODELS": {
      "type": "string",
      "title": "Embedding model chain (optional)",
      "description": "CSV 'provider/model,provider/model' (order = litellm fallback); provider inferred from prefix. Empty = local ONNX through fastretrieval. Example: jina_ai/jina-embeddings-v5-text-small,gemini/gemini-embedding-001",
      "required": false
    },
    "RERANK_MODELS": {
      "type": "string",
      "title": "Rerank model chain (optional)",
      "description": "CSV 'provider/model,...'; provider inferred from prefix. Empty = local ONNX cross-encoder. Example: jina_ai/jina-reranker-v3",
      "required": false
    },
    "LLM_MODELS": {
      "type": "string",
      "title": "LLM model chain (optional)",
      "description": "CSV 'provider/model,...'; provider inferred from prefix. Empty = LLM features off. Example: gemini/gemini-3-flash-preview,openai/gpt-5.4-mini",
      "required": false
    },
    "JINA_AI_API_KEY": {
      "type": "string",
      "title": "Jina AI API key (optional)",
      "description": "Enables jina_ai/ models referenced in a model chain. Without any cloud key the server uses local ONNX. https://jina.ai/api-dashboard/",
      "sensitive": true,
      "required": false
    },
    "GEMINI_API_KEY": {
      "type": "string",
      "title": "Gemini API key (optional)",
      "description": "Enables gemini/ models referenced in a model chain. https://ai.google.dev/",
      "sensitive": true,
      "required": false
    },
    "OPENAI_API_KEY": {
      "type": "string",
      "title": "OpenAI API key (optional)",
      "description": "Enables openai/ models referenced in a model chain. https://platform.openai.com/api-keys",
      "sensitive": true,
      "required": false
    },
    "COHERE_API_KEY": {
      "type": "string",
      "title": "Cohere API key (opti

Read the full file on GitHub · 96 lines

Contents

What it installs

The manifest is a name and a version. 5 skills travel with it, and installing the plugin installs all of them — 233 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 96 lines scan A 533d985dfb7d

Subscribe to this mod's changes

wet-mcp is a plugin published in the GitHub repository n24q02m/claude-plugins (3 stars, last pushed 4d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. It is 100% identical to wet-mcp, differing in 0 lines, and is treated as a copy.