wpgoldmine-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WPGOLDMINE_API_BASE | No | Override the API base URL (default: https://wpgoldmine.io) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_opportunity_presetsA | List the named opportunity presets (e.g. abandoned-plugins, low-rated-popular, beatable-niche) you can pass to find_plugin_opportunities. Each preset is a curated query over the WordPress.org plugin directory for commercially takeable plugins. Powered by wpgoldmine.io. |
| find_plugin_opportunitiesA | Find WordPress (or WooCommerce) plugins that are commercial opportunities — large, established user bases paired with abandonment, low ratings, or poor support, i.e. plugins you could realistically replace or out-build. Use a |
| get_pluginA | Get the opportunity snapshot for one plugin by its WordPress.org slug: installs, rating, last-updated, support resolution, and opportunity/abandonment/monetization scores. Powered by wpgoldmine.io. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: finding opportunities, getting details for a single plugin, and listing presets. There is no overlap, and descriptions clearly differentiate them.
All tool names use snake_case with a verb_noun pattern (find, get, list) and are consistent in style and structure.
With only 3 tools, the set is minimal but appropriate for the niche domain of discovering plugin opportunities. The core functionality (discover, detail, preset list) is covered without unnecessary bloat.
The tools provide a complete workflow for the declared purpose: listing presets, finding opportunities using those presets or custom criteria, and retrieving detailed info on a specific plugin. No obvious gaps for discovery.