🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@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.1.2
Version published
Weekly downloads
84
-36.36%
Maintainers
1
Weekly downloads
 
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 30 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts