Odel
Sanction

Sanction

Local
@ericlovold2TypeScriptUpdated Today

The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsanction-mcpv0.9.0

Run

npx -y sanction-mcp

MCP client config

{
  "mcpServers": {
    "sanction": {
      "command": "npx",
      "args": [
        "-y",
        "sanction-mcp"
      ]
    }
  }
}