Skip to content

sync connector docs from prod + setup guides for Dropbox MCP, You.com, ZoomInfo#740

Closed
Pranesh-Raghu wants to merge 5 commits into
mainfrom
chore/sync-connector-backlog-jun2026
Closed

sync connector docs from prod + setup guides for Dropbox MCP, You.com, ZoomInfo#740
Pranesh-Raghu wants to merge 5 commits into
mainfrom
chore/sync-connector-backlog-jun2026

Conversation

@Pranesh-Raghu

@Pranesh-Raghu Pranesh-Raghu commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Synced 8 new connector pages from prod: dropboxmcp, mailerlitemcp, mixmaxmcp, neonmcp, nocodbmcp, pandadocmcp, zoominfo, updated catalog
  • Added setup guide for Dropbox MCP (_setup-dropboxmcp.mdx) — 3-step OAuth app creation with screenshots (DBX Platform page, create app form, credentials page with App key blurred)
  • Added setup guide for You.com MCP (_setup-youmcp.mdx) — API key setup guide with you.platform screenshot
  • Added setup guide for ZoomInfo (_setup-zoominfo.mdx) — OAuth app creation guide with DevPortal screenshot

Preview

https://deploy-preview-{PR_NUMBER}--scalekit-starlight.netlify.app/agentkit/connectors/dropboxmcp/

Summary by CodeRabbit

Release Notes

  • Documentation

    • Added comprehensive setup guides and documentation pages for 13 new agent connectors including Slack MCP, Dropbox MCP, You.com MCP, ZoomInfo, Era Context MCP, Mailerlite MCP, Mixmax MCP, Neon MCP, NocoDB MCP, Pandadoc MCP, Plain MCP, Pylon MCP, and Stripe MCP
    • Added common workflows examples for Slack MCP
    • Updated GitHub MCP documentation
  • Data & Configuration

    • Added tool definitions and operation registries for all new connectors
    • Updated Slack MCP connector capabilities
    • Updated HubSpot connector with additional tools

…prove slackmcp setup

- Add pylonmcp, slackmcp, stripemcp, youmcp connector pages
- Update tool data for 40+ connectors including hubspot (108 tools)
- slackmcp: add MCP dashboard setup step with screenshot
- slackmcp: add capability bullets and common workflows section
- slackmcp: use slackmcp_slack_read_channel as quickstart tool
…ata for 40+ connectors

- Add eracontextmcp and plainmcp connector pages (new)
- Update tool data (.ts files) for 40+ connectors with latest tool definitions
- Regenerate catalog.ts (140 providers, 4211 tools total)
….com MCP, ZoomInfo

- synced 8 new connector pages (dropboxmcp, mailerlitemcp, mixmaxmcp, neonmcp,
  nocodbmcp, pandadocmcp, zoominfo + updated catalog) from prod API
- added _setup-dropboxmcp.mdx: 3-step OAuth app creation guide with screenshots
  (DBX Platform page, app creation form, credentials page with App key blurred)
- added _setup-youmcp.mdx: API key setup guide with you.platform screenshot
- added _setup-zoominfo.mdx: OAuth app creation guide with DevPortal screenshot
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

An error occurred during the review process. Please try again later.

Walkthrough

This PR introduces comprehensive documentation, setup templates, and tool registries for 13 new agent connectors (Slack MCP, Dropbox MCP, You.com MCP, ZoomInfo, Era Context, Stripe, Neon, NocoDB, Pandadoc, MailerLite, Mixmax, Plain, and Pylon), updates the shared template export infrastructure, expands the HubSpot connector with list management and workflow tools, and normalizes capability metadata encoding.

Changes

Agent Connector Expansion

Layer / File(s) Summary
Template Export Infrastructure
src/components/templates/agent-connectors/index.ts
Template module re-exports new setup sections for Slack MCP, Dropbox MCP, You.com MCP, and Zoominfo, plus Slack MCP common-workflows after-setup component.
Slack MCP Connector Suite
src/components/templates/agent-connectors/_setup-slackmcp.mdx, _section-after-setup-slackmcp-common-workflows.mdx, src/content/docs/agentkit/connectors/slackmcp.mdx, src/data/agent-connectors/slackmcp.ts, src/data/agent-connectors/capabilities.json
Slack MCP setup guide with Model Context Protocol enablement, common-workflows example showing Slack read-channel tool invocation via Scalekit, full connector documentation with quickstart, and comprehensive tool registry covering reactions, canvases, conversations, messages, scheduling, and search operations.
OAuth/MCP Connector Suite
src/components/templates/agent-connectors/_setup-dropboxmcp.mdx, _setup-youmcp.mdx, _setup-zoominfo.mdx, src/content/docs/agentkit/connectors/dropboxmcp.mdx, youmcp.mdx, zoominfo.mdx, src/data/agent-connectors/dropboxmcp.ts, youmcp.ts, zoominfo.ts
Setup templates and documentation for Dropbox (file/folder operations, shared links, search), You.com (URL content extraction, research, web/news search), and ZoomInfo (company/contact enrichment, intent signals, audience management) with full tool registries and OAuth parameter schemas.
Comprehensive Tool Registries
src/data/agent-connectors/eracontextmcp.ts, pylonmcp.ts, plainmcp.ts, mailerlitemcp.ts, neonmcp.ts
Large declarative tool registries: Era Context covers accounts, billing, insights, transactions with extensive filtering; Pylon covers full resource CRUD and search; Plain covers threads, customers, tenants, help center; MailerLite covers subscribers, automations, campaigns, segments; Neon covers database operations, schema, migrations, provisioning.
MCP/General Connectors with Docs and Tools
src/content/docs/agentkit/connectors/stripemcp.mdx, nocodbmcp.mdx, pandadocmcp.mdx, mixmaxmcp.mdx, neonmcp.mdx, plainmcp.mdx, pylonmcp.mdx, eracontextmcp.mdx, mailerlitemcp.mdx, githubmcp.mdx (partial), src/data/agent-connectors/stripemcp.ts, nocodbmcp.ts, pandadocmcp.ts, mixmaxmcp.ts
Documentation pages and tool registries for Stripe (payments, subscriptions, disputes), NocoDB (record CRUD, tables, schema), Pandadoc (documents, templates, signatures), and Mixmax (meetings, sequences, account info). GitHub MCP documentation updated to explicitly reference "GitHub MCP credentials" in Scalekit registration.
HubSpot Tool Expansion
src/data/agent-connectors/hubspot.ts
Adds list-management tools (create, delete, update filters, membership), product-update tool, enhanced quote-create/update with currency and properties, and comprehensive workflow tools (create, update, delete, list v3, email campaigns) with optimization locking via revisionId.
Catalog and Metadata Updates
src/data/agent-connectors/capabilities.json, catalog.ts
JSON-escaped em-dashes (\u2014) normalized in existing connector capability strings; Slack MCP capabilities added (send, read, search, canvases, react, schedule); catalog.ts provider metadata literal formatting updated without structural change.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

Suggested reviewers

  • ravibits
  • saif-at-scalekit
  • amitash1912
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/sync-connector-backlog-jun2026
  • 🛠️ fix frontmatter
  • 🛠️ fix internal links

Warning

Tools execution failed with the following error:

Failed to run tools: 13 INTERNAL: Received RST_STREAM with code 2 (Internal server error)


Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify

netlify Bot commented Jun 10, 2026

Copy link
Copy Markdown

Deploy Preview for scalekit-starlight ready!

Name Link
🔨 Latest commit 572e9d6
🔍 Latest deploy log https://app.netlify.com/projects/scalekit-starlight/deploys/6a2967a3e3bb92000842f423
😎 Deploy Preview https://deploy-preview-740--scalekit-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@Pranesh-Raghu

Copy link
Copy Markdown
Collaborator Author

Superseded by PR #741 — rebased cleanly on main

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.

1 participant