feat: Add Stripe, HubSpot, Canva, and Calendly MCP connectors#114
Open
trenchsheikh wants to merge 2 commits intoStackOneHQ:mainfrom
Open
feat: Add Stripe, HubSpot, Canva, and Calendly MCP connectors#114trenchsheikh wants to merge 2 commits intoStackOneHQ:mainfrom
trenchsheikh wants to merge 2 commits intoStackOneHQ:mainfrom
Conversation
- 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
mattzcarey
reviewed
Sep 2, 2025
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' |
Contributor
There was a problem hiding this comment.
we use zod schemas for these
mattzcarey
suggested changes
Sep 2, 2025
Contributor
mattzcarey
left a comment
There was a problem hiding this comment.
Use zod schemas for credentials and setup. Also please add tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.