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
| Name | Type | Required | Description |
|---|---|---|---|
collection_slug | string | yes | OpenSea collection slug |
limit | number | no | 1-200 (default 50) |
next | string | no | Pagination 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.