OpenSea
opensea.io
· OpenSea
Discover, buy, sell, and mint NFTs and swap tokens across dozens of blockchains. The OpenSea agent exposes real-time NFT, token, collection, wallet, and marketplace data and actions via the OpenSea MCP server.
opensea.io via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 38/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-22 22:27:51 current | f5d8dcb4cc57… |
view → |
Endpoints
| Agent card | https://opensea.io/.well-known/agent-card.json |
| Provider | https://opensea.io |
| Docs | https://docs.opensea.io/reference/mcp |
Skills · 7 declared · mapped to canonical taxonomy
Search across NFTs, tokens, collections, and agent tools with a single query.
Fetch NFTs, item details, ownership, rarity, live listings, and offers.
Fetch fungible tokens, balances, prices, and trending or top tokens.
Fetch collections, floor prices, stats, and trending or top collections.
Get DEX-aggregated ERC-20 token swap quotes across supported chains.
Look up accounts, profiles, NFT and token balances, favorites, and activity.
Create and cancel orders, manage drops, collections, profile, wallets, and watchlists (OAuth-scoped).
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/opensea.io) [](https://agenstry.com/agents/opensea.io) [](https://agenstry.com/agents/opensea.io) [](https://agenstry.com/agents/opensea.io)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.2.5",
"name": "OpenSea",
"version": "1.0.0",
"description": "Discover, buy, sell, and mint NFTs and swap tokens across dozens of blockchains. The OpenSea agent exposes real-time NFT, token, collection, wallet, and marketplace data and actions via the OpenSea MCP server.",
"provider": {
"organization": "OpenSea",
"url": "https://opensea.io"
},
"url": "https://mcp.opensea.io/mcp",
"preferredTransport": "streamable-http",
"supportedInterfaces": [
{
"url": "https://mcp.opensea.io/mcp",
"transport": "streamable-http"
}
],
"documentationUrl": "https://docs.opensea.io/reference/mcp",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-API-KEY",
"description": "OpenSea API key from https://opensea.io/settings/developer."
},
"openIdConnect": {
"type": "openIdConnect",
"openIdConnectUrl": "https://auth.opensea.io/.well-known/openid-configuration",
"description": "OAuth 2.1 Bearer token for user- and wallet-scoped actions."
}
},
"security": [
{
"apiKey": []
},
{
"openIdConnect": []
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "search",
"name": "Search OpenSea",
"description": "Search across NFTs, tokens, collections, and agent tools with a single query.",
"tags": [
"search",
"discovery",
"nft",
"token"
]
},
{
"id": "nft-data",
"name": "NFT and item data",
"description": "Fetch NFTs, item details, ownership, rarity, live listings, and offers.",
"tags": [
"nft",
"items",
"listings",
"offers"
]
},
{
"id": "token-data",
"name": "Token and market data",
"description": "Fetch fungible tokens, balances, prices, and trending or top tokens.",
"tags": [
"token",
"prices",
"market"
]
},
{
"id": "collection-data",
"name": "Collection data",
"description": "Fetch collections, floor prices, stats, and trending or top collections.",
"tags": [
"collection",
"stats",
"floor-price"
]
},
{
"id": "swap-quote",
"name": "Token swap quotes",
"description": "Get DEX-aggregated ERC-20 token swap quotes across supported chains.",
"tags": [
"swap",
"defi",
"quote"
]
},
{
"id": "account-portfolio",
"name": "Account and portfolio",
"description": "Look up accounts, profiles, NFT and token balances, favorites, and activity.",
"tags": [
"account",
"portfolio",
"profile"
]
},
{
"id": "marketplace-actions",
"name": "Marketplace actions",
"description": "Create and cancel orders, manage drops, collections, profile, wallets, and watchlists (OAuth-scoped).",
"tags": [
"orders",
"drops",
"manage",
"oauth"
]
}
]
}