MCP Integration Reference
Multi-connector architecture

Multi-connector architecture

Recommended split

For maintainability and blast-radius control, prefer multiple downstream MCP servers rather than one monolith:

RoleExamplesNotes
UI / widgetsOpenAI Apps SDK MCP, static resource serversFrequent UI iteration; keep tools narrow
Core backendYour domain API MCPBusiness logic, persistence
IntegrationsZapier, n8n, Make MCP bridgesIsolate third-party credentials and quotas

Practices

  • Least privilege — Integration connectors should expose only the automations needed for mapped tools.
  • Failure isolation — A broken Zap should not take down core read-only tools.
  • Naming — Use clear connector and tool names in Creator so mappings stay understandable.
  • Idempotency — Automation backends may retry; design tools so repeated calls are safe or deduplicated.

See also Integration platforms.