nft-metadata
NFT Metadata API
NFT-Metadatenabruf – Name, Bild, Attribute, Sammlungsinformationen aus Vertrag und Token-ID. Ethereum und Base. Pay-per-Call über x402 (USDC auf Base L2) – kein API-Schlüssel, keine Anmeldung, keine Rate-Limit-Hürde.
Teil des klymax402-Marktplatzes – 100 x402-Mikrozahlungs-APIs für KI-Agenten, ein Wallet, USDC auf Base.
Schnellstart – MCP
Fügen Sie Folgendes in die Konfiguration Ihres MCP-Clients ein (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"nft-metadata": {
"url": "https://nft-metadata.api.klymax402.com/mcp"
}
}
}Related MCP server: Base Gas MCP Server
Schnellstart – HTTP (x402)
curl -X POST "https://nft-metadata.api.klymax402.com/api/metadata" \
-H "Content-Type: application/json" \
-d '{"contract":"...","tokenId":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyJeder Client mit x402-Unterstützung (@x402/fetch, x402-agent-tools, ATXP) übernimmt den Zyklus 402 -> sign -> retry automatisch.
Tools
Tool | Methode | Pfad | Preis | Beschreibung |
| POST |
| $0.008 | NFT-Metadaten aus Vertrag und Token-ID abrufen |
crypto_get_nft_metadata
Verwenden Sie dieses Tool, wenn Sie Metadaten für ein bestimmtes NFT anhand der Vertragsadresse und Token-ID abrufen müssen. Die vollständigen NFT-Details werden im JSON-Format zurückgegeben.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | ja | Vertragsadresse des NFT (z. B. 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D) |
| string | ja | Token-ID innerhalb des Vertrags |
| string | nein | Blockchain: 'ethereum' oder 'base' (Standard: ethereum) |
Rückgabewerte
name– Name des NFT-Tokensdescription– Beschreibungstext des TokensimageUrl– URL für das Bild/die Medien des NFTsattributes– Array von Trait-Objekten mit trait_type und valuecollection– Name der Sammlung und VertragsinformationentokenStandard– ERC-721 oder ERC-1155chain– Blockchain, auf der das NFT liegt
Beispielantwort:
{"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"}Wann verwenden: NFT-Verifikation, Anzeige und Trait-Analyse. Unverzichtbar für NFT-Marktplatz-Agenten und Sammlungstools.
Nicht geeignet für: Wallet-Kontostände (wallet_get_portfolio verwenden), ENS-Auflösung (crypto_resolve_ens verwenden), Token-Sicherheit (token_check_safety verwenden).
Beispiel-Agent-Prompts
Metadaten für ein bestimmtes NFT anhand von Vertragsadresse und Token-ID abrufen
Zahlung
Protokoll: x402 – HTTP-natives Pay-per-Call, keine Anmeldung, kein API-Schlüssel
Netzwerk: Base L2 (
eip155:8453)Asset: USDC
Facilitator: Coinbase CDP (primär), PayAI (Fallback)
Auch erreichbar über ATXP (OAuth-verpacktes x402, RFC 9728-Metadaten für geschützte Ressourcen)
Teil von klymax402
100 x402-Mikrozahlungs-APIs für KI-Agenten – ein Wallet, USDC auf Base, keine Anmeldung.
Katalog: https://klymax402.com/llms.txt
Vollständige API-Referenz: https://klymax402.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.MIT
- FlicenseAqualityCmaintenanceProvides AI agents with real-time gas prices and blockchain data from Base, with metered access via x402 payment protocol.4
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT
- AlicenseNot gradedqualityBmaintenanceNFT collection floor price, volume, holders, rarity data for Ethereum and Base via Alchemy. Pay-per-call via x402 (USDC on Base L2) without API key or signup.MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/nft-metadata-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server