mcpbeat Sign in

Maxmind Minfraud MCP Server

answering

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

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

Uptime history 47 days of history · worst day 13%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
177 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Maxmind Minfraud every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 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 255 ms 10 min ago

Alternatives to Maxmind Minfraud

same job, measured the same way
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

31 installs/wk local only
LemonSqueezy MCP Server
by yawlabs

LemonSqueezy MCP server for managing your store from AI assistants

1 238 installs/wk local only
Tailscale MCP Server
by yawlabs

Tailscale MCP server for managing your tailnet from AI assistants

1 462 installs/wk local only
MCP Advisor
by stucchi

Browse, search, and discover MCP servers from your AI assistant

128 installs/wk local only
Isco Tec
by isco-tec

Official MCP server for Scorezilla — add a leaderboard to your game from your AI coding assistant.

31 installs/wk local only
Malt MCP
by leombm

MCP server for Malt.fr. Read your freelance profile, stats, and missions from Claude.

114 installs/wk local only
Yuque MCP
by yuque

MCP server for Yuque — expose your knowledge base to AI assistants.

500 installs/wk local only
Telitask MCP
by karanivincent

TeliTask MCP server — manage contacts, tasks, and calls from AI assistants

37 installs/wk local only

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 91 of 91 checks got a reply (100.0%), average response time 177 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 177 ms on average, which is faster than 71% 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.