{
    "$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.6.0",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "wet-mcp",
            "version": "3.6.0",
            "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-07-18T09:37:53.969093Z",
            "publishedAt": "2026-07-18T09:37:53.969093Z",
            "updatedAt": "2026-07-18T09:37:53.969093Z",
            "isLatest": true
        }
    }
}