valoria for Cursor
io.github.jamesrez/valoria
Make money with x402. See what's earning, find profitable gaps, and price your service right.
client:Cursor
transport:stdio
runtime:npm
Install valoria in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"valoria": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jamesrez/valoria"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs