wpgoldmine-mcp
MCP server for finding WordPress plugin opportunities — abandoned, low-rated, or poorly-supported plugins you could replace. Powered by wpgoldmine.io.
Documentation
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.
| 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`).
{
"mcpServers": {
"wpgoldmine": {
"command": "npx",
"args": ["-y", "wpgoldmine-mcp"],
"env": { "WPGOLDMINE_API_KEY": "wpg_your_token_here" }
}
}
}License
MIT
Frequently asked questions
What is wpgoldmine-mcp?
wpgoldmine-mcp is MCP server for finding WordPress plugin opportunities — abandoned, low-rated, or poorly-supported plugins you could replace. Powered by wpgoldmine.io.
How do I install wpgoldmine-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is wpgoldmine-mcp open source?
Yes — it is hosted on GitHub at https://github.com/Bishop81/wpgoldmine-mcp.
Related MCP tools
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP