New:Socket for Asana Is Now Available.Learn more
Get Started

@superbigroach/obol-mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superbigroach/obol-mcp

Obol MCP server — let any AI agent find, pay for, and call metered APIs in USDC on Arc.

Source
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source

@obol/mcp

An MCP server that gives any AI agent a wallet for the API economy. It can find metered services, pay for them per call in USDC on Arc, and read its balance — signing with the agent's own key (self-custody).

Tools

ToolWhat it does
find_serviceSearch the Obol directory; returns id, price, description, call URL
pay_and_callPay for + call a service; returns the API result + on-chain receipt
get_balanceThe agent wallet's USDC balance on Arc testnet

Configure (Claude Desktop / any MCP client)

{
  "mcpServers": {
    "obol": {
      "command": "node",
      "args": ["/abs/path/packages/obol-mcp/dist/index.js"],
      "env": {
        "OBOL_AGENT_KEY": "0xYOUR_AGENT_PRIVATE_KEY",
        "OBOL_FACILITATOR": "https://obol.dev"
      }
    }
  }
}

The agent wallet must hold testnet USDC — get some at https://faucet.circle.com. For local dev, point OBOL_FACILITATOR at http://localhost:3000.

Build & run

npm install
npm run build
npm start

FAQs

Package last updated on 01 Jul 2026

Related posts