list_collection_nfts
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-opensea
https://github.com/pipeworx-io/mcp-opensea
2/7 registries