nft-metadata
NFT メタデータ API
NFT メタデータ検索 -- コントラクト + トークン ID から名前、画像、属性、コレクション情報を取得します。Ethereum と Base に対応。 x402 による従量課金(Base L2 上の USDC)-- API キー不要、登録不要、レート制限の壁なし。
klymax402 マーケットプレイスの一部 -- AI エージェント向けの 100 の x402 マイクロペイメント API、1 つのウォレット、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_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 の一部
AI エージェント向けの 100 の x402 マイクロペイメント API -- 1 つのウォレット、Base 上の USDC、登録不要。
完全な API リファレンス: https://klymax402.com/llms-full.txt
ライブ統計: https://lymax402.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