NFT Metadata — Token Image, Attributes & Collection Info
AI & Memory
Remote
1 tool
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.
How to connect
1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://nft-metadata--axel-belfort.run.tools
2
Verify the tools loaded
Confirm
tools/list returns the expected tools before relying on them in production.Tools
(1)-
crypto_get_nft_metadataUse 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