spring-ai-playground

description: Default MCP Servers - Business reference: 12 preset MCP connections with transport, auth defaults, required env, and full description per card.

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](https://cdn.simpleicons.org/stripe){ width="40" .tcg-favicon }
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](https://cdn.simpleicons.org/paypal){ width="40" .tcg-favicon }
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](https://cdn.simpleicons.org/cashapp){ width="40" .tcg-favicon }
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](https://cdn.simpleicons.org/hubspot){ width="40" .tcg-favicon }
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](https://cdn.simpleicons.org/intercom){ width="40" .tcg-favicon }
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](https://cdn.simpleicons.org/mixpanel){ width="40" .tcg-favicon }
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](https://cdn.simpleicons.org/figma){ width="40" .tcg-favicon }
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 🔐
:material-palette-outline:
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](https://cdn.simpleicons.org/webflow){ width="40" .tcg-favicon }
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](https://cdn.simpleicons.org/googlemaps){ width="40" .tcg-favicon }
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) 🛠
:material-graph-outline:
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 🛠
:material-thought-bubble-outline:
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 { #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:

Auth & secrets { #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 { #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