# io.github.AungMyoKyaw/betterprompt-mcp (npm · betterprompt-mcp)

MCP server for AI-enhanced prompt engineering and request conversion.

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

## Components

- npm · `betterprompt-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/aungmyokyaw-betterprompt-mcp/betterprompt-mcp.md), [page](https://verifymcp.io/servers/aungmyokyaw-betterprompt-mcp/betterprompt-mcp)

## Channel facts

- Registry: `npm`
- Package: `betterprompt-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**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.18.0, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (90 of 94), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 44/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 319 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 264 tokens (~37/item across 7 items; 7 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add aungmyokyaw-betterprompt-mcp -- npx -y betterprompt-mcp
```

### Codex

```bash
codex mcp add aungmyokyaw-betterprompt-mcp -- npx -y betterprompt-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add aungmyokyaw-betterprompt-mcp --command npx --arg -y --arg betterprompt-mcp
```

### Hermes

```yaml
mcp_servers:
  aungmyokyaw-betterprompt-mcp:
    command: "npx"
    args: ["-y", "betterprompt-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "aungmyokyaw-betterprompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "betterprompt-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 62, +57)

- [security regression] CVE-2026-25536 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-0621 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 5, −30)

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

### 2026-07-31 (score 35, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (7)

### `enhance-prompt` (~55 tokens)

Enhance Prompt

Converts user requests to AI-enhanced prompts using world-class prompt engineering techniques

Input parameters:

- `category` (string): The category of enhancement to apply
- `prompt` (string, required): The user request to convert to an AI-enhanced prompt

### `enhance-code-prompt` (~61 tokens)

Enhance Code Generation Prompt

Specialized tool for enhancing prompts related to code generation, debugging, and software development

Input parameters:

- `complexity` (string): Target complexity level
- `language` (string): Programming language or technology stack
- `prompt` (string, required): The code-related request to enhance

### `enhance-analysis-prompt` (~62 tokens)

Enhance Analysis Prompt

Specialized tool for enhancing prompts related to technical analysis, research, and problem-solving

Input parameters:

- `depth` (string): Desired depth of analysis
- `domain` (string): Specific domain or field of analysis
- `prompt` (string, required): The analysis request to enhance

### `get-template` (~28 tokens)

Get Prompt Template

Retrieve a specific prompt engineering template by category

Input parameters:

- `category` (string, required): Template category to retrieve

### `get-best-practices` (~20 tokens)

Get Best Practices Guide

Retrieve the comprehensive prompt engineering best practices guide

### `server-stats` (~17 tokens)

Server Statistics

Get server performance statistics and cache information

### `clear-cache` (~21 tokens)

Clear Enhancement Cache

Clear the prompt enhancement cache to free memory or force fresh enhancements

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 5
- 2026-07-31: 35
- 2026-07-30: 53
- 2026-07-28: 53
- 2026-07-27: 53

## Links

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