list_owned_nfts

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

NFTs owned by an address on a specific chain. Paginated.

Parameters

NameTypeRequiredDescription
chainstringyesChain slug
addressstringyesOwner wallet address
limitnumberno1-200 (default 50)
nextstringnoPagination cursor
collection_slugstringnoRestrict to a single collection (optional)

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_owned_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