Customer Success Stack
Intercom, ChurnZero, and Stripe connected for retention ops
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.
10 min
Intermediate
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
{
"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
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip customer-success-mcp-bundle.zipImport the skill
paperclipai skill import --from ./customer-success-mcp-bundle/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
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the customer-success-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Customer Success Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging