Skip to content
Back to search
90
MCP v1.1.0 sse

NFT Metadata API

io.github.Br0ski777/nft-metadata

Fetch NFT metadata — name, image, traits from contract+tokenId. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
179ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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 in JSON. 1. name: NFT token name 2. description: token description text 3. image…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nft_metadata_api": {
      "url": "https://nft-metadata.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}