the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.n24q02m/wet-mcp",
"description": "MCP server for web search, content extraction, academic research, and library docs.",
"repository": {
"url": "https://github.com/n24q02m/wet-mcp.git",
"source": "github"
},
"version": "3.7.3",
"packages": [
{
"registryType": "pypi",
"identifier": "wet-mcp",
"version": "3.7.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Provider API keys (format: PROVIDER_API_KEY:key,...). Select models per task with EMBEDDING_MODELS / RERANK_MODELS / LLM_MODELS (CSV provider/model, order = litellm fallback); provider is inferred from the model prefix. Empty embedding/rerank chain falls back to the built-in local Qwen3 model.",
"isSecret": true,
"name": "API_KEYS"
},
{
"description": "GitHub personal access token for higher rate limits on library discovery",
"isSecret": true,
"name": "GITHUB_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/n24q02m/wet-mcp:latest",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Provider API keys (format: PROVIDER_API_KEY:key,...). Select models per task with EMBEDDING_MODELS / RERANK_MODELS / LLM_MODELS (CSV provider/model, order = litellm fallback); provider is inferred from the model prefix. Empty embedding/rerank chain falls back to the built-in local Qwen3 model.",
"isSecret": true,
"name": "API_KEYS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-14T17:55:43.11273Z",
"publishedAt": "2026-08-14T17:55:43.11273Z",
"updatedAt": "2026-08-14T17:55:43.11273Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 3.7.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.