{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.TinySuiteHQ/tinysearch",
    "description": "Self-hosted web research for MCP agents.",
    "repository": {
        "url": "https://github.com/TinySuiteHQ/TinySearch",
        "source": "github",
        "id": "1237429296"
    },
    "version": "0.4.2",
    "websiteUrl": "https://github.com/TinySuiteHQ/TinySearch",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "docker.io/marcellm01/tinysearch",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "MCP transport to serve: stdio (default), sse, or streamable-http.",
                    "name": "MCP_TRANSPORT"
                },
                {
                    "description": "Path to a tinysearch_config.json inside the container, for overriding search/embedding defaults.",
                    "name": "TINYSEARCH_CONFIG_PATH"
                },
                {
                    "description": "SearXNG search endpoint URL. Only needed if not using the bundled Compose SearXNG service.",
                    "name": "SEARXNG_URL"
                },
                {
                    "description": "Embedding implementation: onnx (default) or openai_compatible.",
                    "name": "TINYSEARCH_EMBEDDING_BACKEND"
                },
                {
                    "description": "Local ONNX preset (fast, balanced, quality) or a Hugging Face ONNX repository id.",
                    "name": "TINYSEARCH_EMBEDDING_MODEL"
                }
            ],
            "version": "v0.4.2",
            "registryBaseUrl": "https://docker.io"
        },
        {
            "registryType": "pypi",
            "identifier": "tinysuite-search",
            "version": "0.4.2",
            "transport": {
                "type": "stdio"
            }
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-31T14:51:38.085833Z",
            "publishedAt": "2026-07-31T14:51:38.085833Z",
            "updatedAt": "2026-07-31T14:51:38.085833Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-31T14:51:38+00:00",
            "updatedAt": "2026-07-31T14:51:38+00:00"
        }
    }
}