# NFT Metadata API MCP server

Fetch NFT metadata â€” name, image, traits from contract+tokenId. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-nft-metadata
- Repository: https://github.com/Br0ski777/nft-metadata-x402
- Website: https://github.com/Br0ski777/nft-metadata-x402

## Install
- Endpoint: https://nft-metadata.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://nft-metadata.api.klymax402.com/mcp

## Tools
- 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. imageUrl: URL to the NFT image/media
4. attributes: array of trait objects with trait_type and value
5. collection: collection name and contract info
6. tokenStandard: ERC-721 or ERC-1155
7. chain: which blockchain the NFT is on

Example output: {"name":"Bored Ape #1234","description":"A unique digital collectible...","imageUrl":"ipfs://Qm...","attributes":[{"trait_type":"Background","value":"Blue"},{"trait_type":"Fur","value":"Gold"}],"collection":"BoredApeYachtClub","tokenStandard":"ERC-721","chain":"ethereum"}

Use this FOR NFT verification, display, and trait analysis. Essential for NFT marketplace agents and collection tools.

Do NOT use for wallet balances -- use wallet_get_portfolio instead. Do NOT use for ENS resolution -- use crypto_resolve_ens instead. Do NOT use for token safety -- use token_check_safety instead. Endpoint: https://nft-metadata.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
