# io.github.ryudi84/landing (npm · landing-forge-mcp)

MCP server for generating production-ready HTML landing pages.

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

## Components

- npm · `landing-forge-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/ryudi84-landing/landing-forge-mcp.md), [page](https://verifymcp.io/servers/ryudi84-landing/landing-forge-mcp)

## Channel facts

- Registry: `npm`
- Package: `landing-forge-mcp`
- Version: `1.0.2`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 158 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 292 tokens (~97/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 ryudi84-landing -- npx -y landing-forge-mcp
```

### Codex

```bash
codex mcp add ryudi84-landing -- npx -y landing-forge-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ryudi84-landing --command npx --arg -y --arg landing-forge-mcp
```

### Hermes

```yaml
mcp_servers:
  ryudi84-landing:
    command: "npx"
    args: ["-y", "landing-forge-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "ryudi84-landing": {
      "command": "npx",
      "args": [
        "-y",
        "landing-forge-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 67, +61)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 6, −15)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-31 (score 21, −25)

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

### 2026-07-30 (score 46, +22)

- [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 (3)

### `generate_landing_page` (~137 tokens)

Generate a complete, production-ready HTML landing page with responsive design, hero section, features grid, CTA, and footer. Returns a self-contained HTML document with inline CSS and no external dependencies.

Input parameters:

- `cta_text` (string): Text for the CTA button
- `cta_url` (string, required): URL for the call-to-action button
- `features` (array, required): List of feature descriptions (3-12 recommended)
- `product_name` (string, required): Name of the product or tool
- `tagline` (string, required): Short, compelling tagline or headline
- `theme` (string): Color theme: dark (default) or light

### `generate_product_card` (~107 tokens)

Generate a standalone HTML product card component with inline CSS. Perfect for embedding in landing pages, stores, or product showcases.

Input parameters:

- `badge` (string): Optional badge text (e.g. NEW, POPULAR, SALE)
- `description` (string, required): Short product description
- `name` (string, required): Product name
- `price` (string, required): Price string (e.g. $29, Free, $9/mo)
- `url` (string, required): URL the buy/action button links to

### `generate_pricing_table` (~48 tokens)

Generate a complete pricing table HTML component with multiple plan columns. Supports highlighting a recommended plan. Uses dark theme with inline CSS.

Input parameters:

- `plans` (array, required): Array of pricing plans to display

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 6
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/landing-forge-mcp
- Socket report: https://socket.dev/npm/package/landing-forge-mcp
- Repository: https://github.com/ryudi84/sovereign-mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/ryudi84-landing/landing-forge-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ryudi84-landing/landing-forge-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ryudi84-landing/landing-forge-mcp
