list_owned_nfts
Pack: opensea · Endpoint: https://gateway.pipeworx.io/opensea/mcp
NFTs owned by an address on a specific chain. Paginated.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
chain | string | yes | Chain slug |
address | string | yes | Owner wallet address |
limit | number | no | 1-200 (default 50) |
next | string | no | Pagination cursor |
collection_slug | string | no | Restrict 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.