NFT Metadata — Token Image, Attributes & Collection Info
NFT metadata lookup API for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Crypto Get Nft Metadata: Use this when you need to fetch metadata for a specific NFT by contract address and token ID. Returns full NFT details in JSON. 1. name: NFT token name 2. description: token d
What data it sees
Do you need an account
No: the server works without sign-in
NFT metadata lookup API for AI agents. Get name, image URL, attributes, description, and collection info for any NFT from contract address + token ID. Ethereum and Base chains supported.
Tools: crypto_get_nft_metadata.
Use this when you need specific NFT details: image, traits, rarity traits, or ownership info. IMPORTANT: For collection-level data (floor price, volume), use nft_get_collection_data instead.
Returns: {name, image, attributes[], collection, owner}. No API key required — x402 micropayment $0.003/call on Base L2.
Server tool list (1)
Raw names from tools/list. Only developers need these.
| crypto_get_nft_metadata | Use this when you need to fetch metadata for a specific NFT by contract address and token ID. Returns full NFT details in JSON. 1. name: NFT token name 2. description: token description text 3. image |