Connection check
verified live · 26h ago
spintax-mcp
Validate, render and analyze spintax templates. Backed by @spintax/core. No authentication.
Tools
4
GitHub stars
—
Installs / wk
270
Licence
—
Transport
streamable-http, stdio
Last checked
26h ago
Tools & capabilities
4 toolsRead from the running server on 26h ago.
analyze_spintax
read-only
localetemplate*knownVariables
Reports what the template needs and contains: refs (variables referenced), sets (#set macros, re-picked per reference), defs (#def, rolled once per render), includes, diagnostics,… Reports what the template needs and contains: refs (variables referenced), sets (#set macros, re-picked per reference), defs (#def, rolled once per render), includes, diagnostics, and best-effort construct counts. Answers "what variables must I supply" — it is NOT a variant-cardinality counter.
render_spintax
read-only
seedcountlocalecontexttemplate*
Renders up to 20 variants. With a seed the output is deterministic (variant i uses seed "<seed>#<i>"); without one it is random. The engine is lenient: structural mistakes never th… Renders up to 20 variants. With a seed the output is deterministic (variant i uses seed "<seed>#<i>"); without one it is random. The engine is lenient: structural mistakes never throw, they surface in the output — run validate_spintax first.
spintax_authoring_guide
read-only
localevariationLevel
Read this BEFORE writing or editing a spintax template — it is the canonical authoring guide the whole spintax toolchain is written against, not a tutorial. Pass the locale you wil… Read this BEFORE writing or editing a spintax template — it is the canonical authoring guide the whole spintax toolchain is written against, not a tutorial. Pass the locale you will author in: for ru/uk/be and sr/hr/bs it carries the agreement and case rules that decide whether the variants read as human writing, which is the hard part and the part a valid template can still get wrong. Returns text to read, not a template.
validate_spintax
read-only
localetemplate*knownVariables