ClipMarts

Sales Stack

HubSpot, Calendly, and email wired for CRM-driven outreach

revops teamsSDR managersfounders running outbound
$29Operator PackFor departments, agencies, and ops-heavy teams

What is Sales Stack?

MCP servers: HubSpot (contacts, deals, pipelines), Calendly (scheduling), and email (outreach). Scoped permissions for CRM read/write.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-code

Why This Product Sells

Revenue teams buy integrations when they remove coordination debt across the stack they already pay for.

Best For

  • revops teams
  • SDR managers
  • founders running outbound

Outcomes

  • sync CRM actions
  • connect calendar and outreach
  • reduce manual handoffs

Included

  • CRM connectivity
  • email and meeting stack
  • sales workflow plumbing

Before vs. After

Before

  • Fragmented tools and disconnected workflows
  • No standardized operating structure for the function
  • Senior staff stuck on low-leverage coordination work

After deploying Sales Stack

  • sync CRM actions
  • connect calendar and outreach
  • reduce manual handoffs

What's Included

  • mcp-servers.json
  • servers/hubspot/config.json
  • servers/hubspot/auth-setup.md
  • servers/hubspot/permissions.md
  • servers/calendly/config.json
  • servers/calendly/auth-setup.md
  • servers/email/config.json
  • servers/email/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": {
    "hubspot": {
      "command": "npx",
      "args": ["-y", "@mcp/hubspot-server"],
      "env": {
        "HUBSPOT_ACCESS_TOKEN": "${HUBSPOT_ACCESS_TOKEN}",
        "HUBSPOT_PORTAL_ID": "${HUBSPOT_PORTAL_ID}"
      }
    },
    "calendly": {
      "command": "npx",
      "args": ["-y", "@mcp/calendly-server"],
      "env": {
        "CALENDLY_API_KEY": "${CALENDLY_API_KEY}"
      }
    },
    "email": {
      "command": "npx",
      "args": ["-y", "@mcp/email-server"],
      "env": {
        "SMTP_HOST": "${SMTP_HOST}",
        "SMTP_USER": "${SMTP_USER}",
        "SMTP_PASS": "${SMTP_PASS}"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./sales-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 sales-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./sales-mcp-bundle/
3

Assign to an agent

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

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Sales 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 sales-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

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

Share
Files included13
Setup time10 min
Difficultyintermediate

Tags

mcphubspotcalendlyemailsalescrm