Skip to main content
Glama
Deconstruct2021

cryptopunks-mcp-server

get_leaderboard

Retrieve the CryptoPunks leaderboard showing top holders ranked by number of punks owned for market analysis and portfolio research.

Instructions

Get the top CryptoPunks holders leaderboard ranked by number of punks owned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for the get_leaderboard tool, calling the API client.
    case "get_leaderboard": {
      const result = await api.getLeaderboard();
      return ok(result);
    }
  • Actual implementation of the getLeaderboard API call.
    export async function getLeaderboard() {
      return get(DATA_BASE, "/api/punks", { action: "leaderboard" });
    }
  • Tool registration and description for get_leaderboard.
    get_leaderboard: {
      description:
        "Get the top CryptoPunks holders leaderboard ranked by number of punks owned.",
      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