
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@superbigroach/obol-mcp
Advanced tools
Obol MCP server — let any AI agent find, pay for, and call metered APIs in USDC on Arc.
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).
| Tool | What it does |
|---|---|
find_service | Search the Obol directory; returns id, price, description, call URL |
pay_and_call | Pay for + call a service; returns the API result + on-chain receipt |
get_balance | The agent wallet's USDC balance on Arc testnet |
{
"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.
npm install
npm run build
npm start
FAQs
Obol MCP server — let any AI agent find, pay for, and call metered APIs in USDC on Arc.
We found that @superbigroach/obol-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.