mcpbeat

Maxmind Minfraud MCP Server

io.usefulapi/maxmind-minfraud
answering

Maxmind Minfraud is answering right now. Last checked 12 min ago. It exposes 4 tools. Last commit 1 Aug 2026.

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

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
23.1%
Uptime 24h
21 of 91 checks
4
Tools
read from the server
184 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add maxmind-minfraud --transport http https://maxmind-minfraud.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "maxmind-minfraud": {
      "url": "https://maxmind-minfraud.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.maxmind-minfraud]
url = "https://maxmind-minfraud.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "maxmind-minfraud": {
      "url": "https://maxmind-minfraud.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "maxmind-minfraud": {
      "url": "https://maxmind-minfraud.usefulapi.io/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

minfraud
minfraud_factors
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.
minfraud_insights
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.
minfraud_report_transaction
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).
minfraud_score
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.

Endpoints

URLTransportStateLatencyChecked
https://maxmind-minfraud.usefulapi.io/mcp streamable-http answering 265 ms 12 min ago

Maxmind Minfraud — questions

Answers built from our own checks of this server.

What can Maxmind Minfraud do?
It exposes 4 tools, read directly from the server on our last check. Among them: minfraud_factors, minfraud_insights, minfraud_report_transaction, minfraud_score. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Maxmind Minfraud working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 21 of 91 checks got a reply (23.1%), average response time 184 ms. The bar chart above shows every period we have measured.
How do I connect Maxmind Minfraud?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Maxmind Minfraud need an API key?
No. Maxmind Minfraud completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Maxmind Minfraud?
It answers our handshake in 184 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Maxmind Minfraud open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.