Skip to content
Back to net.spintax/mcp

Card snapshot

spintax.net · 2026-08-05 06:57:00 UTC · da8b95fe48c94b129828a5495a8bd8239b73247be996d0c6072b317d26f962bd

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "$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. servers[0].summary exists because the official registry caps description at 100 characters and rejected the long one; scripts/build-server-json.mjs sends the summary and keeps this file the single source for both.",
  "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.1"
  },
  "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.",
      "summary": "Validate, render and analyze spintax templates. Backed by @spintax/core. No authentication.",
      "version": "1.0.1",
      "websiteUrl": "https://spintax.net/docs/",
      "icons": [
        {
          "src": "https://spintax.net/apple-touch-icon.png",
          "mimeType": "image/png",
          "sizes": [
            "180x180"
          ]
        },
        {
          "src": "https://spintax.net/favicon-96x96.png",
          "mimeType": "image/png",
          "sizes": [
            "96x96"
          ]
        }
      ],
      "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",
        "engines": "https://spintax.net/spintax-engines.md"
      }
    }
  ]
}