MCP server exposing 5 tools for opensea.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/opensea/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/opensea/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io