{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-server-card-0.1.json",
  "serverInfo": {
    "name": "notrackr.com",
    "version": "0.1.0",
    "description": "Read-only catalog of privacy-tool reviews (VPNs, password managers, encrypted email, tracker blockers) published on notrackr.com.",
    "homepage": "https://notrackr.com/",
    "publisher": { "name": "NoTrackr editorial", "url": "https://notrackr.com/about/" },
    "contact": { "email": "editor@notrackr.com" }
  },
  "transport": {
    "type": "http",
    "endpoint": null,
    "note": "No full MCP endpoint; public data is exposed via standard HTTP JSON (Hugo index.json output formats). See /.well-known/api-catalog."
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false,
    "roots": false,
    "logging": false
  },
  "tools": [
    {
      "name": "list_reviews",
      "description": "List privacy-tool reviews published on notrackr.com with metadata (category cluster, verdict, last audited).",
      "endpoint": "https://notrackr.com/api/index.json",
      "method": "GET",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "list_clusters",
      "description": "List topic clusters (VPN, password managers, email, tracker blockers, private browsers, ...) on notrackr.com.",
      "endpoint": "https://notrackr.com/clusters/api/index.json",
      "method": "GET",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "strip_tracking_params",
      "description": "Strip tracking parameters from a URL using the open-source NoTrackr link stripper.",
      "endpoint": "https://tool.notrackr.com/api/strip",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "required": ["url"],
        "properties": { "url": { "type": "string", "format": "uri" } }
      }
    }
  ],
  "resources": [
    { "uri": "https://notrackr.com/llms.txt",      "name": "llms.txt",       "description": "AI-readable index of NoTrackr reviews", "mimeType": "text/plain" },
    { "uri": "https://notrackr.com/llms-full.txt", "name": "llms-full.txt",  "description": "Full-text dump of NoTrackr reviews",    "mimeType": "text/plain" },
    { "uri": "https://notrackr.com/sitemap.xml",   "name": "sitemap",        "description": "XML sitemap",                          "mimeType": "application/xml" }
  ]
}
