Obol for Cursor
io.github.superbigroach/obol
Find, pay for & call APIs in USDC from AI agents - gasless, sub-cent, 0% commission.
client:Cursor
transport:stdio
runtime:npm
Install Obol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"obol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@superbigroach/obol-mcp"
],
"env": {
"OBOL_API_KEY": "<OBOL_API_KEY>",
"OBOL_AGENT_KEY": "<OBOL_AGENT_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs