Skip to content

Default MCP Servers - Business

Payments, CRM, customer analytics, design, mapping, plus two community stdio utility servers (Memory, Sequential Thinking) from modelcontextprotocol/servers. Remote entries are all OAuth 2.1; stdio entries need only Node.js on the host. Memory (Knowledge Graph) keeps state in a local JSON file - overridable via MEMORY_FILE_PATH.

Entries (12)

Click any card to expand the full spec inline - transport (Streamable HTTP / STDIO), authentication shape (OAuth 2.1 / API key / Bearer / none), required environment variables, vendor URL or stdio command, and the upstream docs link.

Stripe 🔐

Stripe

finance · global ga L2

Manage Stripe payments, customers, subscriptions, invoices, refunds, product catalogue, and Connect. OAuth.

Vendor   Stripe · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
PayPal 🔐

PayPal

finance · global ga L2

Manage PayPal orders, refunds, payouts, subscriptions, and invoicing through PayPal's official OAuth MCP (SSE).

Vendor   PayPal · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Square 🔐

Block

finance · global · beta beta L2

Square payments, catalogue, inventory, customers, and orders across locations. Beta program from Block.

Vendor   Block · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
HubSpot 🔐

HubSpot

crm · global ga L2

HubSpot CRM contacts, companies, deals, pipelines, lists, and engagements. OAuth 2.1 + PKCE.

Vendor   HubSpot · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Intercom 🔐

Intercom

crm · us ga L2

Intercom conversations, contacts, tags, segments, and help-centre articles. US workspace region only.

Vendor   Intercom · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Mixpanel 🔐

Mixpanel

crm · global ga L2

Run Mixpanel product analytics queries - events, funnels, retention, cohorts, and user properties. OAuth.

Vendor   Mixpanel · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Figma 🔐

Figma

design · global ga L2

Browse Figma files, frames, components, styles, comments, and design system tokens. OAuth.

Vendor   Figma · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Canva 🔐

design · global ga L2

Manage Canva designs, brand kits, folders, templates, and assets through the official Canva Connect MCP.

Vendor   Canva · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Webflow 🔐

Webflow

design · global ga L2

Manage Webflow sites, CMS collections, items, and form submissions via OAuth (SSE).

Vendor   Webflow · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Google Maps Grounding 🔐

Google Maps Grounding

util · global · geo ga L2

Google Maps Places, Directions, Distance Matrix, Geocoding, and Street View for grounding LLM responses with real-world geo data.

Vendor   Google · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Memory (Knowledge Graph) 🛠

util · global · community ga L3

[macOS] Persistent knowledge graph for cross-session memory - entities, relations, and observations in a local JSON file. The activated form is pre-filled to run: npx -y...

Vendor   modelcontextprotocol/servers · T2 community

Auth        STDIO

Click for transport · auth · required env · description · docs
Sequential Thinking 🛠

util · global · community ga L3

[macOS] Structured step-by-step reasoning helper - logs intermediate thoughts to the server for review, revision, or branching. The activated form is pre-filled to run: npx -y...

Vendor   modelcontextprotocol/servers · T2 community

Auth        STDIO

Click for transport · auth · required env · description · docs

Workflow combinations

12 entries spanning payments, CRM, customer analytics, design, mapping, plus two community stdio utility servers. The combinations are domain-specific rather than cross-cutting:

  • Customer journey - Stripe (payments) + HubSpot (CRM) + Intercom (support chat) + Mixpanel (product analytics). The agent can trace a single customer from payment to support thread in one turn.
  • Payment provider mix - Stripe + PayPal + Square (Block). Useful when you accept all three rails and need a unified view of a single order's payment status.
  • Design → publish - Figma (source) + Webflow (target) + Canva (post-graphics). The agent can lift a Figma component, render a publish-ready variant in Canva, and push it through Webflow.
  • Local memory + reasoning aid - Memory (Knowledge Graph) (stdio) + Sequential Thinking (stdio). Two community servers that turn any agent loop into one that remembers previous turns and can spell out its reasoning steps. Override MEMORY_FILE_PATH to use the same JSON store across sessions.
  • Location-aware answers - Google Maps Grounding. Pairs well with anything from the Productivity page (e.g. "schedule a coffee meeting nearer the customer's office").

Auth & secrets

Connection Auth Extra env
Stripe Stripe OAuth -
PayPal PayPal OAuth -
Square (Block) Block OAuth (beta) -
HubSpot HubSpot OAuth -
Intercom Intercom OAuth (US tag - separate EU instance if needed) -
Mixpanel Mixpanel OAuth -
Figma Figma OAuth -
Canva Canva OAuth -
Webflow Webflow OAuth -
Google Maps Grounding https://accounts.google.com -
Memory (Knowledge Graph) (stdio) None Node.js 18+; optional MEMORY_FILE_PATH for persistent store
Sequential Thinking (stdio) None Node.js 18+

Picking guide

If you need... Reach for
Payments status / refunds Stripe (primary) · PayPal · Square
CRM record lookup HubSpot
Support-thread / NPS context Intercom
Product-event analytics Mixpanel
Design source of truth Figma
Marketing-graphics generation Canva
Static / CMS publishing Webflow
Maps + addresses Google Maps Grounding
Cross-session memory in any agent loop Memory (Knowledge Graph) stdio
Step-by-step reasoning surface Sequential Thinking stdio