# Wpgoldmine Mcp

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-bishop81-wpgoldmine-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Bishop81](https://agentstack.voostack.com/s/bishop81)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Bishop81](https://github.com/Bishop81)
- **Source:** https://github.com/Bishop81/wpgoldmine-mcp

## Install

```sh
agentstack add mcp-bishop81-wpgoldmine-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# wpgoldmine-mcp

An [MCP](https://modelcontextprotocol.io) server for finding **WordPress plugin opportunities** — large,
established plugins weakened by **abandonment, low ratings, or poor support**, i.e. plugins you could
realistically replace or out-build. It lets AI agents (Claude, Cursor, Windsurf, etc.) query the
WordPress.org plugin directory through the lens of "what's a takeable market here?"

Powered by [wpgoldmine.io](https://wpgoldmine.io). All querying runs server-side, so **no local
database or scraping is required.**

## Install / run

```jsonc
// Claude Desktop / any MCP client config
{
  "mcpServers": {
    "wpgoldmine": {
      "command": "npx",
      "args": ["-y", "wpgoldmine-mcp"]
    }
  }
}
```

## Tools

### `list_opportunity_presets`
Lists the curated opportunity angles you can pass as `preset` (e.g. `abandoned-plugins`,
`low-rated-popular`, `beatable-niche`, `unsupported-plugins`, `high-opportunity`,
`newest-opportunities`).

### `find_plugin_opportunities`
Returns a ranked, capped list of plugin opportunities.

| Param | Type | Description |
| --- | --- | --- |
| `preset` | string (optional) | A preset key. Composes with `tag`. |
| `tag` | string (optional) | Narrow to a niche by WordPress.org tag, e.g. `seo`, `forms`, `backup`. |
| `ecosystem` | `wordpress` \| `woocommerce` (optional) | Defaults to `wordpress`. |
| `min_installs` / `max_installs` | number (optional) | Active-install bounds. |
| `max_rating` | number (optional) | Max rating on a 0–100 scale (lower = more dissatisfied users). |

### `get_plugin`
Opportunity snapshot for one plugin by slug: installs, rating, last-updated, support resolution, and
opportunity / abandonment / monetization scores.

**Example agent uses:** "Find abandoned WordPress plugins in the forms niche I could rebuild," "Which
popular SEO plugins have the worst ratings?", "Give me the opportunity score for wp-super-cache."

## Config

- `WPGOLDMINE_API_KEY` — optional. A WP Goldmine account API token (from your account settings) raises
  the result limit and unlocks extra fields. Without it, the server uses the free, capped tier.
- `WPGOLDMINE_API_BASE` — override the API base (default `https://wpgoldmine.io`).

```jsonc
{
  "mcpServers": {
    "wpgoldmine": {
      "command": "npx",
      "args": ["-y", "wpgoldmine-mcp"],
      "env": { "WPGOLDMINE_API_KEY": "wpg_your_token_here" }
    }
  }
}
```

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Bishop81](https://github.com/Bishop81)
- **Source:** [Bishop81/wpgoldmine-mcp](https://github.com/Bishop81/wpgoldmine-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-bishop81-wpgoldmine-mcp
- Seller: https://agentstack.voostack.com/s/bishop81
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
