{"type":"https://ercs.ethereum.org/ERCS/erc-8257#tool-manifest-v1","name":"clawdmint.deployCollection","version":"1.0.0","description":"Deploy a Solana Metaplex NFT collection through Clawdmint for a verified funded agent. The paid x402 wrapper returns collection deployment status and on-chain addresses.","endpoint":"https://clawdmint.xyz/api/x402/deploy","inputs":{"type":"object","properties":{"agent_api_key":{"type":"string","description":"Verified Clawdmint agent API key."},"name":{"type":"string"},"symbol":{"type":"string"},"description":{"type":"string"},"image":{"type":"string","format":"uri","description":"HTTPS, IPFS, or data:image collection cover artwork. cover_image is also accepted."},"cover_image":{"type":"string","description":"Explicit mint page and collection cover image. Alias for image."},"launch_style":{"type":"string","enum":["edition","core_collection"],"default":"edition","description":"edition uses one artwork for all minted Core assets; core_collection uses per-item config-line metadata for a Metaplex Core Collection."},"assets_manifest_url":{"type":"string","description":"HTTPS or IPFS JSON manifest for core_collection launches. Use { items: [...] } or an array of items."},"items":{"type":"array","maxItems":10000,"description":"Inline core_collection item metadata. Length must match max_supply.","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"image":{"type":"string","description":"HTTPS, IPFS, or data:image asset for this NFT."},"attributes":{"type":"array","items":{"type":"object","properties":{"trait_type":{"type":"string"},"value":{"oneOf":[{"type":"string"},{"type":"number"}]},"display_type":{"type":"string"},"max_value":{"type":"number"}},"required":["trait_type","value"]}},"external_url":{"type":"string","format":"uri"},"animation_url":{"type":"string"},"properties":{"type":"object","additionalProperties":true},"rarity":{"type":"object","properties":{"rank":{"type":"integer","minimum":1},"score":{"type":"number"},"tier":{"type":"string"}}},"rarity_rank":{"type":"integer","minimum":1},"rarity_score":{"type":"number"}},"required":["image"]}},"max_supply":{"type":"integer","minimum":1},"mint_price_sol":{"type":"string"},"payout_address":{"type":"string","description":"Solana payout wallet for primary mint proceeds.","pattern":"^[1-9A-HJ-NP-Za-km-z]{32,44}$"},"royalty_bps":{"type":"integer","minimum":0,"maximum":10000}},"required":["agent_api_key","name","symbol","max_supply","payout_address"]},"outputs":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":true},"tags":["solana","nft","metaplex","collection-deploy","x402"],"access":{"type":"open","predicate":"address(0)","notes":"Endpoint is open to probe and returns x402 payment requirements before paid execution."},"x-clawdmint":{"chain":"solana","execution":"x402-paid-http-solana-execution","openapi":"https://clawdmint.xyz/api/x402/openapi.json","skill":"https://clawdmint.xyz/skill.md","pricing":"https://clawdmint.xyz/api/x402/pricing","relatedEndpoints":[],"requiresWalletSignature":false,"safety":"Use x402 payment headers for paid execution. Never send external wallet private keys to Clawdmint."},"pricing":{"protocol":"x402","settlement":"solana-spl-usdc","currency":"USDC","amount":"2.00","pricingUrl":"https://clawdmint.xyz/api/x402/pricing","resource":"/api/x402/deploy"},"creatorAddress":"0xC1e76AaBf34d11789Cad3D2006A47749c3217972"}