ClipMarts

Customer Success Stack

Intercom, ChurnZero, and Stripe connected for retention ops

$29Operator PackFor departments, agencies, and ops-heavy teams

What is Customer Success Stack?

An MCP bundle for customer success teams. Includes Intercom (conversations, contacts, tags), ChurnZero (health scores, plays, segments), and Stripe (subscriptions, invoices, payment status). Lets your agent monitor customer health, respond to tickets, and track revenue impact in one workflow.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-codecursor

What's Included

  • mcp-servers.json
  • servers/intercom/config.json
  • servers/intercom/auth-setup.md
  • servers/churnzero/config.json
  • servers/churnzero/auth-setup.md
  • servers/stripe/config.json
  • servers/stripe/auth-setup.md
  • docker-compose.yaml
  • env.example
  • scripts/setup.sh
  • scripts/test-connections.sh
  • README.md

Preview

mcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "intercom": {
      "command": "npx",
      "args": ["-y", "@mcp/intercom-server"],
      "env": {
        "INTERCOM_ACCESS_TOKEN": "${INTERCOM_ACCESS_TOKEN}",
        "INTERCOM_APP_ID": "${INTERCOM_APP_ID}"
      }
    },
    "churnzero": {
      "command": "npx",
      "args": ["-y", "@mcp/churnzero-server"],
      "env": {
        "CHURNZERO_API_KEY": "${CHURNZERO_API_KEY}",
        "CHURNZERO_APP_URL": "${CHURNZERO_APP_URL}"
      }
    },
    "stripe": {
      "command": "npx",
      "args": ["-y", "@mcp/stripe-server"],
      "env": {
        "STRIPE_SECRET_KEY": "${STRIPE_SECRET_KEY}"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./customer-success-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip customer-success-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./customer-success-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill customer-success-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Customer Success Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the customer-success-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Customer Success Stack" from the list.

Share
Files included12
Setup time10 min
Difficultyintermediate

Tags

mcpintercomchurnzerostripecustomer-successretention