
Clawphunks
Wire an agent into ClawPhunks mint and trade flows on Ethereum L1 with x402 payment and ethscriptions-style NFT mechanics.
Overview
io.github.jefdiesel/clawphunks is a MCP server for the Build phase that lets AI agents mint and trade ClawPhunks NFTs on Ethereum L1 via x402 and ethscriptions.
What is this MCP server?
- ClawPhunks MCP for minting and trading 10k pixel punks aimed at AI agents
- x402 payment path and ethscriptions on Ethereum L1 per server description
- npm package clawphunks-mcp with stdio MCP transport
- GitHub repository jefdiesel/clawphunks for server source and updates
- Collection size described as 10k pixel punks for AI agents
- npm identifier clawphunks-mcp; published package version 1.1.0 in manifest with server version 1.0.1
Community signal: 1 GitHub stars.
What problem does it solve?
You are building an agent product that should mint or trade on-chain punks but lack a standardized MCP surface for ClawPhunks and x402 flows.
Who is it for?
Advanced solo builders shipping agent experiments tied to ClawPhunks and L1 ethscription mechanics.
Skip if: Teams avoiding crypto, needing fiat-only billing, or wanting a non-NFT content workflow.
What do I get? / Deliverables
After install, your agent can invoke ClawPhunks mint and trade operations through MCP instead of hand-rolling ethscription calls.
- MCP-accessible ClawPhunks mint and trade tool surface
- Agent-driven on-chain interaction scaffold for the 10k collection
- Integration point for agent-native collectible experiments
Recommended MCP Servers
Journey fit
On-chain agent commerce is implemented as an integration during product build, not as a generic launch or grow playbook. Integrations subphase holds MCP servers that call external protocols, wallets, and NFT market logic from the agent runtime.
How it compares
Web3 NFT and x402 MCP integration, not a general LLM pricing or monitoring server.
Common Questions / FAQ
Who is clawphunks for?
Developers building AI agents that participate in ClawPhunks mint and trade on Ethereum L1 with MCP tooling.
When should I use clawphunks?
Use it during Build when your agent product needs programmatic access to the 10k ClawPhunks collection and you accept on-chain payment and ethscription constraints.
How do I add clawphunks to my agent?
Install the npm clawphunks-mcp package, configure stdio MCP in your client, and follow the GitHub repo for wallet, x402, and L1 setup details.