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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add headlessherm-creator-polymath-megablaster-mcp -- npx -y polymath-megablaster-mcp
{
"mcpServers": {
"headlessherm-creator-polymath-megablaster-mcp": {
"command": "npx",
"args": [
"-y",
"polymath-megablaster-mcp"
]
}
}
} {
"servers": {
"headlessherm-creator-polymath-megablaster-mcp": {
"command": "npx",
"args": [
"-y",
"polymath-megablaster-mcp"
]
}
}
} codex mcp add headlessherm-creator-polymath-megablaster-mcp -- npx -y polymath-megablaster-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"headlessherm-creator-polymath-megablaster-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"polymath-megablaster-mcp"
],
"enabled": true
}
}
} openclaw mcp add headlessherm-creator-polymath-megablaster-mcp --command npx --arg -y --arg polymath-megablaster-mcp
mcp_servers:
headlessherm-creator-polymath-megablaster-mcp:
command: "npx"
args: ["-y", "polymath-megablaster-mcp"] {
"McpServers": {
"headlessherm-creator-polymath-megablaster-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"polymath-megablaster-mcp"
]
}
}
} assistant mcp add headlessherm-creator-polymath-megablaster-mcp -t stdio -c npx -a -y polymath-megablaster-mcp
{
"mcpServers": {
"headlessherm-creator-polymath-megablaster-mcp": {
"command": "npx",
"args": [
"-y",
"polymath-megablaster-mcp"
]
}
}
} 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.
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 →
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 →
calc_subnet ~66
Calculate subnet details (network, broadcast, usable hosts, mask) from a CIDR like 192.168.1.0/24
| Name | Type | Req | Description |
|---|---|---|---|
| cidr | string | yes | IPv4 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.
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Math 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
| Name | Type | Req | Description |
|---|---|---|---|
| ip | string | yes | IPv4 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
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | – |
| r | integer | yes | – |
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
| Name | Type | Req | Description |
|---|---|---|---|
| numbers | array | yes | Array of numbers |
No output schema declared.
No examples provided.
convert_base ~47
Convert a number between decimal, hex, binary, and octal
| Name | Type | Req | Description |
|---|---|---|---|
| fromBase | string | yes | – |
| toBase | string | yes | – |
| value | string|number | yes | – |
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
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | ISO 8601 date/datetime |
| timeZone | string | yes | IANA 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)
| Name | Type | Req | Description |
|---|---|---|---|
| fromUnit | string | yes | e.g. "km", "lb", "celsius", "gal" |
| toUnit | string | yes | e.g. "mi", "kg", "fahrenheit", "l" |
| value | string|number | yes | – |
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
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | – |
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
| Name | Type | Req | Description |
|---|---|---|---|
| amount | integer | yes | Positive or negative integer amount |
| date | string | yes | ISO 8601 date/datetime, e.g. "2026-03-03" |
| unit | string | yes | – |
No output schema declared.
No examples provided.
date_diff ~54
Compute the exact difference between two dates in days, business days, and hours
| Name | Type | Req | Description |
|---|---|---|---|
| a | string | yes | First ISO 8601 date/datetime |
| b | string | yes | Second 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)
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | – |
No output schema declared.
No examples provided.
haversine_distance ~58
Compute exact great-circle distance in km/miles between two lat/long coordinates
| Name | Type | Req | Description |
|---|---|---|---|
| lat1 | number | yes | – |
| lat2 | number | yes | – |
| lon1 | number | yes | – |
| lon2 | number | yes | – |
No output schema declared.
No examples provided.
levenshtein_distance ~41
Compute exact edit distance and similarity ratio between two strings (deterministic fuzzy matching)
| Name | Type | Req | Description |
|---|---|---|---|
| a | string | yes | – |
| b | string | yes | – |
No output schema declared.
No examples provided.
permutations ~37
Compute nPr (permutations) exactly using arbitrary-precision integer math
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | – |
| r | integer | yes | – |
No output schema declared.
No examples provided.
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.