
Spawnpay
Give autonomous agents on Base L2 wallets, crypto payments, and referral earnings without hand-rolling wallet infra in your app.
Overview
io.github.Robocular/spawnpay is a MCP server for the build phase that connects AI agents to Base L2 crypto wallets, payments, and referral earnings via Spawnpay.
What is this MCP server?
- Crypto wallets and payments for AI agents on Base L2
- Referral earnings surface for agent-native monetisation experiments
- Stdio MCP via npm package spawnpay-mcp (v0.4.7)
- SPAWNPAY_API_KEY with optional auto-provision on first use
- Open-source Robocular/spawnpay repository for inspection
- Server version 0.4.7
- Transport: stdio via npm identifier spawnpay-mcp
- Chain focus: Base L2
What problem does it solve?
Agent products that need real payments stall when every wallet and transfer flow means bespoke Base L2 integration code.
Who is it for?
Solo builders prototyping agent-native commerce, tips, or referral loops on Base who want MCP-first payment APIs.
Skip if: Traditional fiat-only SaaS, teams avoiding crypto compliance risk, or products that need a full payment UI without agent mediation.
What do I get? / Deliverables
After MCP registration, your agent can call Spawnpay tools for wallets, payments, and referrals inside your development loop.
- Agent-callable wallet and payment operations on Base L2
- Referral earnings hooks for agent monetisation experiments
- Stdio MCP bridge to Spawnpay APIs during integration work
Recommended MCP Servers
Journey fit
Payment and wallet wiring is core build work once you have validated that agents should hold or move value on-chain. Spawnpay is an external payments integration, not a launch or growth tactic— it belongs alongside other third-party APIs in build.
How it compares
Spawnpay-focused crypto payments MCP, not a Stripe skill or a generic Ethereum wallet library.
Common Questions / FAQ
Who is io.github.Robocular/spawnpay for?
Developers building AI agents or agent marketplaces that need Base L2 wallets and payments from Claude Code, Cursor, or Codex.
When should I use io.github.Robocular/spawnpay?
Use it during build integrations when your agent product must send crypto, hold balances, or track referral earnings on Base.
How do I add io.github.Robocular/spawnpay to my agent?
Add the spawnpay-mcp npm stdio server to your MCP config, set SPAWNPAY_API_KEY (or let first-use provisioning create one), then restart your agent client.