Server data from the Official MCP Registry
Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.
Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.
This MCP server is well-designed with strong security fundamentals. It implements proper input validation using Zod, has no hardcoded credentials, and delegates all computation to a remote API to avoid local data processing risks. The server has appropriate error handling and respects HTTP standards (timeouts, rate-limiting). Minor code quality observations exist but do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
6 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: WPGOLDMINE_API_BASE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-bishop81-wpgoldmine-mcp": {
"env": {
"WPGOLDMINE_API_BASE": "your-wpgoldmine-api-base-here"
},
"args": [
"-y",
"wpgoldmine-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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_BASE — override the API base (default https://wpgoldmine.io).MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.