Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Direct MCP candidate from lists

io.github.inity13/decisionmatrix-mcp

Discovered from lists; probed directly as a possible remote MCP endpoint.

Uptime
100.0%
34 direct probes · 30d
Response
215ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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…

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 explanat…

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 repor…

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 optio…

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.

health_check

Server health, version, and capabilities. No parameters.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "direct_mcp_candidate_from_lists": {
      "url": "https://decisionmatrix-mcp.pages.dev/mcp",
      "transport": "streamable-http"
    }
  }
}