What is the io.github.jamesrez/valoria MCP server?
Make money with x402. See what's earning, find profitable gaps, and price your service right.
How to install io.github.jamesrez/valoria
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"valoria": {
"command": "npx",
"args": [
"-y",
"@jamesrez/valoria"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"valoria": {
"command": "npx",
"args": [
"-y",
"@jamesrez/valoria"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"valoria": {
"command": "npx",
"args": [
"-y",
"@jamesrez/valoria"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"valoria": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jamesrez/valoria"
]
}
}
}Claude Code
claude mcp add valoria -- npx -y @jamesrez/valoriaRelated MCP servers
Find where the money is in AI services. See what's earning and find market gaps.
View repository →