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

Obol

NPM · @SUPERBIGROACH/OBOL-MCP · SCANNED AUG 3

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

+16 this week 61 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (139 of 141), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (139 of 141), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability71
  • 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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @superbigroach/obol-mcp

# add to Claude Code
claude mcp add superbigroach-obol -- npx -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"]
// 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.

  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → fail functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +21
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −21
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 45

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@superbigroach/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 139 packages

139 packages in the resolved dependency tree · 138 deprecated · 35 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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
limitnumbermax results to return (default 20)
querystringwhat 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
categorystringe.g. Data, AI, Scraper, Tools
descriptionstring
docsUrlstring
hostedUrlstringyesthe public https:// endpoint agents will call
inputSchemastringinput 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
idempotencyKeystringreuse across retries; auto-generated if omitted
maxPricenumbermax USDC to pay for this call (default 1.0)
methodstring
paramsobjectquery params to pass to the API
NameTypeReqDescription
data
declinedboolean
errorstring
idempotencyKeystring
limitRemainingnumber
okbooleanyes
paidstring
receipt
receiptSignaturestring
responseSafetyobject
txstring
warningstring

No examples provided.