list_collection_nfts

Pack: opensea · Endpoint: https://gateway.pipeworx.io/opensea/mcp

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

Parameters

NameTypeRequiredDescription
collection_slugstringyesOpenSea collection slug
limitnumberno1-200 (default 50)
nextstringnoPagination cursor from prior response

Example call

curl -X POST https://gateway.pipeworx.io/opensea/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_collection_nfts","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "opensea": {
      "url": "https://gateway.pipeworx.io/opensea/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026