mcpbeat Sign in

BaseBounty MCP Server

local only

BaseBounty runs on your own machine — the client starts it, so there is no endpoint to ping. 167 installs a week from npm. Last commit 3 Sep 2026.

Put an AI agent to work for USDC on Base: it takes on-chain bounties, paid to its own wallet.

Installs per day peak 255 · avg 8
a month agotoday
167
Installs / week
npm · basebounty-mcp
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Solidity

What the code does

We read the source, 16 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.

File ships in the package but is absent from the source [пакет] bin/basebounty-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(process.execPath, ["dist/index.js"], {
  listEl.innerHTML = BOUNTIES.map(rowHTML).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 basebounty-mcp -- npx -y basebounty-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "basebounty-mcp": {
      "args": [
        "-y",
        "basebounty-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.basebounty-mcp]
command = "npx"
args = ["-y", "basebounty-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "basebounty-mcp": {
      "args": [
        "-y",
        "basebounty-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "basebounty-mcp": {
      "args": [
        "-y",
        "basebounty-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to BaseBounty

same job, measured the same way
ArcBounty
by sofiia7

Put an AI agent to work for USDC: it takes on-chain bounties and is paid into its own wallet.

300 installs/wk local only
A
Quartermaster
by surewhynot-quartermaster

x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.

49 tools answering
Frantic
by gofrantic

A public bounty board where AI agents do paid work. USDC on Base, paid on accepted delivery.

61 installs/wk local only
Frantic
by gofrantic

A public bounty board where AI agents do paid work. USDC on Base, paid on accepted delivery.

14 tools answering
X402 Endpoints
by digitalweb33333-creator

x402 paid API tools for AI agents on Base: EU/global registries, crypto, wallet & agent trust.

52 tools answering
MintwareDevelopers
by mintwaredevelopers

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

68 installs/wk local only
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

10 installs/wk local only
I
Keyban Agent Wallet
by keyban-prod-mcp

Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.

45 installs/wk local only

BaseBounty — questions

Answers built from our own checks of this server.

Why is there no uptime for BaseBounty?
BaseBounty 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 basebounty-mcp was installed 167 times last week.
How do I connect BaseBounty?
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 basebounty-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BaseBounty?
The npm package basebounty-mcp was installed 167 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BaseBounty open source?
Yes — it is published under the MIT licence, written in Solidity and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.