Content Tools
spintax.net
Provides spintax validation, rendering, and analysis for generating and debugging text variants.
ENDPOINT 1
https://spintax.net/mcp
MCP server metadata
- Name
- spintax-net
- Version
- 1.0.1
Spintax template tools backed by @spintax/core, the reference engine. validate_spintax returns diagnostics with line/column; render_spintax produces seeded variants; analyze_spintax reports variables, directives and construct counts. #include is disabled. Docs: https://spintax.net/llms.txt (Markdown mirrors of every page).
Known tools 3
validate_spintaxStatic validation: returns diagnostics with severity, stable code, message and 1-based line/column.
Potential side effectsanalyze_spintaxReports 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.spintax-net]
url = "https://spintax.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spintax-net": {
"type": "http",
"url": "https://spintax.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spintax-net
Remote MCP URL: https://spintax.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"spintax-net": {
"url": "https://spintax.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spintax-net": {
"type": "http",
"url": "https://spintax.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spintax-net",
"transport": "streamable-http",
"url": "https://spintax.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.