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-alert-mcp": {
"url": "https://fraud-alert-mcp-ha-hak-team-amrita-university-amritapuri-campus.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-alert-mcp": {
"serverUrl": "https://fraud-alert-mcp-ha-hak-team-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.fraud-alert-mcp] url = "https://fraud-alert-mcp-ha-hak-team-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://fraud-alert-mcp-ha-hak-team-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Analyzes a real-time transaction against known patterns to return a fraud probability score
Allows the AI agent to take action by updating the status of a transaction and triggering an alert
Fetches historical transaction behavior and current risk standing for a specific user to give the AI agent context
Allows the AI to dynamically deploy new fraud detection rules based on emerging attack vectors
Create a new user in the system
Retrieve a user by ID
Update user information (e.g., location, phone, address)
List all users in the system
Delete a user and remove their stored information