Skip to main content
Glama
Deconstruct2021

cryptopunks-mcp-server

get_floor_punk

Retrieve the cheapest available CryptoPunk for sale with its index, owner, price, and attributes to identify current market opportunities.

Instructions

Get the specific CryptoPunk currently listed at the floor price — the cheapest punk for sale right now, with its full details including index, owner, price, and attributes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler case for 'get_floor_punk' which calls the API wrapper and returns the result.
    case "get_floor_punk": {
      const result = await api.getFloorPunk();
      return ok(result);
    }
  • The API wrapper function that performs the actual network request to fetch the floor punk.
    export async function getFloorPunk() {
      return get(DATA_BASE, "/api/punks", { action: "floor-punk" });
    }

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