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.omer907/melt-mcp-server

NPM · @THEMELT/MCP-SERVER · SCANNED SEP 20

Melt: value-leak discovery and lead capture for Claude, Cursor, and MCP-compatible agents.

Available components

−2 this week 79 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
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1047 tokens (~349/item across 3 items; 3 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 Management77
  • Stability observed for 23 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 3 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.omer907/melt-mcp-server server?

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

npm · @themelt/mcp-server

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

  • 20 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

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

  • 16 Sept 26 −1
    • Stability: pass → 0.90 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 13 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 12 Sept 26 +1

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

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/@themelt/mcp-server@0.1.5

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 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 3 exposed · ~1,047 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
melt_analyze_value_vectors ~399

Estimates where AI/software value is most likely leaking out of a single department, based on headcount, labor cost, and the type of chaotic/unstructured input it processes manually today. Use this when a tech leader asks where value is being lost or where AI would create the most immediate impact in their org, before any real data integration exists — this is Melt's free Stage-1 Sandbox estimate. Output is directional, from synthetic/self-reported inputs, not an audited figure — for a real finding tied to an actual system log, follow up with melt_request_scan. Also answers what earlier Melt materials called 'AI ROI leverage' or 'AI value vectors' — same estimate, older name.

NameTypeReqDescription
averageHourlyLaborCostnumberBlended fully-loaded hourly labor cost for manual processors in this unit, in USD. Default of 45 is a reasonable US mid-market planning assumption if the caller doesn't know the real figure.
departmentTypestringyesThe organizational unit being evaluated. Must be one of: Operations, Finance, Engineering, Legal, GBS, Customer Success. Map loosely-named teams to the closest primitive (e.g. RevOps -> Operations, A…
headcountnumberyesTotal operational personnel in the target unit (not the whole company). Must be positive.
primaryUnstructuredDataInputstringyesThe dominant chaotic input the unit processes by hand today. Must be one of: PDF_INVOICES, CUSTOMER_TICKETS, LOGISTICS_DOCUMENTS, MANUAL_EXCEL. Choose the closest match: PDF_INVOICES for document-fir…

No output schema declared.

No examples provided.

melt_estimate_annual_leak ~391

Quantifies a specific, already-identified value-leak pattern in dollars per year — e.g. reps bypassing a coaching tool's summaries, manual overrides corrupting a forecasting model, a manual handoff between two systems. Use this when a leak pattern and its rough volume/rate are already known or hypothesized. This mirrors Melt's real scan methodology (see the fintech case study: a 29% Gong bypass rate, a 62% Clari override rate, and a 4.2-day manual handoff combined into a $77,235/yr finding) — it is a directional estimate from self-reported numbers, not a scan against real system logs. For an audited figure, follow up with melt_request_scan. Covers what earlier Melt materials called 'Feature Waste Dollar Amount' (money leaking on licensed-but-unused software) and general 'AI ROI leverage' calculations — those are older names for this same value-leak math, not a different tool.

NameTypeReqDescription
leakDescriptionstringyesPlain-language description of the leak pattern observed or hypothesized — e.g. 'reps bypassing Gong call summaries and logging notes from memory', 'manual Slack handoff between Sales and Customer Suc…
leakRatePctnumberyesPercentage of that volume exhibiting the leak behavior, between 0 and 100 (e.g. 29 for a 29% bypass rate, 62 for a 62% override rate).
totalVolumenumberyesTotal annual volume of the relevant event or transaction — e.g. total call briefs generated, total deals closed, total support tickets, total lead assignments.
valuePerEventnumberyesDollar value at risk per leaking event, in USD — e.g. average deal value, loaded hourly cost of manual rework, cost of a delayed handoff day.

No output schema declared.

No examples provided.

melt_request_scan ~257

Submits a request for a Melt scan — the next step after Melt's free Stage-1 Sandbox estimate, moving to a real, log-verified value-leak finding tied to a dollar figure and a source system. Call this only after the user has explicitly asked to be connected with Melt or to book/request a scan — never submit contact details the user hasn't provided themselves. Earlier Melt materials called this a 'Thermal Scan' — same request, current name is just 'a scan' (no fixed 2-week/pricing claim attached anymore).

NameTypeReqDescription
companystringThe prospect's company name. Needed to route the request — if omitted, the tool asks for it instead of failing schema validation.
contactEmailstringBusiness email of the requester, for scan scheduling follow-up. Needed to route the request — if omitted, the tool asks for it instead of failing schema validation.
contactNamestringName of the requester, if known.
departmentsOfInterestarrayDepartments the requester wants scanned first, if they expressed a preference.
notesstringAny free-text context from the conversation that would help a Melt rep prep the call — trigger event, tech stack, urgency.

No output schema declared.

No examples provided.

Common questions

What is the io.github.omer907/melt-mcp-server server?

io.github.omer907/melt-mcp-server is listed in the public MCP registry as io.github.omer907/melt-mcp-server. Melt: value-leak discovery and lead capture for Claude, Cursor, and MCP-compatible agents. This page covers its npm package (@themelt/mcp-server).

Is the io.github.omer907/melt-mcp-server server safe to use?

io.github.omer907/melt-mcp-server scores 79 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.omer907/melt-mcp-server server expose?

io.github.omer907/melt-mcp-server exposes 3 tools: melt_analyze_value_vectors, melt_estimate_annual_leak, melt_request_scan. Their descriptions and schemas cost roughly 1,047 tokens of context every time the server is loaded.

Is the io.github.omer907/melt-mcp-server server still maintained?

io.github.omer907/melt-mcp-server 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.omer907/melt-mcp-server server under?

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