Enterprise DNA
M MCP Servers Developer low

up2itnow0822/clawpay-mcp

by Various

Non-custodial x402 MCP payment layer for AI agents — the open-source alternative to Vercel x402-mcp

U

MCP

up2itnow0822/clawpay-mcp

Added 1 June 2026

#agentpay #ai-agents #mcp #payments #x402

Overview

An open-source, non-custodial payment layer that implements the x402 standard for AI agents using the Model Context Protocol (MCP). It enables pay-per-use interactions without central custody of funds, serving as an alternative to Vercel's x402-mcp implementation. Built in TypeScript, it integrates payments directly into agent workflows.

Best for

Best for
Developers building AI agents that need a self-hosted, non-custodial payment layer for pay-per-use interactions.

Use cases

  • Monetizing AI agent interactions with per-request microtransactions
  • Enabling payments in MCP-compatible agent toolchains or APIs
  • Adding a non-custodial payment gate to autonomous agent services

How to use

Install

npm install -g agentpay-mcp

Tools exposed

  • x402_pay
  • x402_session_start
  • x402_session_fetch
  • x402_session_status
  • x402_session_end
  • get_wallet_info
  • send_payment
  • check_spend_limit
  • set_spend_policy
  • check_budget
  • queue_approval
  • get_transaction_history
  • deploy_wallet
  • lookup_token
  • add_custom_token
  • list_chain_tokens
  • send_token
  • get_balances
  • swap_tokens
  • bridge_usdc

Tested with

Claude Desktop, Claude Code, Cursor, Windsurf

Example client config

{\n  "mcpServers": {\n    "agentpay": {\n      "command": "npx",\n      "args": ["agentpay-mcp"],\n      "env": {\n        "AGENT_PRIVATE_KEY": "0x...",\n        "AGENT_WALLET_ADDRESS": "0x..."\n      }\n    }\n  }\n}

Notes

An open-source, non-custodial payment layer that implements the x402 standard for AI agents using the Model Context Protocol (MCP). It enables pay-per-use interactions without central custody of funds, serving as an alternative to Vercel’s x402-mcp implementation. Built in TypeScript, it integrates payments directly into agent workflows.

4 stars on GitHub. Last updated 2026-05-19. Licensed MIT.

Use cases

  • Monetizing AI agent interactions with per-request microtransactions
  • Enabling payments in MCP-compatible agent toolchains or APIs
  • Adding a non-custodial payment gate to autonomous agent services

Pros

  • Non-custodial design keeps users in control of their funds
  • Open-source alternative to a proprietary solution (Vercel x402-mcp)
  • Written in TypeScript for broad compatibility in modern agent stacks

Cons

  • Very low community traction (4 stars) indicates early-stage maturity
  • Limited ecosystem support and likely sparse documentation
  • Requires integration with both x402 and MCP infrastructure

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Non-custodial design keeps users in control of their funds
  • Open-source alternative to a proprietary solution (Vercel x402-mcp)
  • Written in TypeScript for broad compatibility in modern agent stacks

Cons

  • Very low community traction (4 stars) indicates early-stage maturity
  • Limited ecosystem support and likely sparse documentation
  • Requires integration with both x402 and MCP infrastructure
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks