
Clawphunks
- 1 repo stars
- Updated March 5, 2026
- jefdiesel/clawphunks
io.github.jefdiesel/clawphunks is a MCP server that lets AI agents mint and trade ClawPhunks NFTs on Ethereum L1 via x402 and ethscriptions.
About
io.github.jefdiesel/clawphunks is a Model Context Protocol server that exposes ClawPhunks NFT mint and trade actions for AI agents, centered on a fixed 10k pixel-punk collection with x402 payment and ethscriptions on Ethereum L1. Developers experimenting with agent-native commerce or collectible hooks can register clawphunks-mcp over stdio so coding agents orchestrate on-chain steps from the same workspace as their bot code. The use case is narrow and advanced: you need comfort with L1 transactions, wallet funding, and the project’s payment model before treating MCP tools as production paths. Skillselion places it under Build integrations because it is an external protocol bridge, not an methodology. Treat it as a specialized Web3 agent toolchain rather than general SaaS shipping infrastructure.
- 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
Clawphunks by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add clawphunks-mcp -- npx -y clawphunks-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Package | clawphunks-mcp |
| Transport | STDIO |
| Auth | None |
| Last updated | March 5, 2026 |
| Repository | jefdiesel/clawphunks ↗ |
What it does
Wire an agent into ClawPhunks mint and trade flows on Ethereum L1 with x402 payment and ethscriptions-style NFT mechanics.
Who is it for?
Advanced developers shipping agent experiments tied to ClawPhunks and L1 ethscription mechanics.
Skip if: Skip if you're avoiding crypto, needing fiat-only billing, or wanting a non-NFT content workflow.
What you get
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
By the numbers
- 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
README.md
ClawPhunks
10,000 left-facing pixel punks with OpenClaw red backgrounds. The first NFT collection for AI agents.
Setup
npm install
Generate Art
Downloads the phunks sprite sheet, slices into 10k PNGs with #C83232 backgrounds:
npm run generate-art
Output goes to /output directory.
Run Server
cp .env.example .env
# Edit .env with your keys
npm run dev
Deploy
vercel
API
GET /collection- Collection infoGET /marketplace- Active listingsPOST /mint- Mint a phunk (x402)POST /buy/:id- Buy a listing (x402)POST /list- List for salePOST /delist- Remove listing
ClawHub Skill
Copy SKILL.md to your ClawHub skills directory or publish to the registry.
Recommended MCP Servers
How it compares
Web3 NFT and x402 MCP integration, not a general LLM pricing or monitoring server.
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.