BusinessMCP
All docs

Managed connectors: connect once, tools everywhere

6 min read

How BusinessMCP turns your connected tools into namespaced agent tools — the OAuth and API-key catalog (GitHub, Search Console, Slack, Stripe, Shopify, Zendesk, HubSpot and more), tiers, and how tokens stay server-side.

How connectors work

Connect a provider once — with OAuth or an API key — and BusinessMCP exposes it as a set of namespaced agent tools. github_read_file, gsc_query, slack_post_message, shopify_recent_orders, zendesk_recent_tickets — each is discoverable and callable by the Assistant, by any external agent on your MCP endpoint, and by the CLI. You write no integration code; we handle auth, schemas and dispatch.

The catalog

Open Connections to browse the catalog by category. Highlights:

  • Code & ops — GitHub (read + PR writes), GitLab, Vercel, Sentry, Linear, Notion, Airtable.
  • Revenue — Stripe (via its hosted MCP server), PayPal.
  • E-commerce & support — Shopify, Zendesk, Intercom.
  • CRM & sales — HubSpot, Pipedrive, Calendly.
  • Marketing & analytics — Search Console, Mailchimp, Klaviyo, PostHog, Plausible, DataForSEO.
  • Messaging — Slack (read + post), Resend (email).
  • Social & ads — X, LinkedIn, TikTok, YouTube, Instagram, Facebook, Meta Ads, Google Ads (one-click white-label OAuth).
  • Enrichment — IPinfo, People Data Labs, and more.

New providers are added continuously; a few (Salesforce, Xero, QuickBooks, GA4, Google Calendar) are OAuth-only and marked "connect coming soon."

Required, recommended, supplementary

The catalog is tiered. Required is just the tracking script. Recommended are high-value first-party integrations (Stripe, GitHub, Search Console, the social/ads set, enrichment). Supplementary is the long tail — connect what you actually use. Onboarding recommends connectors based on your goals.

Where tokens live

Credentials are stored server-side in a per-workspace vault with deny-all row-level security. The agent calls the tool; the token is injected at execution and never returned to the model. Output is additionally scrubbed by the caller's access policy, so a scoped key can be blocked from revenue or PII even on a connector that returns it.

Custom & external MCP servers

Already run an MCP server, or want to connect one of the thousands that exist? BusinessMCP acts as a gateway: attach any external MCP server by URL and it becomes reachable through your one endpoint. See Connect a custom MCP server.

Frequently asked questions

Where are my API keys and OAuth tokens stored?

Server-side, encrypted in a per-workspace vault with deny-all row-level security. Agents call the tool; they never see the credential. You can revoke any connection at any time.

Do connectors change my dashboard analytics?

No. Connectors are tool-layer only — they give the Assistant, your MCP endpoint and the CLI new tools to call. They do not alter your first-party analytics, reports or KPIs, which come from the tracking script.

Keep going

Turn your company into one AI-ready data platform on a single hosted MCP endpoint.