{
  "markdown": "# wpgoldmine-mcp\n\nAn [MCP](https://modelcontextprotocol.io) server for finding **WordPress plugin opportunities** — large,\nestablished plugins weakened by **abandonment, low ratings, or poor support**, i.e. plugins you could\nrealistically replace or out-build. It lets AI agents (Claude, Cursor, Windsurf, etc.) query the\nWordPress.org plugin directory through the lens of \"what's a takeable market here?\"\n\nPowered by [wpgoldmine.io](https://wpgoldmine.io). All querying runs server-side, so **no local\ndatabase or scraping is required.**\n\n## Install / run\n\n```jsonc\n// Claude Desktop / any MCP client config\n{\n  \"mcpServers\": {\n    \"wpgoldmine\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"wpgoldmine-mcp\"]\n    }\n  }\n}\n```\n\n## Tools\n\n### `list_opportunity_presets`\nLists the curated opportunity angles you can pass as `preset` (e.g. `abandoned-plugins`,\n`low-rated-popular`, `beatable-niche`, `unsupported-plugins`, `high-opportunity`,\n`newest-opportunities`).\n\n### `find_plugin_opportunities`\nReturns a ranked, capped list of plugin opportunities.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| `preset` | string (optional) | A preset key. Composes with `tag`. |\n| `tag` | string (optional) | Narrow to a niche by WordPress.org tag, e.g. `seo`, `forms`, `backup`. |\n| `ecosystem` | `wordpress` \\| `woocommerce` (optional) | Defaults to `wordpress`. |\n| `min_installs` / `max_installs` | number (optional) | Active-install bounds. |\n| `max_rating` | number (optional) | Max rating on a 0–100 scale (lower = more dissatisfied users). |\n\n### `get_plugin`\nOpportunity snapshot for one plugin by slug: installs, rating, last-updated, support resolution, and\nopportunity / abandonment / monetization scores.\n\n**Example agent uses:** \"Find abandoned WordPress plugins in the forms niche I could rebuild,\" \"Which\npopular SEO plugins have the worst ratings?\", \"Give me the opportunity score for wp-super-cache.\"\n\n## Config\n\n- `WPGOLDMINE_API_KEY` — optional. A WP Goldmine account API token (from your account settings) raises\n  the result limit and unlocks extra fields. Without it, the server uses the free, capped tier.\n- `WPGOLDMINE_API_BASE` — override the API base (default `https://wpgoldmine.io`).\n\n```jsonc\n{\n  \"mcpServers\": {\n    \"wpgoldmine\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"wpgoldmine-mcp\"],\n      \"env\": { \"WPGOLDMINE_API_KEY\": \"wpg_your_token_here\" }\n    }\n  }\n}\n```\n\n## License\n\nMIT\n",
  "bytes": 2418,
  "sha": "d7f0aef78f2ee93582d499628d89fe6574b1de06bee094f76b696e86e9fad557",
  "repo_slug": "bishop81/wpgoldmine-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bishop81_wpgoldmine_mcp_c3ec3596/readme"
}