financial-fraud-detection-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@financial-fraud-detection-mcpGive me a full fraud risk report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Financial Fraud Detection — MCP Demo
An AI-powered financial fraud detection system built with Model Context Protocol (MCP) and Claude Opus 4.8. Features a dark-themed Gradio dashboard where Claude autonomously calls fraud detection tools via MCP.
Screenshots
|
|
Dashboard — MCP server connected, tools & prompts discovered | Full fraud risk report — HIGH risk, 7 accounts flagged |
|
|
Executive summary with rule-based + statistical findings | Structuring / smurfing accounts (A1003, A1009) |
|
|
Velocity abuse — Account A1007, 6 transactions in 3 minutes | Plain-English summary for non-technical executives |
|
|
Account A1003 deep dive — structuring legal analysis | Auto-generated compliance escalation email |
| |
Claude honestly explaining what its tools can and can't determine |
Related MCP server: Financial Intelligence MCP Server
What It Does
Analyzes 30 simulated transactions across 11 accounts
Detects fraud using two complementary methods:
Rule-based pattern matching — velocity abuse, duplicate charges, structuring (smurfing)
Statistical anomaly detection — IQR method to surface unusual transaction amounts
Generates plain-English risk reports suitable for compliance officers
Exports the full chat session as a formatted PDF
MCP Architecture
Gradio UI (app.py)
│
└── MCP Client (stdio)
│
└── MCP Server (server.py)
├── Tools (4)
│ ├── analyze_transactions
│ ├── detect_fraud_patterns
│ ├── flag_anomalies
│ └── generate_risk_report
├── Resources (1)
│ └── transactions://sample
└── Prompts (2)
├── fraud_analysis
└── stakeholder_reportClaude receives a user question, autonomously decides which tools to call, executes them via MCP, and synthesizes the results into a final answer — no hardcoded logic in the UI layer.
Fraud Scenarios in Sample Data
Pattern | Accounts | Description |
Velocity Abuse | A1007 | 6 transactions in under 3 minutes ($480 total) |
Duplicate Charges | A1004, A1006 | Identical amount + merchant within 60 seconds |
Structuring / Smurfing | A1003, A1009 | Multiple transactions just under $10,000 (31 U.S.C. § 5324) |
Statistical Anomalies | A1005, A1011 | Amounts exceeding IQR upper bound of ~$17,365 |
Tech Stack
MCP Python SDK —
FastMCPserver +stdio_clientAnthropic Python SDK — Claude Opus 4.8 agentic loop
Gradio — dark dashboard UI
pandas — transaction analysis and IQR statistics
fpdf2 — PDF export
Setup
# Clone the repo
git clone https://github.com/archana-gurimitkala/financial-fraud-detection-mcp.git
cd financial-fraud-detection-mcp
# Install dependencies
pip install -r requirements.txt
# Set your Anthropic API key (the app reads it from the environment)
export ANTHROPIC_API_KEY=your_key_here
# Run the Gradio dashboard
python app.pyOpen http://localhost:7860 in your browser.
To use the terminal client instead:
python client.pySample Questions to Try
"Give me a full fraud risk report"
"Which accounts show structuring patterns?"
"Are there any duplicate transactions?"
"Which account has the highest velocity abuse?"
"Summarize the findings for a non-technical executive"
Sample PDF Output
A full exported chat session is included as sample_output.pdf — 8 pages covering the complete fraud analysis, structuring deep dive, velocity abuse breakdown, executive summary, and compliance escalation email.
Course Context
Built to demonstrate concepts from Anthropic's Introduction to MCP course:
MCP server with Tools, Resources, and Prompts primitives
stdio transport
Agentic tool-use loop (Claude decides when and what to call)
Multi-turn conversation with tool results fed back into context
Built by Archana Gurimitkala · Powered by Claude Opus 4.8 + MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA production-grade MCP server that automates financial compliance audits by combining LLMs with structured analysis, enabling policy validation, risk profiling, and automated reporting.
- Flicense-qualityDmaintenanceA production-grade MCP server that provides financial ML tools including RAG search, anomaly detection, contract summarization, vendor graph analysis, and model drift monitoring using entirely free, open-source components.1
- AlicenseAqualityDmaintenanceAn open-source MCP server for AI-powered fraud prevention that detects fraudulent IPs, emails, URLs, and phone numbers using free APIs and provides actionable risk scores.7MIT
- Flicense-qualityCmaintenanceMCP server for behavioral cybersecurity and AI risk scoring in financial workflows, deployed on Cloudflare Workers.
Related MCP Connectors
An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/archana-gurimitkala/financial-fraud-detection-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server








