Skip to main content
Glama
Deconstruct2021

cryptopunks-mcp-server

get_all_native_bids

Retrieve all CryptoPunks with active on-chain bids placed directly through the marketplace contract. Use this tool to identify punks receiving direct purchase offers on the blockchain.

Instructions

Get all CryptoPunks that currently have an active native bid placed directly on them via the CryptoPunks marketplace contract. Note: these are on-chain native bids, different from off-chain collection bids (use get_collection_bids for those).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the get_all_native_bids tool, which calls api.getBiddedPunks().
    case "get_all_native_bids": {
      const result = await api.getBiddedPunks();
      return ok(result);
    }
  • src/tools.ts:121-125 (registration)
    The registration of the get_all_native_bids tool, including its description and schema.
    get_all_native_bids: {
      description:
        "Get all CryptoPunks that currently have an active native bid placed directly on them via the CryptoPunks marketplace contract. Note: these are on-chain native bids, different from off-chain collection bids (use get_collection_bids for those).",
      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