Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Commerce Fraud Detection Agent Skill

FreeNot checked

Commerce checkout transaction fraud auditor skill. Analyzes mismatches and risk indicators.

GitHubEmbed

About

Commerce checkout transaction fraud auditor skill. Analyzes mismatches and risk indicators.

README

GenPark AI Agent Skill -- # Commerce Transaction Fraud Detection Agent Skill

This repository contains the Commerce Transaction Fraud Detection Agent Skill — an agent configuration skill config (skill.json), a production-ready Python SDK client (fraud_detector.py), and executable verification tests. It is designed to audit payment transactions for indicators of billing/shipping address mismatches, high-risk email domains, request country anomalies, and order value thresholds.


🚀 Capabilities

  • Anomaly Multi-Scoring: Weight-calculates multiple risk factors to score checkout safety (0-100).
  • Disposable Email Filters: Instantly identifies disposable email providers.
  • Auto-Action Resolutions: Categorizes orders into automatic status paths: approve, review, or block.

🛠️ Setup & Installation

  1. Install dependencies:
    pip install -r requirements.txt
    

💻 SDK Usage Reference

from fraud_detector import CommerceFraudDetectorClient

client = CommerceFraudDetectorClient()

result = client.audit_transaction(
    order={
        "order_id": "ORD-001",
        "total_amount": 1200,
        "email": "[email protected]",
        "ip_country": "US",
        "billing_address": {"country": "US"},
        "shipping_address": {"country": "US"}
    }
)

print(f"Risk Score: {result['fraud_risk_score']}")
print(f"Recommendation: {result['action_recommendation']}")

📜 License

This project is licensed under the MIT License.

from github.com/alphaparkinc/genpark-commerce-fraud-detection-agent-skill

Installing Genpark Commerce Fraud Detection Agent Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-commerce-fraud-detection-agent-skill

FAQ

Is Genpark Commerce Fraud Detection Agent Skill MCP free?

Yes, Genpark Commerce Fraud Detection Agent Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Commerce Fraud Detection Agent Skill need an API key?

No, Genpark Commerce Fraud Detection Agent Skill runs without API keys or environment variables.

Is Genpark Commerce Fraud Detection Agent Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Commerce Fraud Detection Agent Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Commerce Fraud Detection Agent Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Commerce Fraud Detection Agent Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs