Back to Browse

Wpgoldmine MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.2
Moderate6.2Moderate Risk

This MCP server is well-structured with proper authentication handling, clean code patterns, and appropriate permissions scoped to its purpose. The server makes authenticated HTTP requests to a third-party API (wpgoldmine.io) to provide WordPress plugin market research tools. One minor information-level finding regarding error message exposure, but overall no security concerns. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

6 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional WP Goldmine account token. Raises the result limit and unlocks extra fields.Required

Environment variable: WPGOLDMINE_API_KEY

Override the API base. Defaults to https://wpgoldmine.io.Optional

Environment variable: WPGOLDMINE_API_BASE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-bishop81-wpgoldmine-mcp": {
      "env": {
        "WPGOLDMINE_API_KEY": "your-wpgoldmine-api-key-here",
        "WPGOLDMINE_API_BASE": "your-wpgoldmine-api-base-here"
      },
      "args": [
        "-y",
        "wpgoldmine-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

wpgoldmine-mcp

An MCP 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. All querying runs server-side, so no local database or scraping is required.

Install / run

// 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.

ParamTypeDescription
presetstring (optional)A preset key. Composes with tag.
tagstring (optional)Narrow to a niche by WordPress.org tag, e.g. seo, forms, backup.
ecosystemwordpress | woocommerce (optional)Defaults to wordpress.
min_installs / max_installsnumber (optional)Active-install bounds.
max_ratingnumber (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).
{
  "mcpServers": {
    "wpgoldmine": {
      "command": "npx",
      "args": ["-y", "wpgoldmine-mcp"],
      "env": { "WPGOLDMINE_API_KEY": "wpg_your_token_here" }
    }
  }
}

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Wpgoldmine MCP Server - Find WordPress plugin opportunities: abandoned, low-rated, | MCP Marketplace