Skip to main content
Glama

maxmind-minfraud

Server Details

MCP server for MaxMind minFraud — score transactions for fraud risk from your AI assistant.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
m190/usefulapi-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

4 tools
minfraud_factorsminFraud Factors (risk reasons + subscores)
Read-only
Inspect

The most detailed assessment: everything in Insights PLUS risk_score_reasons and per-factor subscores explaining WHY the score is what it is. Same request body as minfraud_score. API: POST /minfraud/v2.0/factors.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailNo
eventNo
orderNo
deviceNoInfo about the device/connection. device.ip_address is the most important input.
accountNo
billingNo
paymentNo
shippingNo
credit_cardNo
custom_inputsNoCustom inputs configured in your minFraud account.
shopping_cartNo
minfraud_insightsminFraud Insights (detailed risk)
Read-only
Inspect

Score a transaction AND get detailed risk insights: IP geolocation, email/address/device attributes, and per-component risk on top of the risk_score. Same request body as minfraud_score. API: POST /minfraud/v2.0/insights.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailNo
eventNo
orderNo
deviceNoInfo about the device/connection. device.ip_address is the most important input.
accountNo
billingNo
paymentNo
shippingNo
credit_cardNo
custom_inputsNoCustom inputs configured in your minFraud account.
shopping_cartNo
minfraud_report_transactionReport a transaction outcome
Destructive
Inspect

WRITE — submits fraud feedback to MaxMind. Report the real-world outcome of a transaction (e.g. it was a chargeback or confirmed fraud) so minFraud can improve future scoring. This mutates MaxMind's model of your traffic; it is not a read. Requires a tag and at least one identifier (ip_address, maxmind_id, minfraud_id, or transaction_id). API: POST /minfraud/v2.0/transactions/report (returns HTTP 204).

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesREQUIRED. The outcome you are reporting for this transaction.
notesNoFree-form notes about the transaction.
ip_addressNoIdentifier: the IP address of the reported transaction.
maxmind_idNoIdentifier: the 8-character maxmind_id from a prior response.
minfraud_idNoIdentifier: the minfraud_id (UUID) from a prior response.
transaction_idNoIdentifier: your own transaction_id sent at scoring time.
chargeback_codeNoThe chargeback reason code, if tag=chargeback.
minfraud_scoreminFraud risk score
Read-only
Inspect

Score a transaction for fraud risk. Returns the overall risk_score (0.01–99), IP risk, disposition, and remaining query funds — the lightest, cheapest assessment. Send at least device.ip_address (plus email/billing/order for a better score). API: POST /minfraud/v2.0/score.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailNo
eventNo
orderNo
deviceNoInfo about the device/connection. device.ip_address is the most important input.
accountNo
billingNo
paymentNo
shippingNo
credit_cardNo
custom_inputsNoCustom inputs configured in your minFraud account.
shopping_cartNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.