Enterprise AI & Workplace Automation Charming MashmallowSubmitted August 1, 2026

Madoff — MCP Server for Real-Time Insurance Fraud Interception

An MCP app on the Model Context Protocol built by Charming Mashmallow at the SRMIST NitroStack × MCP To The Moon hackathon and deployed on NitroStack.

About this project

Madoff is a production-ready MCP (Model Context Protocol) server that automates end-to-end insurance claim fraud detection using a multi-layer AI pipeline. When a claim is submitted, Madoff runs a 5-stage investigation pipeline autonomously: 1. Document Retrieval — pulls the claim and its supporting images from Cloudinary 2. Vision AI Analysis — uses Groq's Qwen 3.6 multimodal model to visually inspect document images and cross-check them against the claim text (detecting forged receipts, mismatched license plates, stock photos used as evidence) 3. OCR Extraction — extracts raw text from documents for structured audit trails 4. Rule Engine Scoring — applies deterministic risk rules (duplicate claims, geolocation anomalies, transaction velocity) to generate a 0–1 risk score 5. Final Decision — combines AI confidence with rule scores to auto-approve, reject, or escalate to human review Built with NitroStack MCP framework, MongoDB Atlas for claim storage, and Groq Cloud for AI inference. Deployed on NitroCloud with both HTTP and STDIO transport — making it compatible with any MCP client including Claude Desktop, Cursor, and Copilot. The system exposes 11 structured tools including analyze_claim, freeze_account, execute_kyc, check_duplicate_claims, and generate_investigation_report — all callable by any AI agent or human investigator through a unified MCP interface. Real-world impact: catches fraud patterns that rule-based systems miss, including visually forged documents, cross-border claim inconsistencies, and coordinated fraud rings — all without a single human reviewing the initial claim.

Enterprise AI & Workplace Automation track

Develop AI agents and automation tools that improve productivity, streamline workflows, and enhance business operations.

Team Charming Mashmallow

  • Utkarsh Singh

  • Parigyan Jana

  • Aryan Gupta

  • Shashwat KumarLead

Frequently asked questions

What does Madoff — MCP Server for Real-Time Insurance Fraud Interception do?
Madoff is a production-ready MCP (Model Context Protocol) server that automates end-to-end insurance claim fraud detection using a multi-layer AI pipeline. When a claim is submitted, Madoff runs a 5-stage investigation pipeline autonomously: 1. Document Retrieval — pulls the claim and its supporting images from Cloudinary 2. Vision AI Analysis — uses Groq's Qwen 3.6 multimodal model to visually inspect document images and cross-check them against the claim text (detecting forged receipts, mismatched license plates, stock photos used as evidence) 3. OCR Extraction — extracts raw text from documents for structured audit trails 4. Rule Engine Scoring — applies deterministic risk rules (duplicate claims, geolocation anomalies, transaction velocity) to generate a 0–1 risk score 5. Final Decision — combines AI confidence with rule scores to auto-approve, reject, or escalate to human review Built with NitroStack MCP framework, MongoDB Atlas for claim storage, and Groq Cloud for AI inference. Deployed on NitroCloud with both HTTP and STDIO transport — making it compatible with any MCP client including Claude Desktop, Cursor, and Copilot. The system exposes 11 structured tools including analyze_claim, freeze_account, execute_kyc, check_duplicate_claims, and generate_investigation_report — all callable by any AI agent or human investigator through a unified MCP interface. Real-world impact: catches fraud patterns that rule-based systems miss, including visually forged documents, cross-border claim inconsistencies, and coordinated fraud rings — all without a single human reviewing the initial claim.
Who built Madoff — MCP Server for Real-Time Insurance Fraud Interception?
Madoff — MCP Server for Real-Time Insurance Fraud Interception was built by team Charming Mashmallow at the SRMIST NitroStack × MCP To The Moon hackathon, in the Enterprise AI & Workplace Automation track.
What is an MCP app and how is it built?
An MCP app is an application built on the Model Context Protocol — an open standard that lets AI agents connect to tools, data, and APIs. This project exposes MCP tools and resources that agentic AI systems can call. It was built and deployed on NitroStack, the full-stack platform for shipping MCP apps and servers.