{ "name": "wpgoldmine-mcp", "version": "0.1.1", "mcpName": "io.github.Bishop81/wpgoldmine-mcp", "description": "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.", "license": "MIT", "type": "module", "bin": { "wpgoldmine-mcp": "src/index.js" }, "files": [ "src", "README.md" ], "scripts": { "start": "node src/index.js", "smoke": "node src/smoke.js" }, "keywords": [ "mcp", "model-context-protocol", "wordpress", "woocommerce", "plugins", "saas-ideas", "market-research", "indie-hackers" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "homepage": "https://wpgoldmine.io", "repository": { "type": "git", "url": "git+https://github.com/Bishop81/wpgoldmine-mcp.git" } }