{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-server-card-0.1.json",
  "serverInfo": {
    "name": "norsehost.com",
    "version": "0.1.0",
    "description": "Read-only catalog of Nordic-relevant web-hosting, VPS and domain-registrar reviews published on norsehost.com (English + Danish).",
    "homepage": "https://norsehost.com/",
    "publisher": { "name": "NorseHost editorial", "url": "https://norsehost.com/about/" },
    "contact": { "email": "editor@norsehost.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 hosting/VPS/domain reviews with metadata (category, verdict, last audited).",
      "endpoint": "https://norsehost.com/api/index.json",
      "method": "GET",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "list_reviews_danish",
      "description": "Danish-language review index (/da/) for norsehost.com.",
      "endpoint": "https://norsehost.com/da/api/index.json",
      "method": "GET",
      "inputSchema": { "type": "object", "properties": {} }
    }
  ],
  "resources": [
    { "uri": "https://norsehost.com/llms.txt",      "name": "llms.txt",      "description": "AI-readable index of NorseHost reviews", "mimeType": "text/plain" },
    { "uri": "https://norsehost.com/llms-full.txt", "name": "llms-full.txt", "description": "Full-text dump of NorseHost reviews",    "mimeType": "text/plain" },
    { "uri": "https://norsehost.com/sitemap.xml",   "name": "sitemap",       "description": "XML sitemap",                           "mimeType": "application/xml" }
  ]
}
