{
  "$comment": "MCP Server Card. SEP-2127 is still a draft, so this card is a conservative superset of the shapes in circulation (registry server.json remotes + discovery fields). It describes a real, live server.",
  "name": "net.spintax/mcp",
  "title": "spintax.net MCP server",
  "description": "Stateless MCP server for the spintax template syntax: validate_spintax (diagnostics with line/column), render_spintax (seeded variants), analyze_spintax (variables, directives, construct counts). Resources are the Markdown mirrors of the documentation. Backed by @spintax/core, the reference engine. No authentication.",
  "serverInfo": {
    "name": "spintax-net",
    "title": "spintax.net",
    "version": "1.0.0"
  },
  "url": "https://spintax.net/mcp",
  "transport": "streamable-http",
  "protocolVersions": [
    "2026-07-28",
    "2025-11-25",
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {}
  },
  "authentication": {
    "type": "none"
  },
  "version": "1",
  "servers": [
    {
      "name": "net.spintax/mcp",
      "title": "spintax.net MCP server",
      "description": "Stateless MCP server for the spintax template syntax: validate_spintax (diagnostics with line/column), render_spintax (seeded variants), analyze_spintax (variables, directives, construct counts). Resources are the Markdown mirrors of the documentation. Backed by @spintax/core, the reference engine. No authentication.",
      "version": "1.0.0",
      "websiteUrl": "https://spintax.net/",
      "remotes": [
        {
          "type": "streamable-http",
          "url": "https://spintax.net/mcp"
        }
      ],
      "protocolVersions": [
        "2026-07-28",
        "2025-11-25",
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ],
      "capabilities": {
        "tools": {
          "listChanged": false
        },
        "resources": {}
      },
      "authentication": {
        "type": "none"
      },
      "documentation": {
        "llms": "https://spintax.net/llms.txt",
        "syntax": "https://spintax.net/docs/syntax.md",
        "skills": "https://spintax.net/.well-known/agent-skills/index.json"
      }
    }
  ]
}
