Metaplex-nft Deploy Collection
metaplex-nft_deployCollectionDeploy a new NFT collection on Solana via Metaplex, returning the collection mint and metadata addresses.
Instructions
Deploy a new NFT collection via Metaplex. Returns the collection mint and metadata addresses. SAP MCP context: Protocol metaplex-nft; operation class write. Use for Metaplex NFT collection, mint, metadata, royalty, creator verification, collection verification, and authority workflows. Confirm metadata URI, collection mint, creators, royalties, update authority, and ownership before writes. For agent identity, plan with sap_agent_identity_plan, register the SAP on-chain profile through sap_payments_register_agent, then use agentUri or metadataUri to point at off-chain or NFT-backed metadata. Use these Metaplex tools when the agent also needs an NFT collection, badge, or verifiable media asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | URI to collection metadata JSON | |
| name | Yes | Collection name | |
| symbol | Yes | Collection symbol | |
| creators | No | Creator list with revenue shares (must sum to 100) | |
| authority | Yes | Collection authority wallet | |
| isMutable | No | Is Mutable parameter for Metaplex-nft Deploy Collection. | |
| maxSupply | No | Max NFTs in collection (0 = unlimited) | |
| sellerFeeBasisPoints | No | Royalty fee in bps (500 = 5%) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |