Skip to main content
Glama
Deconstruct2021

cryptopunks-mcp-server

get_floor_price

Retrieve the current floor price of CryptoPunks in ETH to identify the lowest active asking price across the entire collection for market analysis.

Instructions

Get the current floor price of CryptoPunks — the lowest active asking price across the entire collection. Returns value in ETH. For full details on the floor punk itself, use get_floor_punk instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The function that makes the API call to get the floor price.
    export async function getFloorPrice() {
      return get(DATA_BASE, "/api/punks", { action: "floor" });
    }
  • Tool definition and schema for get_floor_price.
    get_floor_price: {
      description:
        "Get the current floor price of CryptoPunks — the lowest active asking price across the entire collection. Returns value in ETH. For full details on the floor punk itself, use get_floor_punk instead.",
      inputSchema: z.object({}),
    },

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