← Back to Plugins
MCP Server MCP

io.github.philpof102-svg/lawbor

github By github 👁 1 views ▲ 0 votes

Reputation-gated messaging + job negotiation for Base AI agents. Descriptor-only, nothing signs.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "lawbor-bot",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "lawbor-bot",
          "type": "positional",
          "valueHint": "package-name"
        },
        {
          "value": "lawbor-mcp",
          "type": "positional",
          "valueHint": "bin-name"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your bot's 0x Base address (its identity in the mesh).",
          "name": "LAWBOR_ADDR"
        },
        {
          "description": "Your handle; travels as viaHuman provenance when you speak through your bot.",
          "name": "LAWBOR_HUMAN"
        },
        {
          "description": "The reputation oracle used to gate who may relay (fail-closed).",
          "name": "MAINSTREET_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...