Back to Browse

Clawphunks MCP Server

Developer ToolsModerate7.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1.

About

Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1.

Security Report

7.8
Moderate7.8Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 4 known CVEs in dependencies (0 critical, 1 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

7 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jefdiesel-clawphunks": {
      "args": [
        "-y",
        "@clawphunks/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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 info
  • GET /marketplace - Active listings
  • POST /mint - Mint a phunk (x402)
  • POST /buy/:id - Buy a listing (x402)
  • POST /list - List for sale
  • POST /delist - Remove listing

ClawHub Skill

Copy SKILL.md to your ClawHub skills directory or publish to the registry.

Reviews

No reviews yet

Be the first to review this server!