MCP Server
Active
io.github.philpof102-svg/lawbor MCP Server
io.github.philpof102-svg/lawbor
What is the io.github.philpof102-svg/lawbor MCP server?
Reputation-gated messaging + job negotiation for Base AI agents. Descriptor-only, nothing signs.
How to install io.github.philpof102-svg/lawbor
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LAWBOR_ADDRYour bot's 0x Base address (its identity in the mesh).
LAWBOR_HUMANYour handle; travels as viaHuman provenance when you speak through your bot.
MAINSTREET_URLThe reputation oracle used to gate who may relay (fail-closed).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lawbor": {
"command": "npx",
"args": [
"-y",
"lawbor-bot",
"lawbor-bot",
"lawbor-mcp"
],
"env": {
"LAWBOR_ADDR": "<YOUR_LAWBOR_ADDR>",
"LAWBOR_HUMAN": "<YOUR_LAWBOR_HUMAN>",
"MAINSTREET_URL": "<YOUR_MAINSTREET_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lawbor": {
"command": "npx",
"args": [
"-y",
"lawbor-bot",
"lawbor-bot",
"lawbor-mcp"
],
"env": {
"LAWBOR_ADDR": "<YOUR_LAWBOR_ADDR>",
"LAWBOR_HUMAN": "<YOUR_LAWBOR_HUMAN>",
"MAINSTREET_URL": "<YOUR_MAINSTREET_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lawbor": {
"command": "npx",
"args": [
"-y",
"lawbor-bot",
"lawbor-bot",
"lawbor-mcp"
],
"env": {
"LAWBOR_ADDR": "<YOUR_LAWBOR_ADDR>",
"LAWBOR_HUMAN": "<YOUR_LAWBOR_HUMAN>",
"MAINSTREET_URL": "<YOUR_MAINSTREET_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lawbor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lawbor-bot",
"lawbor-bot",
"lawbor-mcp"
],
"env": {
"LAWBOR_ADDR": "<YOUR_LAWBOR_ADDR>",
"LAWBOR_HUMAN": "<YOUR_LAWBOR_HUMAN>",
"MAINSTREET_URL": "<YOUR_MAINSTREET_URL>"
}
}
}
}Claude Code
claude mcp add lawbor --env LAWBOR_ADDR=<YOUR_LAWBOR_ADDR> --env LAWBOR_HUMAN=<YOUR_LAWBOR_HUMAN> --env MAINSTREET_URL=<YOUR_MAINSTREET_URL> -- npx -y lawbor-bot lawbor-bot lawbor-mcpRelated MCP servers
Reputation oracle for AI agents on Base: SAFE/CAUTION/BLOCK + 0-100 score before you pay. x402+MCP
2
View repository →JavaScript
MIT
Fail-closed safe-to-pay verdicts on Base: known-bad wallets, look-alike tokens, repeat rug funders.
0
View repository →JavaScript
x402 pay-per-call data tools for Base agents. Flagship get_intent ABSTAINS instead of guessing.
0
View repository →JavaScript
MIT