ClawPay MCP - Non-Custodial x402 Payments for AI Agents

AgentPay MCP is a stdio Model Context Protocol server for x402 payments and wallet operations. It exposes Agent Wallet SDK functions as MCP tools and loads a caller-controlled signing key from the local process environment.

People who work with agentpay, payments and x402 and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 5 · #121 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

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 before connecting. CHAIN_ID is 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

v4.1.17 · 2026-08-29

AgentPay MCP v4.1.17 · This release brings the GitHub record in line with the package · already published on npm. · Provenance · The tag points to commit e140059, the gitHead recorded by npm. · package.json at the tag…

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 #121 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-08-29)
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?

AgentPay MCP is a stdio Model Context Protocol server for x402 payments and wallet operations. It exposes Agent Wallet SDK functions as MCP tools and loads a caller-controlled signing key from the local process environment.

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

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 1 release in the last 90 days. 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 3 environment variables (AGENT_PRIVATE_KEY, AGENT_WALLET_ADDRESS, CHAIN_ID) to set first. Set AGENT_PRIVATE_KEY, AGENT_WALLET_ADDRESS before connecting. CHAIN_ID is 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