ClawPay MCP - Non-Custodial x402 Payments for AI Agents

Compatible with x402 V1/V2 + Stripe MPP - protocol-agnostic spend controls. agentpay-mcp is the human-first trust and policy layer above commodity execution rails (x402, ACP, UCP). OWS-compatible trust layer -- works on top of MoonPay Open Wallet Standard. Protocol-agnostic trust layer -- works with x402 AND Stripe MPP. While x402 settles $600M annualized - with AI agents driving 40% of protocol activity (March…

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 5 · #123 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install ClawPay MCP - Non-Custodial x402 Payments for AI Agents

before you install - you'll need

Set AGENT_PRIVATE_KEY, AGENT_WALLET_ADDRESS, RPC_URL, FACTORY_ADDRESS, NFT_CONTRACT_ADDRESS, AGENTPAY_KILL_CALLBACK_ALLOWED_HOSTS before connecting. CHAIN_ID, SESSION_TTL_SECONDS are optional or environment-specific per the README.

Claude Code

claude mcp add up2itnow0822-clawpay-mcp -- npx -y clawpay-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package clawpay-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.up2itnow0822 is GitHub-verified and matches the repo owner

03 · What ClawPay MCP - Non-Custodial x402 Payments for AI Agents can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2026-02-26

Non-custodial x402 MCP payment layer for AI agents. · x402 V2 Session payments (first non-custodial implementation in MCP) · Base Mainnet: USDC + CCTP cross-chain transfers · Drop-in MCP server for Claude Desktop…

04 · Who maintains ClawPay MCP - Non-Custodial x402 Payments for AI Agents

ClawPay MCP - Non-Custodial x402 Payments for AI Agents is maintained by up2itnow0822. We track 2 MCP servers from up2itnow0822 - 2 actively maintained, 6 combined GitHub stars, oldest repo from Feb 2026.

05 · Facts

category
finance - ranked #123 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.up2itnow0822/clawpay-mcp (active, first published 2026-02-28 · 3 versions)
packages
npm:clawpay-mcp

06 · ClawPay MCP - Non-Custodial x402 Payments for AI Agents FAQ

What is ClawPay MCP - Non-Custodial x402 Payments for AI Agents?

Compatible with x402 V1/V2 + Stripe MPP - protocol-agnostic spend controls. agentpay-mcp is the human-first trust and policy layer above commodity execution rails (x402, ACP, UCP). OWS-compatible trust layer -- works on top of MoonPay Open Wallet Standard. Protocol-agnostic trust layer -- works with x402 AND Stripe MPP. While x402 settles $600M annualized - with AI agents driving 40% of protocol activity (March…

Is ClawPay MCP - Non-Custodial x402 Payments for AI Agents still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17. We re-verify nightly.

How do I install ClawPay MCP - Non-Custodial x402 Payments for AI Agents?

Run `npx -y clawpay-mcp`. The README documents 8 environment variables (AGENT_PRIVATE_KEY, AGENT_WALLET_ADDRESS, CHAIN_ID…) to set first. Set AGENT_PRIVATE_KEY, AGENT_WALLET_ADDRESS, RPC_URL, FACTORY_ADDRESS, NFT_CONTRACT_ADDRESS, AGENTPAY_KILL_CALLBACK_ALLOWED_HOSTS before connecting. CHAIN_ID, SESSION_TTL_SECONDS are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does ClawPay MCP - Non-Custodial x402 Payments for AI Agents run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to ClawPay MCP - Non-Custodial x402 Payments for AI Agents