nft-metadata
API de metadatos NFT
Búsqueda de metadatos NFT: nombre, imagen, atributos e información de la colección a partir del contrato y el ID de token. Ethereum y Base. Pago por llamada mediante x402 (USDC en Base L2): sin clave de API, sin registro, sin límites de peticiones.
Parte del marketplace klymax402: 100 APIs de micropagos x402 para agentes de IA, una única cartera, USDC on Base.
Inicio rápido — MCP
Añade la siguiente configuración a tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"nft-metadata": {
"url": "https://nft-metadata.api.klymax402.com/mcp"
}
}
}Related MCP server: Base Gas MCP Server
Inicio rápido — 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 bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 → firma → reintento.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.008 | Obtiene los metadatos NFT a partir del contrato y el ID de token |
crypto_get_nft_metadata
Usa esto cuando necesites obtener los metadatos de un NFT concreto por dirección de contrato y ID de token. Devuelve los detalles completos del NFT en JSON.
Parameters
Nombre | Tipo | Requerido | Descripción |
| string | Sí | Dirección del contrato NFT (p. ej. 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D) |
| string | Sí | ID de token dentro del contrato |
| string | No | Blockchain: 'ethereum' or 'base' (default: ethereum) |
Devoluciones
Response:
name— nombre del token NFTdescription— texto de descripción del tokenimageUrl— URL de la imagen o el multimedia del NFTattributes— array de objetos de atributos contrait\_typeyvaluecollection— nombre de la colección e información del contratotokenStandard— ERC-721 o ERC-1155chain— blockchain en la que se encuentra el NFT
Example ver respuesta:
{"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"}Cuando usar: verificación de NFTs, visualización, análisis de rasgos. Imprescindible para agentes de marketplace NFT y herramientas de colecciones.
No para: saldos de cartera (usa wallet_get_portfolio), resolución ENS (usa crypto_resolve_ens), seguridad de tokens (usa token_check_safety).
Ejemplos de prompts para agentes
"Obtener metadatos de un NFT concreto por dirección de contrato y ID de token"
Pago
Protocolo: x402 — pago por llamada nativo HTTP, sin registro, sin clave de API
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase CDP (primario), PayID (reserva)
También accesible mediante ATXP (x402 envuelto en OAuth, metadatos de recurso protegido RFC 9728)
Parte de klymax402
100 APIs de micropagos x402 para agentes de IA — una única cartera, USDC en Base, cero registro.
Catálogo: https://klymax402.com/llms.txt
Referencia completa de la API: https://klymax402.com/llms-full
Estadísticas en vivo: https://klymax402.com/stats
Licencia
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