Skip to content

Integration Patterns and Workflows

A compilation of practical workflow patterns that combine multiple MCPs, Skills, and sub-agents.

About This Document

MCPs demonstrate their true value when combined rather than used individually. This document organizes nine types of integration patterns that have proven effective in practice, grouping related patterns to show how they progressively build upon each other.

For example, to achieve the goal of "creating high-quality Japanese translations of RFCs," we can establish a workflow of deepl-mcp (translation) → xcomet-mcp-server (quality evaluation) → re-translation as needed, achieving equivalent or better quality at less than 1/100th of traditional translation costs. This document accumulates such practical knowledge as patterns.

Workflow Pattern Overview

The following mindmap organizes the available workflow patterns by their primary use case domains:

Pattern Groups

Each pattern is grouped with related patterns, organized as progressively evolving workflows.

Translation Workflows

Translation pipelines centered on DeepL + xCOMET. Progresses from basic translation through large-scale batch processing to glossary-integrated strict translation.

PatternOverviewPrimary MCPsStatus
Pattern 1: Technical Document TranslationBasic DeepL + xCOMET translation flowdeepl + xcomet✅ Verified
Pattern 2: Large-Scale TranslationEfficient batch processing for large volumesdeepl + xcomet✅ Verified
Pattern 9: Glossary-Integrated TranslationTerminology-consistent translation via glossarypdf-spec + deepl + xcomet✅ Verified

Details: Translation Workflows

Specification Reference & Verification Workflows

From structural understanding of RFC specifications to automatic implementation checklist generation, supporting specification-compliant development.

PatternOverviewPrimary MCPsStatus
Pattern 3: RFC Specification VerificationStructured understanding and implementation verificationrfcxml (+w3c)✅ Verified
Pattern 5: Checklist GenerationAutomatic implementation checklist from specificationsrfcxml✅ Verified

Details: Specification Reference & Verification Workflows

Compliance Workflows

Clarifying the correspondence between legal requirements and technical specifications, systematically managing compliance.

PatternOverviewPrimary MCPsStatus
Pattern 4: Legal × Technical MappingClarifying legal-technical requirement correspondencehourei + rfcxml✅ Verified

Details: Compliance Workflows

Development Support Workflows

Streamlining everyday development tasks such as RxJS stream verification and debugging.

PatternOverviewPrimary MCPsStatus
Pattern 6: RxJS DebuggingRxJS stream analysis and debuggingrxjs✅ Verified

Details: Development Support Workflows

Documentation Generation Workflows

Automated technical documentation generation combining multiple MCPs. End-to-end processing from specification retrieval through multilingual output.

PatternOverviewPrimary MCPsStatus
Pattern 7: Documentation GenerationSpec retrieval → diagrams → multilingual outputrfcxml + mermaid + deepl + xcomet✅ Verified

Details: Documentation Generation Workflows

Multi-Agent Collaboration

Patterns where multiple sub-agents collaborate on large-scale tasks. Achieves high specialization and throughput through context isolation and parallel processing.

PatternOverviewPrimary MCPsStatus
Pattern 8: Multi-Agent CollaborationCoordinated work by specialized sub-agentsComposite + Sub-agents✅ Verified

Details: Multi-Agent Collaboration

Workflow Selection Guide

Use this table to select the most appropriate workflow pattern for your use case:

PurposeRecommended PatternPrimary MCPsDetails Page
Technical Document TranslationPattern 1/2deepl + xcometTranslation
Terminology-Consistent TranslationPattern 9pdf-spec + deepl + xcometTranslation
Specification UnderstandingPattern 3rfcxmlSpec Verification
Compliance VerificationPattern 4hourei + rfcxmlCompliance
Implementation CheckPattern 5rfcxmlSpec Verification
RxJS DebuggingPattern 6rxjsDev Support
Documentation CreationPattern 7CompositeDoc Generation
Large-Scale TasksPattern 8Composite + Sub-agentsMulti-Agent

Released under the MIT License.