loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

sis-adss-mcp

MCP Tool

decision-standards/sis-adss-mcp

Install

$ npx loaditout add decision-standards/sis-adss-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "sis-adss-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sis-adss-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

SIS + ADSS MCP Server

A reference server for validating, mapping, and explaining AI decision systems.

---

Quick Start
git clone https://github.com/decision-standards/sis-adss-mcp.git
cd sis-adss-mcp
npm install
npm run build
npm run start

MCP Manifest

The repo includes a root mcp.json pointing to the compiled server entrypoint:

{
  "name": "sis-adss-mcp",
  "description": "Reference server for validating and explaining AI decision systems using SIS and ADSS",
  "version": "0.1.0",
  "server": {
    "command": "node",
    "args": ["dist/index.js"]
  }
}

---

Who This Is For
  • teams building multi-agent systems
  • developers formalizing decision logic
  • organizations deploying autonomous workflows
  • architects who need to map systems to explicit decision contracts

---

The Problem

AI systems do not fail because decisions are wrong.

They fail because the system continues in a state that should have stopped.

You can validate a decision. You can audit a decision.

But no current system can answer:

“Should this system still be running?”

---

What This Is

This server connects two layers:

  • SIS (Standard Intent Specification) → what a valid decision looks like
  • ADSS (Agentic Decision System Specification) → how systems are structured

Together, this enables something that does not currently exist:

→ system-level validation

---

What It Does

Given a system:

{ "flows": [...] }

The server can: • identify all decision points • map them to required decision contracts • detect missing or invalid bindings • explain how the system operates

⸻

Example Output
{
  "valid": true,
  "mapping": {
    "required_sis_contracts": [
      {
        "intent_type": "offer_decision",
        "node_name": "Offer Decision"
      }
    ]
  },
  "gaps": {
    "decision_nodes_without_contracts": [
      "Retention Trigger"
    ]
  },
  "coherence_score": 0.62
}

⸻

Why This Matters

Cur

Tags

ai-agentsai-infrastructuredecision-systemsmcpmodel-context-protocolmulti-agent-systems

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AMCP ConfigREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/decision-standards/sis-adss-mcp)](https://loaditout.ai/skills/decision-standards/sis-adss-mcp)