Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Combines wallets, onramps, and payments via x402 to enable AI agents to autonomously discover and pay for services without API keys or complex setup.

README.md

@coinbase/payments-mcp

Payments MCP is an MCP server & companion wallet app that combines wallets, onramps, and payments via x402 into a single solution for agentic commerce.

It enables AI agents to autonomously discover and pay for services without API keys, complex seed phrases, or manual intervention.

Read the documentation

Quick Start

1) Install payments-mcp:

npx @coinbase/payments-mcp

2) Select your MCP client:

During installation, you'll be prompted to choose which MCP client you're configuring:

  • Claude - Claude Desktop application
  • Claude Code - Claude Code CLI
  • Codex - OpenAI Codex CLI
  • Gemini - Google Gemini CLI
  • Other - Other MCP-compatible tools

3) Automatic Configuration (Optional):

The installer supports automatic configuration for compatible MCP clients.

You'll be prompted during installation, or you can:

# Automatically configure without prompting
npx @coinbase/payments-mcp --client claude --auto-config

# Skip automatic configuration
npx @coinbase/payments-mcp --client claude --no-auto-config

4) Manual Configuration (If Needed):

If you skip automatic configuration, detailed setup instructions will be displayed.

Example Configuration:

{
  "mcpServers": {
    "payments-mcp": {
      "command": "node",
      "args": ["/Users/your-home-dir/.payments-mcp/bundle.js"]
    }
  }
}

Usage

Commands

# Default installation (same as 'install')
npx @coinbase/payments-mcp

# Explicit install command
npx @coinbase/payments-mcp install

# Force reinstallation (even if up to date)
npx @coinbase/payments-mcp install --force

# Check installation status
npx @coinbase/payments-mcp status

# Uninstall payments-mcp
npx @coinbase/payments-mcp uninstall

# Enable verbose logging for any command
npx @coinbase/payments-mcp install --verbose

Options

  • --client, -c <client>: Specify MCP client to configure (claude, claude-code, codex, gemini, other)
  • --auto-config: Automatically configure the MCP client without prompting (for supported clients)
  • --no-auto-config: Skip automatic configuration prompt
  • --verbose, -v: Enable detailed logging output
  • --force, -f: Force reinstallation even if already up to date
  • --help, -h: Show help information

Supported MCP Clients

| Client | Value | Description | Auto-Config | |------|-------|-------------|-------------| | Claude Desktop | claude | Claude Desktop application | ✅ | | Claude Code | claude-code | Claude Code CLI tool | ✅ | | Codex CLI | codex | OpenAI Codex CLI tool | ✅ | | Gemini CLI | gemini | Google Gemini CLI tool | ✅ | | Other | other | Other stdio-compatible MCP clients | Manual only |

File Locations

  • Installation Directory: ~/.payments-mcp/
  • Logs: Displayed in terminal (use --verbose for detailed logs)

Troubleshooting

Common Issues

"Command not found" Error

  • Ensure npm is in your system PATH
  • Try running npm --version to verify npm installation

"Permission denied" Error

  • On macOS/Linux: Check file permissions in the installation directory
  • On Windows: Try running as administrator

"Module not found" Error

  • Re-run the installer to download the latest version
  • Use --force flag to force reinstallation

Network Issues

  • Check your firewall and proxy settings

Debug Mode

For detailed troubleshooting information, run with verbose logging:

npx @coinbase/payments-mcp install --verbose

Getting Help

  1. Check the status of your installation:
   npx @coinbase/payments-mcp status
  1. View detailed logs with --verbose flag
  1. For additional support, visit: GitHub Issues

Security

The Coinbase team takes security seriously. Please do not file a public ticket discussing a potential vulnerability. Please report your findings through our HackerOne program.

For more information, see our Security Policy.

License

Licensed under the Apache License, Version 2.0. See the LICENSE file for details.

---

Note: This installer is designed for the payments-mcp project and supports multiple MCP clients. For other MCP servers, please refer to their respective installation instructions.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.