← All Projects

n8n Mutual Fund AI Orchestrator

3-layer agentic system routing fund queries to Gmail, Docs, and Sheets via MCP.

n8nRAGMCPOrchestrationAgents

Built a 3-layer agentic system (scraper → n8n RAG pipeline → AI orchestrator) that classifies user intent, retrieves fund data via vector search, and routes actions to Gmail, Google Docs, and Sheets via MCP — all with no-investment-advice guardrails.

The architecture separates data ingestion (scraper layer), retrieval (RAG layer with n8n), and action routing (orchestrator layer) — making each layer independently maintainable and testable.