cryptopunks-mcp-server

Deconstruct2021/cryptopunks-mcp-server
★ 2 stars TypeScript 📊 Data/Analytics Updated 1mo ago
MCP server wrapping the NODE Foundation CryptoPunks API — 28 tools for punk data, market intelligence, wallet analytics, collection bids, and Merkle proofs.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cryptopunks-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "Deconstruct2021/cryptopunks-mcp-server"
      ]
    }
  }
}