nft-metadata
NFT Metadata API
NFT 元数据查询——按合约和代币 ID 获取名称、图片、属性和收藏集信息。支持 Ethereum 和 Base。通过 x402 按次付费(Base L2 上的 USDC)——无需 API 密钥、无需注册、无速率限制。
这是 klymax402 市场的一部分——100 个面向 AI 代理的 x402 微支付 API,一个钱包,USDC 在 Base 上。
快速开始 -- MCP
添加到你的 MCP 客户端配置中(Claude Desktop、Cursor、ElizaOS 等):
{
"mcpServers": {
"nft-metadata": {
"url": "https://nft-metadata.api.klymax402.com/mcp"
}
}
}Related MCP server: Base Gas MCP Server
快速开始 -- HTTP (402)
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 body任何支持 x402 的客户端(@x402/fetch、x402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试的循环。
工具
工具 | 方法 | 路径 | 价格 | 描述 |
| POST |
| $0.008 | 从合约地址和代币 ID 获取 NFT 元数据 |
crypto_get_nft_metadata
当你需要按合约地址和代币 ID 获取特定 NFT 的元数据时,请使用此工具。它以 JSON 格式返回完整的 NFT 详情。
参数
名称 | 类型 | 必填 | 说明 |
| string | 是 | NFT 合约地址(例如 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D) |
| string | 是 | NFT 合约中的代币 ID |
| string | 否 | 区块链:'ethereum' 或 'base'(默认:ethereum) |
返回值
name-- NFT 代币名称description-- 代币描述文本imageUrl-- NFT 图片/资源的 URLattributes-- 包含 trait_type 和 value 的特征对象数组collection-- 收藏集名称与合约信息tokenStandard-- ERC-721 或 ERC-1155chain-- NFT 所在的区块链
示例响应:
{"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"}何时使用:NFT 验证、展示和特征分析。对 NFT 市场代理和收藏集工具至关重要。
不适合:钱包余额查询(请使用 wallet_get_portfolio)、ENS 解析(请使用 crypto_resolve_ens)、代币安全(请使用 token_check_safety)。
示例代理提示词
"按合约地址和代币 ID 获取特定 NFT 的元数据"
付费方式
协议:x402 -- 原生 HTTP 按次付费,无需注册,无需 API 密钥
网络:Base L2(
eip155:8453)资产:USDC
协调方:Coinbase CDP(主要),PayAI(备用)
也可通过 ATXP 访问(OAuth 封装的 x402,符合 RFC 9728 受保护资源元数据)
klymax402 的一部分
100 个面向 AI代理的 x402 微支付 API —— 一个钱包,USDC 在 Base 上,零注册。
完整 API 参考:https://klymax402.com/llms-full.txt
许可证
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