{
  "name": "sovereign-executive-interface",
  "title": "Sovereign Executive Interface",
  "description": "SEI translates high-level executive intent into validated, evidence-cited, multi-role agentic execution. Every worker output is verified by an independent Guardian against published standards and recorded in a tamper-evident, hash-chained provability ledger. Default execution is local-first, so client data need never leave client hardware.",
  "version": "0.1.0",
  "transport": "stdio",
  "authentication": "none",
  "x-auth": {
    "enforced": false,
    "roadmap": "oauth2_client_credentials"
  },
  "homepage": "https://intentrouter.ai",
  "documentation": "https://intentrouter.ai/llms-full.txt",
  "tools": [
    {
      "name": "describe",
      "description": "Return SEI's identity and the Sovereign Roles it can route work to. Start here."
    },
    {
      "name": "get_offer",
      "description": "Return the machine-readable commercial offer: outcome-based pricing, trust guarantees, and terms."
    },
    {
      "name": "plan_intent",
      "description": "Preview how SEI would decompose a high-level intent into a validated multi-role execution graph. Read-only, deterministic, no execution or fee."
    },
    {
      "name": "verify_run",
      "description": "Verify a run's tamper-evident provability ledger and sealed record. The trust primitive: check claims instead of taking them."
    },
    {
      "name": "list_runs",
      "description": "List recent recorded runs (id, status, intent) as verifiable track record."
    }
  ],
  "x-pricing": {
    "model": "outcome_based_performance_fee",
    "summary": "No recovery, no fee. 20% of independently verified recovered or created value."
  },
  "x-trust": {
    "manifest": "https://intentrouter.ai/.well-known/sovereign-trust.json"
  }
}