Skip to main content
Glama
Deconstruct2021

cryptopunks-mcp-server

get_punk_traits

Retrieve detailed trait information for any CryptoPunk, including type, attributes array, and rarity count. Use this tool to analyze individual punk characteristics for research or collection purposes.

Instructions

Get the traits (attributes) for a specific CryptoPunk: type, type name, attributes array, and count. Returns accurate type data for all punk types including Aliens, Apes, and Zombies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
punk_indexYesCryptoPunk index (0–9999)

Implementation Reference

  • The API function that implements the logic to fetch punk traits from the CryptoPunks API.
    export async function getPunkTraits(punkId: number) {
      return get(DATA_BASE, `/api/traits/${punkId}`);
    }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Deconstruct2021/cryptopunks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server