# NFT Metadata — Token Image, Attributes & Collection Info

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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/nft-metadata

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/nft-metadata

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/nft-metadata crypto_get_nft_metadata

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/nft-metadata crypto_get_nft_metadata '{}'
```

## Direct MCP Connection

Endpoint: `https://nft-metadata--axel-belfort.run.tools`

## Tools (1)

- `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 …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/nft-metadata <tool-name>
```
