Wet MCP
Wet MCP from n24q02m/wet-mcp.
Skills in this plugin
5- ▌ Compare · n24q02mStructured comparison of 2+ alternatives with consistent criteria and decision matrix
- ▌ Fact Check · n24q02mVerify a claim using adversarial search — find both supporting AND contradicting evidence
- ▌ Scrape Batch · n24q02mExtract many known URLs in one polite, rate-limited pass. Use when the user hands over a list of links, a set of search hits to read in full, or asks to "scrape these pages" / "pull the content from all of them". Drives extract(action="batch"), which fans out with per-domain rate limiting and returns partial results plus a per-URL error list.
- ▌ Research Topic · n24q02m bundleMulti-step research orchestration. Use when user asks "research X", "summarize current state of Y", "what's the latest on Z", or compares approaches. Calls extract(action="agent") which searches the web, extracts top results, then synthesises a citation-preserving Markdown answer with one configured LLM.
- ▌ Lock Project Stack · n24q02mDetect a project's manifest (pyproject.toml / package.json / go.mod / Cargo.toml), pin its library set into wet-mcp's Cabinets project_context, then route subsequent docs queries to the locked versions automatically.