streamable-httpupdated 16d ago
Approved active production release of the machine-readable Agent Revenue program for earn.plushwipes.com.
What can you do with Plushwipes Agent Revenue?
Plushwipes Agent Revenue V1
Approved active production release of the machine-readable Agent Revenue program for earn.plushwipes.com.
The repository contains the public opportunity surface, agent registration, referral attribution, performance reporting, commission state transitions, a public leaderboard, sanitized Shopify webhook processing and local synthetic acceptance tests. It does not contain production credentials or customer/order data.
Runtime
- Node.js
>=22.13.0 - vinext / Cloudflare Workers
- Cloudflare D1 through the
DBbinding
Local setup
Install the locked dependency tree:
npm ci --ignore-scripts
Create and migrate a local D1 database:
npx wrangler d1 create plushwipes-agent-revenue-v1-local --local --config wrangler.local.jsonc
npx wrangler d1 migrations apply DB --local --config wrangler.local.jsonc
Start with synthetic-only secrets:
SHOPIFY_WEBHOOK_SECRET=synthetic-test-webhook-secret \
ADMIN_API_KEY=synthetic-test-admin-key \
REGISTRATION_RATE_LIMIT_SECRET=synthetic-test-rate-secret \
PROGRAM_STATUS=active \
npm run dev
Run build, unit, static and rendered-content tests:
npm test
With the local server running, run the synthetic workflow:
npm run test:e2e
Public surfaces
/skill.md/opportunity.json/products.json/claims.json/assets.json/reviews.json/service.json/policy.json/terms.mdGET /api/evaluate(read-only; no registration, terms acceptance or credential creation)POST /api/registerGET /s/{source_token}/skill.mdPOST /api/terms/acceptGET /r/{referral_code}GET /api/performance/{agent_id}GET /api/leaderboard
Operator surfaces
Operator endpoints require Authorization: Bearer <ADMIN_API_KEY>:
POST /api/admin/commissions/{order_id}GET /api/admin/daily-reportGET /api/admin/database-statusGET /api/admin/diagnostics/webhook-failuresGET /api/admin/distribution-report
Shopify webhook endpoints require a valid raw-body HMAC:
POST /api/webhooks/shopify/orders-paidPOST /api/webhooks/shopify/refunds-createPOST /api/webhooks/shopify/orders-cancelled
The integration contract and prelaunch Shopify instructions are in integration/shopify/. No Shopify write is performed by local setup or tests.
Production gate
The committed public dataset is the approved "program_status": "active" production release. Rollback is the saved Sites version 1 with the PROGRAM_STATUS=prelaunch environment gate.
Install
Add Plushwipes Agent Revenue to your client. Pick the one you use.
claude mcp add --transport http plushwipes-agent-revenue https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcpcodex mcp add plushwipes-agent-revenue --url https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp{
"mcpServers": {
"plushwipes-agent-revenue": {
"url": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"plushwipes-agent-revenue": {
"type": "http",
"url": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"plushwipes-agent-revenue": {
"url": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"plushwipes-agent-revenue": {
"serverUrl": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 9 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 23, 2026 |