{ "name": "wpagent-mcp", "version": "1.1.4", "mcpName": "dev.wpagent/wpagent-mcp", "description": "MCP server for WordPress and WooCommerce: let Claude, or any MCP client, read and manage your WordPress site through a signed REST API.", "keywords": [ "mcp", "model-context-protocol", "wordpress", "woocommerce", "claude", "ai", "wp-cli", "elementor" ], "homepage": "https://wpagent.dev", "repository": { "type": "git", "url": "git+https://github.com/THE-KIPDEV/wpagent-mcp.git" }, "bugs": { "url": "https://github.com/THE-KIPDEV/wpagent-mcp/issues" }, "author": "KipDev (Yohann Kipfer)", "license": "MIT", "main": "dist/index.js", "bin": { "wpagent-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" }, "publishConfig": { "access": "public" } }