@pipeworx/opensea

Connect: https://gateway.pipeworx.io/opensea/mcp · Install: one-click buttons

Tools: 5

OpenSea v2 MCP — NFT collections, stats, ownership.

Tools

  • get_collection(collection_slug)
  • get_collection_stats(collection_slug)
  • list_collection_nfts(collection_slug, limit?, next?)
  • get_nft(chain, contract_address, token_id)
  • list_owned_nfts(chain, address, limit?, next?, collection_slug?)

Auth

Data source

https://api.opensea.io/api/v2/ — header X-API-KEY.

Tools

  • get_collection — Fetch a collection by OpenSea slug. Returns name, description, contracts, social links, fees, image, banner. Find slugs at opensea.io/collection/.
  • get_collection_stats — Floor price, volume (24h/7d/30d/all), supply, owners, and best-offer for a collection.
  • list_collection_nfts — List NFTs inside a collection (paginated). Returns identifier, name, image, traits, owner, last sale.
  • get_nft — Single NFT by chain + contract address + token ID.
  • list_owned_nfts — NFTs owned by an address on a specific chain. Paginated.

Tools

  • get_collection — Fetch a collection by OpenSea slug. Returns name, description, contracts, social links, fees, image, banner. Find slugs at opensea.io/collection/<slug>.
  • get_collection_stats — Floor price, volume (24h/7d/30d/all), supply, owners, and best-offer for a collection.
  • get_nft — Single NFT by chain + contract address + token ID.
  • list_collection_nfts — List NFTs inside a collection (paginated). Returns identifier, name, image, traits, owner, last sale.
  • list_owned_nfts — NFTs owned by an address on a specific chain. Paginated.

Regenerated from source · build May 21, 2026