PluginBench
MCP Server
Active
MIT

io.github.csacanam/voulti MCP Server

io.github.csacanam/voulti

What is the io.github.csacanam/voulti MCP server?

Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key.

How to install io.github.csacanam/voulti

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VOULTI_COMMERCE_ID

    Default merchant id (from app.voulti.com → Receive Payments → Developers). Optional — can be passed per call.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voulti": {
      "command": "npx",
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "env": {
        "VOULTI_COMMERCE_ID": "<YOUR_VOULTI_COMMERCE_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "voulti": {
      "command": "npx",
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "env": {
        "VOULTI_COMMERCE_ID": "<YOUR_VOULTI_COMMERCE_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "voulti": {
      "command": "npx",
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "env": {
        "VOULTI_COMMERCE_ID": "<YOUR_VOULTI_COMMERCE_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "voulti": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "env": {
        "VOULTI_COMMERCE_ID": "<YOUR_VOULTI_COMMERCE_ID>"
      }
    }
  }
}
Claude Code
claude mcp add voulti --env VOULTI_COMMERCE_ID=<YOUR_VOULTI_COMMERCE_ID> -- npx -y voulti-mcp

Related MCP servers

Issue verifiable credentials from AI agents for $0.10 via x402. On-chain on Celo, IPFS-pinned.

1
Solidity
View repository →

Non-custodial Bitcoin DCA for agent treasuries: approve USDT once, stack WBTC on Celo forever.

0
Solidity
View repository →

Provably fair on-chain slot machine for AI agents: x402 spins on Base, Chainlink VRF results.

0
TypeScript
MIT
View repository →