Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.wspringer/math-svg-mcp

NPM · MATH-SVG-MCP · SCANNED AUG 3

Convert LaTeX math expressions to crisp, scalable SVG images

Available components

+33 this week 77 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to wspringer/math-svg-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 177 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 436 tokens (~218/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · math-svg-mcp

# add to Claude Code
claude mcp add wspringer-math-svg-mcp -- npx -y math-svg-mcp
# add to Codex CLI
codex mcp add wspringer-math-svg-mcp -- npx -y math-svg-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wspringer-math-svg-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "math-svg-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wspringer-math-svg-mcp --command npx --arg -y --arg math-svg-mcp
# ~/.hermes/config.yaml
mcp_servers:
  wspringer-math-svg-mcp:
    command: "npx"
    args: ["-y", "math-svg-mcp"]
// mcp.json
{
  "mcpServers": {
    "wspringer-math-svg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "math-svg-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −2

    No change was recorded against any check on this day. Supply Chain Security went from 97 to 87. Other categories moved too: Stability & Change Management rose 3.

  • 2 Aug 26 +55
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • The attested source repository moved: wspringer/math-svg-mcp security
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → good functional
    • Stability: unverified → 0.20 functional
    • Licence: MIT functional
  • 1 Aug 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +22
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • The attested source repository moved: wspringer/math-svg-mcp security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 29 Jul 26 −18
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
wspringer/math-svg-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/wspringer/math-svg-mcp/.github/workflows/release.yml@refs/tags/math-svg-mcp/v1.1.2
Rekor log index:
910328299
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:0d794e832e8fc0f11e11b93f8263f6cfcca0a8e11029b121e427fdc81d414bbe5e6caa110bfc5db2a7d16252fd43202f33b0a9a331ace8aff6182e01e
Discovery method:
attestation_endpoint
Dependencies 103 packages

103 packages in the resolved dependency tree · 98 deprecated · 33 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 2 exposed · ~436 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
latex_to_svg ~207

Convert a LaTeX math expression to SVG and return the SVG content directly. Best for small expressions where you need the SVG inline.

NameTypeReqDescription
displaybooleanDisplay mode (block) vs inline mode. Default: true
fontSizenumberFont size (em size) in the same unit as the output. E.g., 11 for 11pt when unit=pt, or 16 for 16px when unit=px. Default: 16
latexstringyesThe LaTeX math expression to convert
unitstringyesOutput unit for width/height. Use pt for print/InDesign, px for web/browsers, mm for metric print, ex to keep relative units
xHeightRationumberRatio of x-height to font size. Varies by font: Times 0.45, Helvetica 0.52, Computer Modern 0.43. Default: 0.5

No output schema declared.

No examples provided.

latex_to_svg_file ~229

Convert a LaTeX math expression to SVG and save it to a file. Best for larger expressions or when you need to reference the SVG by path.

NameTypeReqDescription
displaybooleanDisplay mode (block) vs inline mode. Default: true
fontSizenumberFont size (em size) in the same unit as the output. E.g., 11 for 11pt when unit=pt, or 16 for 16px when unit=px. Default: 16
latexstringyesThe LaTeX math expression to convert
outputPathstringyesThe file path where the SVG should be saved
unitstringyesOutput unit for width/height. Use pt for print/InDesign, px for web/browsers, mm for metric print, ex to keep relative units
xHeightRationumberRatio of x-height to font size. Varies by font: Times 0.45, Helvetica 0.52, Computer Modern 0.43. Default: 0.5

No output schema declared.

No examples provided.