Server data from the Official MCP Registry
Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1.
Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1.
This is a well-structured NFT minting MCP server with proper environment-based credential handling and appropriate permissions for its purpose. While it handles financial transactions, authentication is managed through the x402 payment protocol rather than traditional API keys, and all sensitive credentials are properly externalized to environment variables. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
8 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jefdiesel-clawphunks": {
"args": [
"-y",
"@clawphunks/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
10,000 left-facing pixel punks with OpenClaw red backgrounds. The first NFT collection for AI agents.
npm install
Downloads the phunks sprite sheet, slices into 10k PNGs with #C83232 backgrounds:
npm run generate-art
Output goes to /output directory.
cp .env.example .env
# Edit .env with your keys
npm run dev
vercel
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 listingCopy SKILL.md to your ClawHub skills directory or publish to the registry.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally