"This MCP brokers request from MDM and implements different MDM usecases such as \n    \n    1. Categorization, \n    2. Translation, \n    3. Web Scraping, \n    4. Address Validation\n    \n    It is built using a multi-agent architecture with a supervisor agent that routes the request to different agents based on the usecase. Each agent is built using Langchain and has access to different tools such as SerpAPI, web scraping tools, translation tools etc. The MCP is designed to be easily extensible and can be easily integrated with any MDM system."