Deconstruct Lab

COMMUNITY
TOOLS

Offering cool tools to enhance the cryptoart and digital art experience.

cryptopunks-mcp-server

VIEW ON GITHUB ↗

MCP server wrapping the NODE Foundation CryptoPunks API. If you collect CryptoPunks, research the market, or track wallets — this server puts all live on-chain data directly inside your AI assistant. Perfectly read-only. Nothing touches your wallet.

// KEY FEATURES

  • Query live market stats and attribute data
  • Fetch comprehensive Punk history and metadata
  • Analyze collector wallets and bids
  • Generate and verify Merkle root proofs

// TOOLKIT INCLUDES (28 TOTAL)

• Punk Data (6)
• Market Intelligence (9)
• Merkle Tree (5)
• Collection Bids (6)
• Account Analytics (1)
• Batch Operations (1)

CryptoPunks MCP Server Interface

If you collect CryptoPunks, research the market, or track wallets — you already know the data is scattered across dashboards, block explorers, and manual lookups. This server puts all of it inside your AI assistant.

Once installed, you can ask Claude (or any MCP-compatible AI) questions about the CryptoPunks market in plain English and get answers drawn from live on-chain data. No more tab-switching between cryptopunks.app, Etherscan, and spreadsheets. Your AI becomes your research desk.

Under the hood, this wraps the NODE Foundation's public CryptoPunks API (launched March 2026) through the Model Context Protocol — the open standard that lets AI assistants use external tools. Everything is read-only. Nothing touches your wallet.

PRO TIP To install this in Claude Desktop, add the following to your claude_desktop_config.json under mcpServers:
"cryptopunks": { "command": "npx", "args": ["-y", "@deconstruct2021/cryptopunks-mcp-server"] }

rare-protocol-mcp-server

VIEW ON GITHUB ↗

The RARE Protocol powers $300M+ in NFT sales on SuperRare. This MCP server exposes the entire protocol surface as structured AI tools, allowing your agents to interact with the protocol using pure natural language to on-chain execution.

// AGENT WORKFLOW CAPABILITIES

  • Deploy branded ERC-721 collections on Ethereum
  • Mint NFTs with IPFS media upload sequentially
  • Create, bid, settle, and cancel timed auctions
  • Search live tokens, auctions, and collections

// CORE COMMANDS

rare_deploy_contract rare_mint_nft rare_auction_create rare_search_tokens

SuperRare MCP Server Interface

The RARE Protocol powers $300M+ in NFT sales on SuperRare. This MCP server exposes the entire protocol surface as structured AI tools — so agents can:

  • Deploy branded ERC-721 collections on Ethereum
  • Mint NFTs with IPFS media upload in one step
  • Create, bid, settle, and cancel auctions
  • Search tokens, auctions, and collections
  • Query on-chain contract and token status
PRO TIP This server requires an Infura or Alchemy Web3 key. For the most immersive agent experience, provide Claude with your "RARE Collection Manager" address during setup.