You're viewing a demo portfolio

Join the waitlist
PRSM

list_collection_nfts

Active

Tool of mcp-opensea

declared in 0.1.0

List NFTs inside a collection (paginated). Returns identifier, name, image, traits, owner, last sale.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 50,
      "collection_slug": "boredapeyachtclub"
    },
    {
      "next": "eyJvZmZzZXQiOiAxMDB9",
      "limit": 100,
      "collection_slug": "cryptopunks"
    }
  ],
  "required": [
    "collection_slug"
  ],
  "properties": {
    "next": {
      "type": "string",
      "description": "Pagination cursor from prior response"
    },
    "limit": {
      "type": "number",
      "description": "1-200 (default 50)"
    },
    "collection_slug": {
      "type": "string",
      "description": "OpenSea collection slug"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-opensea

https://github.com/pipeworx-io/mcp-opensea

2/7 registries
View full server →
list_collection_nfts — mcp-opensea — PRSM MCP