agentic-payments

Veridex-Protocol/agentic-payments
★ 1 stars TypeScript 🤖 AI/LLM Updated 2d ago
A comprehensive SDK for autonomous agent payments, built on top of `@veridex/sdk`. This package provides session key management, x402 protocol support, UCP credential provider, MCP server integration, and multi-chain payment routing.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-payments": {
      "command": "npx",
      "args": [
        "-y",
        "Veridex-Protocol/agentic-payments"
      ]
    }
  }
}