{
  "name": "DecisionMatrix MCP",
  "description": "Deterministic multi-criteria decision analysis (MCDA) for AI agents: score, rank, and explain options against weighted criteria with weighted-sum, weighted-product, or TOPSIS. Exact decimals, never floats.",
  "version": "1.0.0",
  "homepage": "https://decisionmatrix-mcp.pages.dev",
  "vendor": "DataNest",
  "license": "MIT",
  "transport": {
    "type": "streamable-http",
    "url": "https://decisionmatrix-mcp.pages.dev/mcp"
  },
  "authentication": {
    "type": "api_key",
    "required": false,
    "header": "X-API-Key",
    "notes": "Free tier requires no key (15 calls/day). Paid plans return a key."
  },
  "client_config_examples": {
    "generic": {
      "mcpServers": { "decisionmatrix": { "url": "https://decisionmatrix-mcp.pages.dev/mcp" } }
    },
    "with_api_key": {
      "mcpServers": {
        "decisionmatrix": {
          "url": "https://decisionmatrix-mcp.pages.dev/mcp",
          "headers": { "X-API-Key": "dmx_live_your_key" }
        }
      }
    }
  },
  "tools": [
    "create_decision", "score_options", "sensitivity_analysis",
    "compare_two", "list_methods", "health_check"
  ],
  "methods": ["weighted_sum", "weighted_product", "topsis"],
  "pricing": [
    { "plan": "free", "price_usd_month": 0, "daily_calls": 15 },
    { "plan": "starter", "price_usd_month": 12, "daily_calls": 5000 },
    { "plan": "pro", "price_usd_month": 39, "daily_calls": 50000 }
  ],
  "docs": "https://decisionmatrix-mcp.pages.dev/llms.txt"
}
