{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.lockb0x-llc/agent-exchange",
  "title": "Agent Exchange Participant",
  "description": "Participant-owned MCP adapter for purchasing verifiable specialist work over Waku.",
  "websiteUrl": "https://github.com/lockb0x-llc/agent-exchange",
  "repository": {
    "url": "https://github.com/lockb0x-llc/agent-exchange",
    "source": "github",
    "subfolder": ""
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "agent-exchange",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "AE_PARTICIPANT_DATA_DIR",
          "description": "Operator-controlled directory for participant-owned encrypted state.",
          "format": "filepath",
          "isRequired": true,
          "isSecret": false
        },
        {
          "name": "AE_PARTICIPANT_STATE_KEY",
          "description": "Base64url-encoded 32-byte participant state encryption key.",
          "format": "string",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}
