Odel
voulti

voulti

Local
@csacanamSolidityMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmvoulti-mcpv0.1.0

Run

npx -y voulti-mcp

MCP client config

{
  "mcpServers": {
    "voulti": {
      "command": "npx",
      "args": [
        "-y",
        "voulti-mcp"
      ]
    }
  }
}