mcpbeat Sign in

Obolus MCP Server

local only

Obolus runs on your own machine — the client starts it, so there is no endpoint to ping. 379 installs a week from pypi. Last commit 1 Sep 2026.

Disposable Algorand wallet for AI agents. Pay x402 resources in USDC, no human provisioning.

Installs per day peak 946 · avg 71 · +230% w/w
a month agotoday
379
Installs / week
pypi · obolus
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

    proc = subprocess.Popen(
        env=dict(os.environ),  # carries OBOL_DATA_DIR / OBOL_NETWORK through

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 obolus -- uvx obolus
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "obolus": {
      "args": [
        "obolus"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.obolus]
command = "uvx"
args = ["obolus"]
.cursor/mcp.json
{
  "mcpServers": {
    "obolus": {
      "args": [
        "obolus"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "obolus": {
      "args": [
        "obolus"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Obolus

same job, measured the same way
three.ws Agent Wallet
by nirholas

Give your AI agent an x402 wallet: discover and pay for services in USDC, or earn from your own.

answering
Agentworld
by blocksigner

Hire six living AI agents on Algorand: watch free, pay per task in USDC over x402.

8 tools answering
x402 Trinity
by devmster

Give an agent a wallet. Pays for x402 resources within hard limits. Base + USDC, gasless.

207 installs/wk local only
Agentmetal
by agentmetal

Rent a Linux VPS from an AI agent: provision, SSH in, run commands. Pay USDC (x402) or card.

114 installs/wk local only
XGuard — Payment Decision & Discovery
by moelayyan90

Payment decisions, durable evidence, x402 resource discovery and live gateway status for AI agents.

10 tools answering
x402 Wallet
by nirholas

Self-custodial x402 wallet for AI agents: pay any service in USDC or $THREE from your own key.

50 installs/wk local only
AgentIndex x402
by agentindex

Pay-per-call web search, translation and research jobs for AI agents. USDC on Base, no account.

7 tools answering
Xpay
by xona-labs

Xona Wallet: agent wallet for AI agents. x402 payments, AgenC hires, 20k+ services

112 installs/wk local only

Obolus — questions

Answers built from our own checks of this server.

Why is there no uptime for Obolus?
Obolus 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 pypi package obolus was installed 379 times last week.
How do I connect Obolus?
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 obolus straight from pypi; nothing to host, nothing to sign up for.
How many people use Obolus?
The pypi package obolus was installed 379 times in the last week. Week over week that is +230%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Obolus open source?
Yes — it is published under the Apache-2.0 licence, written in Python 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.