# io.github.amitsha86/furlen-mcp (npm · furlen-mcp)

Turn a CSV or a named public dataset into an animated chart video, figures re-checked first.

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

## Components

- npm · `furlen-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/amitsha86-furlen-mcp/furlen-mcp.md), [page](https://verifymcp.io/servers/amitsha86-furlen-mcp/furlen-mcp)

## Channel facts

- Registry: `npm`
- Package: `furlen-mcp`
- Version: `0.1.3`
- 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**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 428 tokens (~142/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - 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 amitsha86-furlen-mcp -- npx -y furlen-mcp
```

### Codex

```bash
codex mcp add amitsha86-furlen-mcp -- npx -y furlen-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add amitsha86-furlen-mcp --command npx --arg -y --arg furlen-mcp
```

### Hermes

```yaml
mcp_servers:
  amitsha86-furlen-mcp:
    command: "npx"
    args: ["-y", "furlen-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "amitsha86-furlen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "furlen-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 63, +23)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 40, −10)

- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 50, +17)

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

### 2026-07-30 (score 33, −21)

- [security regression] Known CVEs: partial → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-07-29 (score 54, +52)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (3)

### `furlen_public_data` (~200 tokens)

Fetch a real public dataset by describing it in plain English — no CSV needed. Pulls from the World Bank, IMF WEO, FRED, Eurostat, UN Comtrade, WHO, and company filings (SEC EDGAR, ESEF, DART, EDINET). Returns the rows, a ready-to-use `csv` string you can pass straight to furlen_render, and provenance naming the exact indicator and source. If no connected source covers the subject it says so rather than guessing — a 422 with code 'subject_unsupported' means the data does not exist here, not that the request was malformed, so do not retry it reworded.

Input parameters:

- `prompt` (string, required): What you want, in plain English. E.g. "India GDP over the last 10 years", "compare US and China population", "Apple revenue over 6 years", "US healthy life expectancy", "India exports to the US".

### `furlen_render` (~159 tokens)

Turn CSV data into an animated, claim-verified data-story video. Runs Furlen's full pipeline (profile → insights → AI story → verification → render) and returns a render id to poll with furlen_render_status.

Input parameters:

- `audience` (string): Tone/angle for the AI copywriter (default linkedin)
- `csv` (string, required): Raw CSV text, header row first. E.g. "month,revenue\n2025-01,120000\n2025-02,145000"
- `format` (string): File format (default mp4)
- `outputFormat` (string): Aspect (default video_16_9)
- `resolution` (string): Capped by the workspace plan (default 1080p)

### `furlen_render_status` (~69 tokens)

Check a Furlen render job. Returns status (queued → running → completed | failed), progress, and a downloadUrl when completed. Renders typically take 30–90 seconds; poll every few seconds.

Input parameters:

- `renderId` (string, required): The renderId returned by furlen_render

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 40
- 2026-07-31: 50
- 2026-07-30: 33
- 2026-07-29: 54
- 2026-07-27: 2

## Links

- npm package: https://www.npmjs.com/package/furlen-mcp
- Socket report: https://socket.dev/npm/package/furlen-mcp
- Website: https://furlen.pro/developers#mcp
- Changelog RSS feed: https://verifymcp.io/servers/amitsha86-furlen-mcp/furlen-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/amitsha86-furlen-mcp/furlen-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/amitsha86-furlen-mcp/furlen-mcp
