# io.github.Bishop81/wpgoldmine-mcp (npm · wpgoldmine-mcp)

Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.

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

## Components

- npm · `wpgoldmine-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/bishop81-wpgoldmine-mcp/wpgoldmine-mcp.md), [page](https://verifymcp.io/servers/bishop81-wpgoldmine-mcp/wpgoldmine-mcp)

## Channel facts

- Registry: `npm`
- Package: `wpgoldmine-mcp`
- Version: `0.1.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 36 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 392 tokens (~130/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add bishop81-wpgoldmine-mcp -- npx -y wpgoldmine-mcp
```

### Codex

```bash
codex mcp add bishop81-wpgoldmine-mcp -- npx -y wpgoldmine-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add bishop81-wpgoldmine-mcp --command npx --arg -y --arg wpgoldmine-mcp
```

### Hermes

```yaml
mcp_servers:
  bishop81-wpgoldmine-mcp:
    command: "npx"
    args: ["-y", "wpgoldmine-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "bishop81-wpgoldmine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wpgoldmine-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 66, +40)

- [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: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [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 26, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

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

- [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, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (3)

### `list_opportunity_presets` (~70 tokens)

List plugin opportunity presets

List the named opportunity presets (e.g. abandoned-plugins, low-rated-popular, beatable-niche) you can pass to find_plugin_opportunities. Each preset is a curated query over the WordPress.org plugin directory for commercially takeable plugins. Powered by wpgoldmine.io.

### `find_plugin_opportunities` (~250 tokens)

Find WordPress plugin opportunities

Find WordPress (or WooCommerce) plugins that are commercial opportunities — large, established user bases paired with abandonment, low ratings, or poor support, i.e. plugins you could realistically replace or out-build. Use a `preset` for a curated angle, and/or narrow by `tag` (niche), install range, and max rating. Returns a ranked, capped list with opportunity scores. Powered by wpgoldmine.io.

Input parameters:

- `ecosystem` (string): Which catalog to search. Defaults to wordpress.
- `limit` (integer): Max results. Requires WPGOLDMINE_API_KEY; the free tier is capped at 10.
- `max_installs` (integer): Maximum active installs (exclusive).
- `max_rating` (number): Maximum rating on a 0-100 scale (lower = more dissatisfied users).
- `min_installs` (integer): Minimum active installs.
- `preset` (string): A preset key from list_opportunity_presets (e.g. "abandoned-plugins"). Composes with `tag`.
- `tag` (string): Narrow to a niche by WordPress.org tag/slug, e.g. "seo", "forms", "backup".

### `get_plugin` (~72 tokens)

Get plugin opportunity detail

Get the opportunity snapshot for one plugin by its WordPress.org slug: installs, rating, last-updated, support resolution, and opportunity/abandonment/monetization scores. Powered by wpgoldmine.io.

Input parameters:

- `slug` (string, required): The plugin slug, e.g. "easy-google-fonts".

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 26
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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