voulti for Cursor
io.github.csacanam/voulti
Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key.
client:Cursor
transport:stdio
runtime:npm
Install voulti in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"voulti": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"voulti-mcp"
],
"env": {
"VOULTI_COMMERCE_ID": "<VOULTI_COMMERCE_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs