A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"fraud-interception-agent": {
"url": "https://madoff-6a6da279-charming-mashmallow-srmist.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"fraud-interception-agent": {
"serverUrl": "https://madoff-6a6da279-charming-mashmallow-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.fraud-interception-agent] url = "https://madoff-6a6da279-charming-mashmallow-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://madoff-6a6da279-charming-mashmallow-srmist.app.nitrocloud.ai/mcp
Perform complete claim analysis pipeline including image download, Gemini AI risk logic, and rule engine evaluation.
Use Gemini Vision to check matching text details between claim and document image
Perform optical character recognition text extraction on the claim document
Execute a KYC check on a customer ID
Scan database to check if this claim contains duplicate details from previous claims
Calculates the pure rule engine score for this claim without calling Gemini
Freeze a customer account to halt debit transactions
Approve a pending claim, transitioning its status
Reject a pending claim, transitioning its status
Create a manual human review task for a claim
Compile full investigation timeline and scores into a report format