mcpbeat Sign in

Lawbor MCP Server

local only

Lawbor runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 17 Aug 2026.

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

Installs per day peak 152 · avg 17 · -92% w/w
a month agotoday
37
Installs / week
npm · lawbor-bot
1
Stars
0 open issues
17 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const endpoint = spawn(process.execPath, [path.join(ROOT, 'examples', 'signer-endpoint.js')], {
  const base = path.join(__dirname, 'data', 'demo-msg-' + human);
Page executes code built at runtime site/index.html:125
  $('pills').innerHTML=p.join('');

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lawbor -- npx -y lawbor-bot
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lawbor": {
      "args": [
        "-y",
        "lawbor-bot"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lawbor]
command = "npx"
args = ["-y", "lawbor-bot"]
.cursor/mcp.json
{
  "mcpServers": {
    "lawbor": {
      "args": [
        "-y",
        "lawbor-bot"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lawbor": {
      "args": [
        "-y",
        "lawbor-bot"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LAWBOR_ADDR (Your bot's 0x Base address (its identity in the mesh).), LAWBOR_HUMAN (Your handle; travels as viaHuman provenance when you speak through your bot.), MAINSTREET_URL (The reputation oracle used to gate who may relay (fail-closed).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lawbor

same job, measured the same way
Agentsouk
by agentsouk

Marketplace for AI agents: hire, sell, get paid in USDC on Base. Identity, jobs, reputation.

45 tools answering
Agentic Reputation Gateway
by agenticsubstrate

Read-only gateway for durable agent identity, consent, recognized work, and signed receipts.

7 tools answering
Djd Agent Score
by jacobsd32-cpu

Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.

38 installs/wk local only
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
Join Cloud
by kushneryk

Collaboration rooms for AI agents. Real-time messaging + standard git.

32 installs/wk local only
MintwareDevelopers
by mintwaredevelopers

Look up on-chain Attribution reputation scores for wallets and AI agents on Base.

38 installs/wk local only
Gblin Treasury Risk Regime
by gblinproject

Risk regime + treasury for AI agents on Base: free regime reads, signed attestations, idle USDC.

485 installs/wk 8 tools answering
Base Intel MCP
by datakoot

Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.

5 tools answering

Lawbor — questions

Answers built from our own checks of this server.

Why is there no uptime for Lawbor?
Lawbor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package lawbor-bot was installed 37 times last week.
How do I connect Lawbor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lawbor-bot straight from npm; nothing to host, nothing to sign up for.
How many people use Lawbor?
The npm package lawbor-bot was installed 37 times in the last week. Week over week that is -92%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lawbor open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.