Agent Tools
Back to MCP servers

NFT Metadata — Token Image, Attributes & Collection Info

https://server.smithery.ai/axel-belfort/nft-metadata/mcp
● healthy

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.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/nft-metadata/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/nft-metadata/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/nft-metadata-x402
Listed at (smithery)
https://github.com/Br0ski777/nft-metadata-x402