pypi mcp-fraudlabsprostdioMITupdated 3mo ago
An MCP-compliant server that integrates the FraudLabs Pro fraud detection system into AI assistants like Claude Desktop. This server enables real-time screening of order transactions and user-related events (like logins or registrations) to identify and prevent fraudulent activities.
mcp fraudlabspro で何ができる?
FraudLabs Pro MCP Server
An MCP-compliant server that integrates the FraudLabs Pro fraud detection system into AI assistants like Claude Desktop. This server enables real-time screening of order transactions and user-related events (like logins or registrations) to identify and prevent fraudulent activities.
Features
-
Order Screening: Validate e-commerce orders using IP addresses, billing/shipping details, and credit card information.
-
User Screening: Analyze account-level events (registrations/logins) for suspicious patterns.
-
Transaction Management: Retrieve historical results for orders or user screenings.
-
Feedback Loop: Approve, Reject, or Blacklist transactions directly through the AI interface to improve the detection engine.
Prerequisites
- Python 3.10+ installed.
- FraudLabs Pro API Key: You can obtain a free or paid API key at FraudLabs Pro.
Installation
- Install Dependencies Ensure you have the required libraries installed in your environment:
pip install mcp httpx uv
- Configuration To use this server with an MCP client (such as Claude Desktop), add the following entry to your configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fraudlabspro": {
"command": "uvx",
"args": [
"mcp-fraudlabspro"
],
"env": {
"FRAUDLABSPRO_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Available Tools
📦 Order Management
| Tool | Description | Key Arguments |
|---|---|---|
| screen_order | Screen an order for fraud. | ip, email, amount, bin_no, bill_country, ship_country |
| get_order_result | Retrieve the validation result for a previous order. | transaction_id |
| feedback_order | Update order status (APPROVE, REJECT, BLACKLIST). | transaction_id, action, note |
👤 User Management
| Tool | Description | Key Arguments |
|---|---|---|
| screen_user | Screen user events like logins or signups. | email, ip, phone, first_name, last_name |
| get_user_result | Retrieve results for a previous user screening. | user_transaction_id |
| feedback_user | Update user event status based on manual review. | user_transaction_id, action, reason |
Development & Logging
The server uses FastMCP and sends logs through the MCP context. You can view logs in the Claude Desktop "Developer Console" to inspect outgoing payloads and API responses for debugging.
Common Error: If you receive "An API key is needed," ensure the FRAUDLABSPRO_API_KEY environment variable is correctly set in your configuration file and that you have restarted the MCP client.
License
See the LICENSE file.
インストール
mcp fraudlabspro をクライアントに追加します。お使いのものを選んでください。
claude mcp add mcp-fraudlabspro -- uvx mcp-fraudlabsprocodex mcp add mcp-fraudlabspro -- uvx mcp-fraudlabsproamp mcp add mcp-fraudlabspro -- uvx mcp-fraudlabspro{
"mcpServers": {
"mcp-fraudlabspro": {
"command": "uvx",
"args": [
"mcp-fraudlabspro"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-fraudlabspro": {
"command": "uvx",
"args": [
"mcp-fraudlabspro"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-fraudlabspro","command":"uvx","args":["mcp-fraudlabspro"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-fraudlabspro": {
"command": "uvx",
"args": [
"mcp-fraudlabspro"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-fraudlabspro": {
"command": "uvx",
"args": [
"mcp-fraudlabspro"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-fraudlabspro": {
"command": "uvx",
"args": [
"mcp-fraudlabspro"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-fraudlabspro": {
"type": "local",
"command": "uvx",
"args": [
"mcp-fraudlabspro"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-fraudlabspro": {
"command": {
"path": "uvx",
"args": [
"mcp-fraudlabspro"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-fraudlabsproRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 個のツール
mcp fraudlabspro は接続したエージェントに 6 個のツールを提供します。
- screen_order
- Screen an order for fraud.
- get_order_result
- Retrieve the validation result for a previous order.
- feedback_order
- Update order status (APPROVE, REJECT, BLACKLIST).
- screen_user
- Screen user events like logins or signups.
- get_user_result
- Retrieve results for a previous user screening.
- feedback_user
- Update user event status based on manual review.
スコア
69 / 100
良好
- ドキュメント22/25
- メンテナンス13/25
- 信頼性16/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 98 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.1.1最新 | 2026年5月26日 |