{
  "name": "Decionis Execution Authority",
  "title": "Authorize consequential AI agent actions before execution",
  "description": "Decionis is an execution-authority layer for AI agents. Before an agent takes a consequential action, Decionis evaluates the proposed action against organization policy and determines whether it may proceed, must be held, or requires additional authority. When human approval is required, Decionis can request verified approval through Presence and re-evaluate the action using the resulting signed evidence. Every evaluation produces a verifiable Decision Dossier and cryptographic evidence for audit and accountability. Use Decionis to govern agent-initiated payments, refunds, commerce operations, enterprise workflows, infrastructure changes, and other high-impact actions. Decionis authorizes execution; it does not perform the downstream action. Payments, transfers, trades, orders, and system changes remain the responsibility of the connected executor.",
  "suggested_prompts": [
    "Try Decionis.",
    "Give me a risky transaction to test Decionis with.",
    "Can my agent approve this $250,000 payment?",
    "Check this action without enforcing anything.",
    "Why was this transaction escalated?",
    "What would make this proceed?",
    "Who needs to approve this?",
    "Ask them to approve it through Presence.",
    "Show me the evidence behind that decision."
  ],
  "documentation": "https://decionis.com/docs/protocol-mcp",
  "openapi": "https://decionis.com/.well-known/openapi.json",
  "servers": [
    {
      "kind": "remote",
      "transport": "streamable_http",
      "endpoint": "https://protocol.decionis.com/mcp",
      "alias_endpoints": [
        "https://protocol.decionis.com/v1/protocol/mcp"
      ],
      "protocol_versions": [
        "2025-11-25",
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ],
      "authentication": {
        "type": "oauth2_or_api_key",
        "description": "OAuth authorization code with PKCE for directory clients, or a Decionis org API key sent as `Authorization: Bearer <key>` or `x-api-key: <key>`.",
        "protected_resource_metadata": "https://protocol.decionis.com/.well-known/oauth-protected-resource",
        "authorization_server_metadata": "https://api.decionis.com/.well-known/oauth-authorization-server"
      },
      "discovery": "GET the endpoint without a session to receive the server's discovery metadata document.",
      "first_time_experience": {
        "tool": "decionis.get_started",
        "behavior": "One OAuth tool call evaluates a canonical synthetic action and returns the authority card plus signed Decision Dossier. If human authority is missing, Presence can verify the named approver before Decionis re-evaluates."
      },
      "conversational_tools": [
        "decionis.get_started",
        "decionis.evaluate_decision",
        "decionis.explain_decision",
        "decionis.get_requirements",
        "decionis.request_presence_verification",
        "decionis.get_presence_verification_status",
        "decionis.get_decision_dossier"
      ],
      "tools": [
        "decionis.get_started",
        "decionis.evaluate_decision",
        "decionis.explain_decision",
        "decionis.get_requirements",
        "decionis.request_presence_verification",
        "decionis.get_presence_verification_status",
        "decionis.agentic_checkout_authorize",
        "decionis.evaluate_webex_agent_intent",
        "decionis.get_decision_dossier",
        "decionis.get_decision_chain",
        "decionis.list_enforcement_rollouts",
        "decionis.upsert_enforcement_rollout",
        "decionis.list_marketplace_targets",
        "decionis.get_marketplace_target",
        "decionis.list_marketplace_readiness",
        "decionis.list_vertical_packs",
        "decionis.resolve_vertical_pack",
        "decionis.run_shadow_decisioning"
      ],
      "resources": [
        "decionis://protocol/overview",
        "decionis://protocol/connection-surfaces",
        "decionis://marketplaces/targets",
        "decionis://marketplaces/readiness",
        "decionis://verticals/packs",
        "decionis://connectors/registry",
        "decionis://protocol/webex-mcp-registration",
        "decionis://protocol/webex-agent-intent-contract",
        "decionis://protocol/webex-reviewer-scenarios"
      ]
    },
    {
      "kind": "package",
      "transport": "stdio",
      "registry": "npm",
      "package": "@decionis/mcp",
      "install": "npx -y @decionis/mcp",
      "binaries": [
        "mcp",
        "decionis-mcp",
        "decionis-agent-hook",
        "decionis-managed-agent-hook"
      ],
      "tools": [
        "decionis_read_policy",
        "decionis_evaluate",
        "decionis_verdict_help"
      ],
      "documentation": "https://decionis.com/docs/protocol-mcp"
    }
  ]
}