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

io.github.headlessherm-creator/polymath-megablaster-mcp

NPM · POLYMATH-MEGABLASTER-MCP · SCANNED SEP 20

Local deterministic calc MCP: exact math, dates, unit conversion, stats, subnet math.

+5 this week 72 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 35 of 107 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 820 tokens (~54/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 41% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.headlessherm-creator/polymath-megablaster-mcp server?

io.github.headlessherm-creator/polymath-megablaster-mcp runs locally as an npm package, launched with npx -y polymath-megablaster-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · polymath-megablaster-mcp

# add to Claude Code
claude mcp add headlessherm-creator-polymath-megablaster-mcp -- npx -y polymath-megablaster-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "headlessherm-creator-polymath-megablaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "polymath-megablaster-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "headlessherm-creator-polymath-megablaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "polymath-megablaster-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add headlessherm-creator-polymath-megablaster-mcp -- npx -y polymath-megablaster-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "headlessherm-creator-polymath-megablaster-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "polymath-megablaster-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add headlessherm-creator-polymath-megablaster-mcp --command npx --arg -y --arg polymath-megablaster-mcp
# ~/.hermes/config.yaml
mcp_servers:
  headlessherm-creator-polymath-megablaster-mcp:
    command: "npx"
    args: ["-y", "polymath-megablaster-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "headlessherm-creator-polymath-megablaster-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "polymath-megablaster-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add headlessherm-creator-polymath-megablaster-mcp -t stdio -c npx -a -y polymath-megablaster-mcp
// mcp.json
{
  "mcpServers": {
    "headlessherm-creator-polymath-megablaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "polymath-megablaster-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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 11 Sept 26 +15
    • Malware scan: unverified → pass security
  • 10 Sept 26 52

    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 20 Sept 2026 · Analysed npm/polymath-megablaster-mcp@3.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 107 packages
Packages resolved 107
Stale 35
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~820 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calc_subnet ~66

Calculate subnet details (network, broadcast, usable hosts, mask) from a CIDR like 192.168.1.0/24

NameTypeReqDescription
cidrstringyesIPv4 address or CIDR, e.g. "192.168.1.0/24"

No output schema declared.

No examples provided.

calculate ~71

Evaluate an arbitrary-precision math expression exactly (fixes LLM multi-digit arithmetic errors). Supports +,-,*,/,^,sqrt(),sin(),log(), etc.

NameTypeReqDescription
expressionstringyesMath expression, e.g. "123456789 * 987654321" or "sqrt(2)^10"

No output schema declared.

No examples provided.

check_ip_type ~49

Check if an IPv4 address is private/reserved and identify which range it falls in

NameTypeReqDescription
ipstringyesIPv4 address, e.g. "192.168.1.1"

No output schema declared.

No examples provided.

combinations ~36

Compute nCr (combinations) exactly using arbitrary-precision integer math

NameTypeReqDescription
nintegeryes
rintegeryes

No output schema declared.

No examples provided.

compute_statistics ~47

Compute mean, median, stdev, variance, min/max, and percentiles (25/75/90) for a list of numbers

NameTypeReqDescription
numbersarrayyesArray of numbers

No output schema declared.

No examples provided.

convert_base ~47

Convert a number between decimal, hex, binary, and octal

NameTypeReqDescription
fromBasestringyes
toBasestringyes
valuestring|numberyes

No output schema declared.

No examples provided.

convert_timezone ~70

Convert a UTC/ISO date into a formatted date+time string for any IANA time zone

NameTypeReqDescription
datestringyesISO 8601 date/datetime
timeZonestringyesIANA time zone name, e.g. "America/New_York", "Asia/Tokyo"

No output schema declared.

No examples provided.

convert_unit ~87

Convert a value between units of length, weight, volume, or temperature (fixes LLM unit-math errors)

NameTypeReqDescription
fromUnitstringyese.g. "km", "lb", "celsius", "gal"
toUnitstringyese.g. "mi", "kg", "fahrenheit", "l"
valuestring|numberyes

No output schema declared.

No examples provided.

count_tokens ~47

Count tokens in text using the GPT-3.5/4 (cl100k_base) tokenizer. Useful for managing context budget before sending a large prompt

NameTypeReqDescription
textstringyes

No output schema declared.

No examples provided.

date_add ~76

Add or subtract days/weeks/months/years/businessDays from a date, handling leap years and month boundaries correctly

NameTypeReqDescription
amountintegeryesPositive or negative integer amount
datestringyesISO 8601 date/datetime, e.g. "2026-03-03"
unitstringyes

No output schema declared.

No examples provided.

date_diff ~54

Compute the exact difference between two dates in days, business days, and hours

NameTypeReqDescription
astringyesFirst ISO 8601 date/datetime
bstringyesSecond ISO 8601 date/datetime

No output schema declared.

No examples provided.

factorial ~34

Compute n! exactly using arbitrary-precision integer math (avoids float64 overflow past ~18)

NameTypeReqDescription
nintegeryes

No output schema declared.

No examples provided.

haversine_distance ~58

Compute exact great-circle distance in km/miles between two lat/long coordinates

NameTypeReqDescription
lat1numberyes
lat2numberyes
lon1numberyes
lon2numberyes

No output schema declared.

No examples provided.

levenshtein_distance ~41

Compute exact edit distance and similarity ratio between two strings (deterministic fuzzy matching)

NameTypeReqDescription
astringyes
bstringyes

No output schema declared.

No examples provided.

permutations ~37

Compute nPr (permutations) exactly using arbitrary-precision integer math

NameTypeReqDescription
nintegeryes
rintegeryes

No output schema declared.

No examples provided.

Common questions

What is the io.github.headlessherm-creator/polymath-megablaster-mcp server?

io.github.headlessherm-creator/polymath-megablaster-mcp is listed in the public MCP registry as io.github.headlessherm-creator/polymath-megablaster-mcp. Local deterministic calc MCP: exact math, dates, unit conversion, stats, subnet math. This page covers its npm package (polymath-megablaster-mcp).

Is the io.github.headlessherm-creator/polymath-megablaster-mcp server safe to use?

io.github.headlessherm-creator/polymath-megablaster-mcp scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.headlessherm-creator/polymath-megablaster-mcp server expose?

io.github.headlessherm-creator/polymath-megablaster-mcp exposes 15 tools: calc_subnet, check_ip_type, calculate, count_tokens, date_add, and 10 more. Their descriptions and schemas cost roughly 820 tokens of context every time the server is loaded.

Is the io.github.headlessherm-creator/polymath-megablaster-mcp server still maintained?

io.github.headlessherm-creator/polymath-megablaster-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.headlessherm-creator/polymath-megablaster-mcp server under?

io.github.headlessherm-creator/polymath-megablaster-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.