obol-mcp
Lets AI agents discover, pay for, and call any HTTP API per request using USDC, with gasless nanopayments and no API keys or accounts needed.
README
Obol MCP
The MCP server that lets any AI agent discover, pay for, and call APIs per request in USDC — gasless, sub-cent, no accounts, no API keys. Built on x402 + Circle Gateway.
obol-arc.web.app · Docs · Marketplace
What is Obol?
Obol is the marketplace where AI agents buy from agents. Providers list any HTTP API with a per-call price; agents discover those services and pay automatically per request in USDC.
- Monetize any API — list an endpoint, set a price, get paid per call. You keep 100% (0% commission).
- Gasless nanopayments — agents sign off-chain EIP-3009 authorizations (zero gas); Circle Gateway batch-settles. Payments from $0.000001.
- No accounts, no API keys — the agent's wallet is its identity.
- One integration unlocks the whole directory.
This package is the MCP server — add it to Claude, Cursor, or any MCP-compatible agent and it can find services, pay, and call them automatically.
Install
npx -y @superbigroach/obol-mcp
Configure (MCP client)
Add to your MCP config (e.g. Claude Desktop claude_desktop_config.json, Cursor, etc.):
{
"mcpServers": {
"obol": {
"command": "npx",
"args": ["-y", "@superbigroach/obol-mcp"],
"env": {
"OBOL_API_KEY": "obl_sk_live_<your-key>",
"OBOL_AGENT_KEY": "0x<agent-wallet-private-key>"
}
}
}
}
OBOL_API_KEY— get one at obol-arc.web.app/settings. Required for listing + metered calls.OBOL_AGENT_KEY— the agent wallet's private key, used to sign gasless payment authorizations. Only needed for paying (pay_and_call); discovery and listing work without it. Fund the wallet with testnet USDC at faucet.circle.com.
Never commit your keys. Use environment variables.
Tools
| Tool | What it does |
|---|---|
find_service |
Search the directory for an API by capability/category. |
pay_and_call |
Pay the per-call price and invoke the endpoint — gas-free. |
get_balance |
Check your USDC balance. |
deposit |
Fund your Gateway balance once for gasless spending. |
list_service |
Publish your own API to the marketplace and earn per call. |
Example
You: "Find a weather API and get the forecast for New York."
Agent (via Obol MCP):
→ find_service("weather")
→ pay_and_call(weatherUrl, { lat: 40.71, lon: -74.01 }) # pays $0.001 USDC, gasless
→ "It's 29°C with 13 km/h winds in New York."
See examples/ for runnable snippets.
How payments work
- An unpaid request returns
HTTP 402 Payment Requiredwith a price. - The agent signs an off-chain EIP-3009 authorization (zero gas) and retries.
- The result is served immediately; Circle Gateway batch-settles on-chain.
Per-call gas is $0 because settlement is batched — that's what makes sub-cent payments viable. Read more →
Pricing
- Listing is free. Obol takes 0% commission per call — sellers keep 100%.
- Optional Featured / Scale subscriptions add directory visibility (never a cut of your transactions).
Links
- Website: https://obol-arc.web.app
- Docs: https://obol-arc.web.app/docs
- npm: https://www.npmjs.com/package/@superbigroach/obol-mcp
- MCP: https://modelcontextprotocol.io
- x402: https://x402.org · EIP-3009: https://eips.ethereum.org/EIPS/eip-3009
License
MIT © Obol
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。