Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Lightyear CryptoPunks

io.github.Lightyear-Technologies-Limited/cryptopunks

Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks.

Uptime
100.0%
2 probes
Response
594ms
last probe
Tools
11
callable

Tools · 11

browse_types

List all CryptoPunk type categories with their counts. Rate limit: 10 per 10 min (read bucket — shared with browse_traits, get_punk_details, get_listings, get_floor_price, get_bids_for_punk, get_bids_…

browse_traits

List all CryptoPunk traits with their counts. Optionally filter by type to see how many punks of that type have each trait. Rate limit: 10 per 10 min (read bucket — shared with browse_types, get_punk_…

filter_punks

Filter CryptoPunks by type and traits. Returns matching punk IDs and their Merkle root. Rate limit: 5 per 10 min (compute bucket — shared with compute_merkle_root, resolve_merkle_root).

get_punk_details

Get metadata for specific CryptoPunks: type, traits with rarity percentages, and permalink. Rate limit: 10 per 10 min (read bucket — shared with browse_types, browse_traits, get_listings, get_floor_pr…

compute_merkle_root

Compute the Merkle root for a set of CryptoPunk IDs. The root matches the on-chain Solady MerkleProofLib encoding used by the Stash contract. Rate limit: 5 per 10 min (compute bucket — shared with fil…

get_listings

Get currently listed CryptoPunks from the native marketplace. By default returns only publicly buyable listings (excludes restricted onlySellTo and zero-value entries); pass `includeRestricted: true` …

get_floor_price

Get the current floor ask price from the native CryptoPunks marketplace. Excludes restricted (onlySellTo) and zero-value listings. Returns `totalActive` (same denominator as get_listings). Rate limit:…

get_bids_for_punk

Get pending EIP-712 bids that include a specific CryptoPunk. Returns bids from the CryptoPunks Bids API. Rate limit: 10 per 10 min (read bucket — shared with browse_types, browse_traits, get_punk_deta…

get_bids_for_merkle_root

Get pending EIP-712 bids matching a specific Merkle root. Useful for seeing competition on a trait-based bid set. Rate limit: 10 per 10 min (read bucket — shared with browse_types, browse_traits, get_…

get_bid_recommendation

Analyze market data and recommend a bid price range for a CryptoPunk trait selection. Combines floor price, competing bids, and set composition into actionable guidance. `composition` lists only the t…

resolve_merkle_root

Reverse-engineer a Merkle root back to its punk IDs and inferred trait selection. ONLY works for roots that already have at least one bid in the CryptoPunks Bids API — this tool looks bids up by root,…

Similar MCP servers embedding-nearest

Lightyear CryptoPunks
Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks.
0 tools · streamable-http
Hyperliquid Spot API
Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment.
3 tools · sse
agentservices.to live
MCP endpoint submitted at 2026-07-07T12:13:24+00:00
37 tools · http
PredMCP live
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
43 tools · streamable-http
Sugra API live
Connector between LLM agents and world data. 643 endpoints, 75+ primary sources.
6 tools · streamable-http
Hyperliquid Funding Rates API
HL perp funding rates for 229 markets. Sort, history, arb opportunities. x402.
3 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lightyear_cryptopunks": {
      "url": "https://punks.lightyear.build/api/mcp",
      "transport": "streamable-http"
    }
  }
}