list_owned_nfts
ActiveTool of mcp-opensea
declared in 0.1.0
NFTs owned by an address on a specific chain. Paginated.
Parameters schema
{
"type": "object",
"examples": [
{
"chain": "ethereum",
"limit": 50,
"address": "0x1234567890abcdef1234567890abcdef12345678"
},
{
"chain": "polygon",
"address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
"collection_slug": "boredapeyachtclub"
}
],
"required": [
"chain",
"address"
],
"properties": {
"next": {
"type": "string",
"description": "Pagination cursor"
},
"chain": {
"type": "string",
"description": "Chain slug"
},
"limit": {
"type": "number",
"description": "1-200 (default 50)"
},
"address": {
"type": "string",
"description": "Owner wallet address"
},
"collection_slug": {
"type": "string",
"description": "Restrict to a single collection (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-opensea
https://github.com/pipeworx-io/mcp-opensea
2/7 registries