{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.KnockOutEZ/wigolo",
    "description": "Local-first web intelligence MCP server for AI coding agents",
    "repository": {
        "url": "https://github.com/KnockOutEZ/wigolo",
        "source": "github"
    },
    "version": "0.2.1",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "wigolo",
            "version": "0.2.1",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Your API key for the service",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "YOUR_API_KEY"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-19T11:31:57.677433Z",
            "publishedAt": "2026-07-19T11:31:57.677433Z",
            "updatedAt": "2026-07-19T11:31:57.677433Z",
            "isLatest": true
        }
    }
}