mcpbeat Sign in

Decisionmatrix MCP Server

answering

Decisionmatrix MCP is answering right now. Last checked 4 min ago. 52 installs a week from npm. It exposes 6 tools. Last commit 12 Aug 2026.

Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.

Installs per day peak 238 · avg 9
a month agotoday
Uptime history 22 days of history · worst day 65%
22 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
71 ms
Response time
average over 24h
52
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Decisionmatrix MCP 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 4 min ago.

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

Available tools 6

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

compare
compare_two
Direct head-to-head comparison of exactly two options. Returns the winner, the score margin, how many criteria each option wins, and a per-criterion breakdown of who each criterion favours. Pass option_a and option_b (names) or a 2-element options array, plus criteria and scores.
decision
create_decision
Rank named options against weighted criteria and return the winner, full ranking, per-criterion score breakdowns, methodology, the weights used, and a plain-language explanation. This is the main tool. Provide options, criteria [{name, weight, direction}], and a scores matrix. method defaults to weighted_sum (also: weighted_product, topsis). 100% deterministic.
health
health_check
Server health, version, and capabilities. No parameters.
methods
list_methods
List the available scoring methods (weighted_sum, weighted_product, topsis) with descriptions, normalization details, score ranges, and when to use each. No parameters.
score
score_options
Score options against criteria when the score matrix is supplied separately. Returns the full normalized scored matrix (per-option, per-criterion) plus a ranking, without the narrative winner explanation. Use create_decision if you want a winner + explanation.
sensitivity
sensitivity_analysis
Test how robust the winner is to changes in criteria weights. Sweeps each criterion's weight +/- 'variation' (default 0.2 = 20%) over 'steps' (default 10) increments, recomputes the ranking, and reports a robustness score, which criteria are most likely to flip the result, and the flip points.

Endpoints

URLTransportStateLatencyChecked
https://decisionmatrix-mcp.pages.dev/mcp streamable-http answering 91 ms 4 min ago

Alternatives to Decisionmatrix MCP

same job, measured the same way
Multidim
by cherridsaid

Structured thinking grids for AI agents: deterministic analysis frames, validation, learned traps

460 installs/wk local only
culprit
by noordeen123

Deterministic, offline root-cause analysis and pre-commit fix verification for coding agents.

455 installs/wk local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

91 installs/wk local only
Rosentic
by rosentic

Deterministic cross-branch conflict detection for AI coding agents

160 installs/wk local only
zzop
by eezz4

Deterministic cross-repo contract analysis for AI agents: frontend calls vs backend endpoints.

local only
Verdoc
by verdochello

Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.

local only
QAE Safety Certification
by tb8412

Deterministic pre-execution safety certification for autonomous AI agents.

20 installs/wk local only
QuantContext
by zomma-dev

Deterministic stock screening, backtesting, and factor analysis for AI trading agents

65 installs/wk local only

Decisionmatrix MCP — questions

Answers built from our own checks of this server.

What can Decisionmatrix MCP do?
It exposes 6 tools, read directly from the server on our last check. Among them: compare_two, create_decision, health_check, list_methods, score_options, sensitivity_analysis. 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 Decisionmatrix MCP 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 71 ms. The bar chart above shows every period we have measured.
How do I connect Decisionmatrix MCP?
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 Decisionmatrix MCP need an API key?
No. Decisionmatrix MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Decisionmatrix MCP?
It answers our handshake in 71 ms on average, which is faster than 96% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Decisionmatrix MCP?
The npm package decisionmatrix-mcp was installed 52 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Decisionmatrix MCP 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.