You're viewing a demo portfolio

Join the waitlist
PRSM

list_owned_nfts

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-opensea

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

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