# MeltFlex AI (npm · meltflex-mcp)

AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.

- Trust score: 70/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `meltflex-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/meltflexdevs-meltflex/meltflex-mcp.md), [page](https://verifymcp.io/servers/meltflexdevs-meltflex/meltflex-mcp)

## Channel facts

- Registry: `npm`
- Package: `meltflex-mcp`
- Version: `0.2.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 268 tokens (~134/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add meltflexdevs-meltflex -- npx -y meltflex-mcp
```

### Codex

```bash
codex mcp add meltflexdevs-meltflex -- npx -y meltflex-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "meltflexdevs-meltflex": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "meltflex-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add meltflexdevs-meltflex --command npx --arg -y --arg meltflex-mcp
```

### Hermes

```yaml
mcp_servers:
  meltflexdevs-meltflex:
    command: "npx"
    args: ["-y", "meltflex-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "meltflexdevs-meltflex": {
      "command": "npx",
      "args": [
        "-y",
        "meltflex-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 70, +49)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 21, +16)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −23)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, +4)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (2)

### `generate_interior` (~241 tokens)

Generate interior design

Transform a room photo into a redesigned, photorealistic interior using MeltFlex AI. Provide a source room photo (local file path, http(s) URL, or data:image URL) and a prompt describing the desired style or changes. Optionally provide reference furniture/decor images to place specific products into the room. Costs 10 MeltFlex credits per generation. The result is saved to disk and the file path is returned.

Input parameters:

- `image` (string, required): Source room photo: a local file path, an http(s) URL, or a data:image/...;base64,... URL.
- `output_path` (string): Where to save the result image. Defaults to ./meltflex-output/interior-<timestamp>.<ext> in the current working directory.
- `prompt` (string, required): What to do to the room, e.g. "Redesign in warm Scandinavian style with light oak floors and a beige linen sofa". Room structure (walls, windows, doors) is preserved unless you say otherwise.
- `reference_images` (array): Optional furniture/decor reference images (file paths or URLs) whose exact appearance should be placed into the room.

### `check_credits` (~27 tokens)

Check MeltFlex credits

Check the current MeltFlex credit balance and the per-operation credit costs for the authenticated account.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/meltflexdevs-meltflex/meltflex-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 70
- 2026-08-01: 21
- 2026-07-31: 5
- 2026-07-30: 28
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/meltflex-mcp
- Socket report: https://socket.dev/npm/package/meltflex-mcp
- Repository: https://github.com/MeltFlexDevs/skills
- Website: https://www.meltflexai.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/meltflexdevs-meltflex/meltflex-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/meltflexdevs-meltflex/meltflex-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/meltflexdevs-meltflex/meltflex-mcp
