You're viewing a demo portfolio

Join the waitlist
PRSM

get_nft

Active

Tool of mcp-opensea

declared in 0.1.0

Single NFT by chain + contract address + token ID.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "chain": "ethereum",
      "token_id": "1",
      "contract_address": "0xbc4ca0eda7647a8ab7c2061c2e2ad7d5d0d6c10a"
    },
    {
      "chain": "solana",
      "token_id": "42",
      "contract_address": "EPjFWaLb3hyJCKESKAul7f2z6VJiGipHvd9pRnqYQts"
    }
  ],
  "required": [
    "chain",
    "contract_address",
    "token_id"
  ],
  "properties": {
    "chain": {
      "type": "string",
      "description": "Chain slug (ethereum, polygon, base, arbitrum, optimism, avalanche, klaytn, bsc, solana, etc.)"
    },
    "token_id": {
      "type": "string",
      "description": "Token ID (numeric string for ERC-721/1155)"
    },
    "contract_address": {
      "type": "string",
      "description": "Contract address (0x... for EVM)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-opensea

https://github.com/pipeworx-io/mcp-opensea

2/7 registries
View full server →
get_nft — mcp-opensea — PRSM MCP