
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
wpgoldmine-mcp
Advanced tools
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. Powered by wpgoldmine.io.
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.
// Claude Desktop / any MCP client config
{
"mcpServers": {
"wpgoldmine": {
"command": "npx",
"args": ["-y", "wpgoldmine-mcp"]
}
}
}
list_opportunity_presetsLists 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_opportunitiesReturns 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_pluginOpportunity 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."
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" }
}
}
}
MIT
FAQs
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. Powered by wpgoldmine.io.
The npm package wpgoldmine-mcp receives a total of 53 weekly downloads. As such, wpgoldmine-mcp popularity was classified as not popular.
We found that wpgoldmine-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.