{
  "protocolVersion": "0.2.6",
  "name": "One Degree Decision Architecture Agent",
  "description": "Evaluates decision latency, authority, intervention, and operating-model implications for industrial enterprises and the technology and service providers that sell to them. Backed by Michael Carroll's published body of work on decision architecture.",
  "url": "https://theonedegreedispatch.com/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "One Degree",
    "url": "https://theonedegreedispatch.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://theonedegreedispatch.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "decision_path_diagnostic",
      "name": "Decision Path Diagnostic",
      "description": "Classifies where a decision path loses time between a changed condition and a stabilized result, names the mechanism, and returns the relevant reading. Deterministic rule set over self-reported facts, not a model judgement.",
      "tags": [
        "industrial operations",
        "decision latency",
        "authority",
        "causal AI",
        "operating model"
      ],
      "examples": [
        "Our customers get a degradation alert but do not act on it for days. Where is the constraint?",
        "Maintenance sees the condition Monday, corporate authorizes Thursday. Classify this."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "provider_offering_assessment",
      "name": "Provider Offering Assessment",
      "description": "Assesses whether an industrial product or service genuinely shortens the distance from changed condition to controlled action, or adds another signal, screen, and recommendation to a path that still waits.",
      "tags": [
        "industrial software",
        "services",
        "agentic AI",
        "product strategy",
        "permission"
      ],
      "examples": [
        "Does our anomaly detection product provide agency or just recommendations?",
        "Evaluate our platform against the decision-architecture model."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "leakage_estimate",
      "name": "Decision Leakage Estimate",
      "description": "Order-of-magnitude annual cost of decision latency across three streams and nine value pools. Returns a band whose width reflects the underlying benchmark ranges.",
      "tags": [
        "decision latency",
        "cost of delay",
        "industrial operations"
      ],
      "examples": [
        "Estimate annual leakage for a $2B industrial manufacturer with severe approval delays."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "corpus_retrieval",
      "name": "Dispatch Corpus Retrieval",
      "description": "Searches and retrieves the full text of 204 published works on decision architecture, authority, causal AI, and market shaping.",
      "tags": [
        "research",
        "retrieval",
        "decision architecture",
        "market shaping"
      ],
      "examples": [
        "Find everything on permission and bounded authority.",
        "Retrieve the full text of The Latency Tax."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "x-oneDegree": {
    "transaction_policy": "This agent does not transact. It has no tool that books, purchases, schedules, or commits One Degree or the caller to anything. The terminal action for a purchasing agent is an inquiry composed for a human to review and send.",
    "human_approval_required_for": [
      "training engagements",
      "advisory engagements",
      "speaking engagements"
    ],
    "contact": "info@theonedegreedispatch.com",
    "catalog": "https://theonedegreedispatch.com/offerings.json"
  }
}
