What is the Obol MCP server?
Find, pay for & call APIs in USDC from AI agents - gasless, sub-cent, 0% commission.
How to install Obol
Copy-paste configuration for popular MCP clients.
OBOL_API_KEYrequiredsecretYour Obol API key (obl_sk_live_...) from obol-arc.web.app/settings — identifies your account for listing services and metered calls.
OBOL_AGENT_KEYsecret32-byte hex Arc wallet private key that signs gasless x402/EIP-3009 payment authorizations. Needed only for paying (pay_and_call); discovery and listing work without it.
{
"mcpServers": {
"obol": {
"command": "npx",
"args": [
"-y",
"@superbigroach/obol-mcp"
],
"env": {
"OBOL_API_KEY": "<YOUR_OBOL_API_KEY>",
"OBOL_AGENT_KEY": "<YOUR_OBOL_AGENT_KEY>"
}
}
}
}{
"mcpServers": {
"obol": {
"command": "npx",
"args": [
"-y",
"@superbigroach/obol-mcp"
],
"env": {
"OBOL_API_KEY": "<YOUR_OBOL_API_KEY>",
"OBOL_AGENT_KEY": "<YOUR_OBOL_AGENT_KEY>"
}
}
}
}{
"mcpServers": {
"obol": {
"command": "npx",
"args": [
"-y",
"@superbigroach/obol-mcp"
],
"env": {
"OBOL_API_KEY": "<YOUR_OBOL_API_KEY>",
"OBOL_AGENT_KEY": "<YOUR_OBOL_AGENT_KEY>"
}
}
}
}{
"servers": {
"obol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@superbigroach/obol-mcp"
],
"env": {
"OBOL_API_KEY": "<YOUR_OBOL_API_KEY>",
"OBOL_AGENT_KEY": "<YOUR_OBOL_AGENT_KEY>"
}
}
}
}claude mcp add obol --env OBOL_API_KEY=<YOUR_OBOL_API_KEY> --env OBOL_AGENT_KEY=<YOUR_OBOL_AGENT_KEY> -- npx -y @superbigroach/obol-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.