Skip to content

Conversation

@trenchsheikh
Copy link

@trenchsheikh trenchsheikh commented Aug 28, 2025

  • 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
Copy link
Contributor

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

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
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

Copy link
Contributor

@mattzcarey mattzcarey left a comment

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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants