Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Obol

NPM · @SUPERBIGROACH/OBOL-MCP · SCANNED SEP 24

Find, pay for & call APIs in USDC from AI agents - gasless, sub-cent, 0% commission.

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 40 of 140 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: no license is declared. See how to fix → Fail
  • Actively maintained (last published 75 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability76
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 498 tokens (~99/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 75% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Obol MCP server?

Obol runs locally as an npm package, launched with npx -y @superbigroach/obol-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @superbigroach/obol-mcp

# add to Claude Code
claude mcp add superbigroach-obol -- npx -y @superbigroach/obol-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "superbigroach-obol": {
      "command": "npx",
      "args": [
        "-y",
        "@superbigroach/obol-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "superbigroach-obol": {
      "command": "npx",
      "args": [
        "-y",
        "@superbigroach/obol-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add superbigroach-obol -- npx -y @superbigroach/obol-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "superbigroach-obol": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@superbigroach/obol-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add superbigroach-obol --command npx --arg -y --arg @superbigroach/obol-mcp
# ~/.hermes/config.yaml
mcp_servers:
  superbigroach-obol:
    command: "npx"
    args: ["-y", "@superbigroach/obol-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "superbigroach-obol": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@superbigroach/obol-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add superbigroach-obol -t stdio -c npx -a -y @superbigroach/obol-mcp
// mcp.json
{
  "mcpServers": {
    "superbigroach-obol": {
      "command": "npx",
      "args": [
        "-y",
        "@superbigroach/obol-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 23 Sept 26 0
    • Stability: 0.97 → pass security
  • 22 Sept 26 +1
    • Security disclosure: fail → unverified ▼ functional
  • 20 Sept 26 +1
    • Security disclosure: unverified → fail ▼ functional
  • 18 Sept 26 +1
    • Security disclosure: fail → unverified ▼ functional
  • 16 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 15 Sept 26 +2
    • CVE-2026-82562 no longer affects this package ▲ security
    • CVE-2026-82417 no longer affects this package ▲ security
    • Known CVEs: fail → pass ▲ security
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Analysed npm/@superbigroach/obol-mcp@0.2.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 140 packages
Packages resolved 140
Stale 39
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~498 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
deposit ~49

Fund the agent's Gateway balance once (gas-free spending afterward). Amount in USDC, e.g. '5'.

NameTypeReqDescription
amountstringyesUSDC amount to deposit, e.g. '5'
NameTypeReqDescription
depositedstring––
errorstring––
okbooleanyes–
txstring––

No examples provided.

find_service ~92

Search the Obol directory for metered APIs an agent can pay for per call. Results are relevance-ranked (name > category > description). Returns id, price (USDC), description, the callable URL, and a relevance score.

NameTypeReqDescription
limitnumber–max results to return (default 20)
querystring–what you need, e.g. 'crypto prices' or 'web scraper'
NameTypeReqDescription
countnumberyes–
notestring––
servicesarrayyes–

No examples provided.

get_balance ~22

Get the agent wallet + Gateway USDC balances on Arc testnet.

Input schema present but exposes no named parameters.

NameTypeReqDescription
addressstring––
errorstring––
gatewayAvailableUsdcstring––
okbooleanyes–
walletUsdcstring––

No examples provided.

list_service ~183

List (publish) a new service on the Obol marketplace so other agents can discover and pay for it. Requires the seller's Obol API key (OBOL_API_KEY env). Obol auto-issues a real ACK-ID verifiable credential for the seller's wallet and returns the marketplace URL.

NameTypeReqDescription
categorystring–e.g. Data, AI, Scraper, Tools
descriptionstring––
docsUrlstring––
hostedUrlstringyesthe public https:// endpoint agents will call
inputSchemastring–input params, e.g. 'coin: string'
namestringyesshort service name, e.g. 'Crypto Price API'
priceUsdcstringyesUSDC price per call, e.g. '0.001'
skillMarkdownstring––
NameTypeReqDescription
ackDidstring––
ackIssuerstring––
errorstring––
marketplaceUrlstring––
messagestring––
okbooleanyes–

No examples provided.

pay_and_call ~152

Pay for and call an Obol metered service via Circle Gateway. Enforces your per-call maxPrice and (with OBOL_API_KEY) your account's daily/weekly/monthly spending limits. Near-limit pays ask you to confirm. Idempotent on retry. Returns the result plus a signed, verifiable payment receipt.

NameTypeReqDescription
callUrlstringyesthe service's callUrl from find_service
idempotencyKeystring–reuse across retries; auto-generated if omitted
maxPricenumber–max USDC to pay for this call (default 1.0)
methodstring––
paramsobject–query params to pass to the API
NameTypeReqDescription
data–––
declinedboolean––
errorstring––
idempotencyKeystring––
limitRemainingnumber––
okbooleanyes–
paidstring––
receipt–––
receiptSignaturestring––
responseSafetyobject––
txstring––
warningstring––

No examples provided.

Common questions

What is the Obol MCP server?

Obol is an MCP server listed in the public MCP registry as io.github.superbigroach/obol. Find, pay for & call APIs in USDC from AI agents - gasless, sub-cent, 0% commission. This page covers its npm package (@superbigroach/obol-mcp).

Is the Obol MCP server safe to use?

Obol scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Obol MCP server expose?

Obol exposes 5 tools: find_service, deposit, pay_and_call, list_service, get_balance. Their descriptions and schemas cost roughly 498 tokens of context every time the server is loaded.

Is the Obol MCP server still maintained?

Obol is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.