Wraps OpenSea's v2 API into two straightforward tools: pull a single NFT by chain, contract address, and token ID, or list all NFTs owned by a wallet address with pagination. Part of the Pipeworx gateway, which means you can either connect to this server directly or get it bundled with 250+ other data sources through their main endpoint. The ask_pipeworx function lets you skip manual tool calls and just ask questions in plain English. Useful when you're building AI workflows that need to check NFT ownership, verify collection metadata, or query wallet holdings without wrestling with OpenSea's REST API directly.
OpenSea MCP — NFT marketplace data (v2 API)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
get_nft | Single NFT by chain + contract address + token ID. |
list_owned_nfts | NFTs owned by an address on a specific chain. Paginated. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opensea": {
"url": "https://gateway.pipeworx.io/opensea/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Opensea data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json