Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

feat: Add Stripe, HubSpot, Canva, and Calendly MCP connectors#114

Open
trenchsheikh wants to merge 2 commits into
StackOneHQ:mainfrom
trenchsheikh:feature/add-stripe-hubspot-canva-calendly-connectors
Open

feat: Add Stripe, HubSpot, Canva, and Calendly MCP connectors#114
trenchsheikh wants to merge 2 commits into
StackOneHQ:mainfrom
trenchsheikh:feature/add-stripe-hubspot-canva-calendly-connectors

Conversation

@trenchsheikh

@trenchsheikh trenchsheikh commented Aug 28, 2025

Copy link
Copy Markdown
  • Add Stripe connector with payment processing and financial tools
  • Add HubSpot connector with CRM operations and sales pipeline tools
  • Add Canva connector with design management and brand tools
  • Add Calendly connector with scheduling and automation tools
  • Update index.ts to include all new connectors
  • Include comprehensive test suites and documentation

Summary by cubic

Adds MCP connectors for Stripe, HubSpot, Canva, and Calendly to enable payments, CRM, design, and scheduling in one place. Also registers them in index.ts and includes tests and docs.

  • New Features
    • Stripe connector for payment processing and financial tools.
    • HubSpot connector for CRM operations and sales pipeline tools.
    • Canva connector for design management and brand tools.
    • Calendly connector for scheduling and automation tools.
    • Registered all connectors in index.ts; added comprehensive tests and documentation.

- Add Stripe connector with payment processing and financial tools
- Add HubSpot connector with CRM operations and sales pipeline tools
- Add Canva connector with design management and brand tools
- Add Calendly connector with scheduling and automation tools
- Update index.ts to include all new connectors
- Include comprehensive test suites and documentation

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Comment on lines +206 to +211
apiKey: {
type: 'string',
description: 'Your Canva API key',
required: true,
secret: true,
help: 'Get your API key from the Canva Developer Portal'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we use zod schemas for these

@mattzcarey mattzcarey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use zod schemas for credentials and setup. Also please add tests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants