🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

voulti-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voulti-mcp

MCP server for Voulti — accept crypto payments from any AI agent. Create an invoice with one call, share the hosted checkout link, and confirm payment. USDC/USDT on Celo, Base, Arbitrum, Polygon and BSC; instant self-custody settlement; no API key needed.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
36
16.13%
Maintainers
1
Weekly downloads
 
Created
Source

voulti-mcp

MCP server for Voulti — accept crypto payments from any AI agent. Create an invoice with one call, share the hosted checkout link, and confirm payment. USDC, USDT and stablecoins on 5 networks (Celo, Base, Arbitrum, Polygon, BSC), instant self-custody settlement, 1% fee. No API key — all tools are free to call.

Install

Claude Code:

claude mcp add voulti -- npx -y voulti-mcp

Cursor / any MCP client (.mcp.json / mcp.json):

{
  "mcpServers": {
    "voulti": {
      "command": "npx",
      "args": ["-y", "voulti-mcp"],
      "env": {
        "VOULTI_COMMERCE_ID": "your-commerce-id"
      }
    }
  }
}

Configuration

Env varRequiredDescription
VOULTI_COMMERCE_IDnoDefault merchant id, so the agent doesn't pass it on every call. Get it at app.voulti.com → Receive Payments → Developers (self-service signup, ~1 minute).
VOULTI_API_BASEnoDefault https://api.voulti.com.

No secrets, no wallet, no API key: Voulti's integration API is public, and settlement goes straight to the merchant's own wallet.

Tools

ToolWhat it does
create_invoiceInvoice for a fixed amount (in the merchant's base currency) → hosted checkout link. Supports reference (your order id / client name) and custom expires_at (default 1 hour)
get_invoicePayment status: PendingPaid | Expired, with paid_tx_hash on-chain proof
get_payment_linkThe merchant's permanent pay-what-you-want page (never expires)

Typical flow

  • Human: "charge my client Andrés $150".
  • create_invoice { amount_fiat: 150, reference: "andres-logo" } → send checkout_url to Andrés.
  • Andrés pays with any wallet, in the stablecoin/network he prefers.
  • get_invoice until status: "Paid" → funds are already in the merchant's wallet (minus 1%).

Full guide: voulti.com/skill.md · LLM index: voulti.com/llms.txt

Keywords

mcp

FAQs

Package last updated on 12 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts