Give your agent your whole membership back office
Connect NextWave to the AI tool you already use — and let it manage members, check-ins, and redemptions on your own WordPress site.
Self-hosted — bring your own site
You need two things: your WordPress site URL and a WordPress Application Password. There's no central key and no waitlist — see Authentication to create one in under a minute.
Install
Add the NextWave MCP server in one command, then install the agent skill.
1. Add the MCP server
bash
$ claude mcp add nextwave \$ -e WORDPRESS_SITE_URL=https://members.example.com \$ -e WORDPRESS_USERNAME=jane@example.com \$ -e WORDPRESS_APP_PASSWORD="xxxx xxxx xxxx xxxx xxxx xxxx" \$ -- npx -y @island-pitch/nextwave-mcp2. Install the agent skill
bash
$ npx @island-pitch/nextwave-skillsRestart Claude Code, then ask it to "list NextWave members".
CLI
The nwp binary for terminals and scripts, with JSON or table output.
MCP server
Drops every NextWave tool into any MCP-compatible agent in one config block.
Skill
A packaged skill that teaches your agent the membership model and command surface.
Every privileged operation is gated by the connected user's WordPress capabilities — an agent can only ever do what that user can. That's how we Do Cool Things the Right Way!®