nft-metadata
NFT Metadata API
NFT 메타데이터 조회 API -- 컨트랙트와 토큰 ID에서 이름, 이미지, 속성, 컬렉션 정보를 가져옵니다. Ethereum과 Base를 지원합니다. x402 기반 호출별 과금(Base L2의 USDC) -- API 키 불필요, 가입 불필요, 요청 제한 없음.
klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 x402 마이크로결제 API 100개, 단일 지갑, Base의 USDC.
빠른 시작 -- 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 (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 bodyx402를 인식하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| POST |
| $0.008 | 컨트랙트와 토큰 ID에서 NFT 메타데이터 조회 |
crypto_get_nft_metadata
컨트랙트 주소와 토큰 ID로 특정 NFT의 메타데이터를 조회해야 할 때 사용하세요. NFT의 전체 상세 정보를 JSON으로 반환합니다.
매개변수
이름 | 타입 | 필수 | 설명 |
| string | 예 | NFT 컨프랙트 주소 (예: 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D) |
| string | 예 | 컨트랙트 내 토큰 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_getPortfolio 사용), 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의 일부
AI 에이전트를 위한 x402 마이크로결제 API 100개 with 단일 of wallet, Base의 USDC, 가입 절차 없음.
전체 API 참조: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
라이선스
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