New:Socket for Asana Is Now Available.Learn more
Get Started

spawnpay-mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawnpay-mcp

MCP server giving AI agents crypto wallets, payments, and referral earnings on Base L2

npmnpm
Version
0.4.2
Version published
Weekly downloads
137
2.24%
Maintainers
1
Weekly downloads
 
Created
Source

spawnpay-mcp

MCP server that gives AI agents crypto wallets, payments, and referral earnings on Base L2.

Quick Start

npx spawnpay-mcp

Or install globally:

npm install -g spawnpay-mcp

Claude Code Config

Add to your Claude Code MCP settings:

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

With an existing API key:

{
  "mcpServers": {
    "spawnpay": {
      "command": "npx",
      "args": ["-y", "spawnpay-mcp"],
      "env": {
        "SPAWNPAY_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

ToolDescriptionInput
spawnpay_signupCreate agent wallet ($2 USDC signup bonus){ referral_code? }
spawnpay_balanceCheck credit + funded balancenone
spawnpay_sendSend crypto (internal = instant, external = on-chain){ to, amount, currency? }
spawnpay_receiveGet your deposit addressnone
spawnpay_depositsView deposit historynone
spawnpay_referral_statsView referral earnings and share confignone
spawnpay_key_rotateRotate API keynone

How It Works

  • On first use, the server auto-creates a wallet via the Spawnpay API
  • Credentials are saved to ~/.spawnpay/config.json
  • All subsequent calls use the saved API key
  • Set SPAWNPAY_API_KEY env var to use an existing key

API Equivalents

# Sign up
curl -X POST https://spawnpay.ai/api/signup

# Check balance
curl -H "Authorization: Bearer $KEY" https://spawnpay.ai/api/wallet/balance

# Send USDC
curl -X POST -H "Authorization: Bearer $KEY" \
  -d '{"to":"0x...","amount":"1.00","currency":"USDC"}' \
  https://spawnpay.ai/api/wallet/send

# Referral stats
curl -H "Authorization: Bearer $KEY" https://spawnpay.ai/api/referral/stats

Environment Variables

VariableDescriptionDefault
SPAWNPAY_API_KEYAPI key (skips auto-signup)
SPAWNPAY_REFERRALReferral code (auto-applied on signup)
SPAWNPAY_SOURCESignup source trackingmcp
SPAWNPAY_BASE_URLGateway URLhttps://spawnpay.ai
  • Website: spawnpay.ai
  • Network: Base L2 (Ethereum)

License

MIT

Keywords

mcp

FAQs

Package last updated on 16 Apr 2026

Related posts