Genpark Commerce Fraud Detection Agent Skill
FreeNot checkedCommerce checkout transaction fraud auditor skill. Analyzes mismatches and risk indicators.
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, orblock.
🛠️ Setup & Installation
- 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-skillFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
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
