Metaplex-nft Mint N F T
metaplex-nft_mintNFTMint standard or compressed NFTs on Solana using Metaplex. Specify metadata URI, name, authority, and optional collection, creators, royalties, and recipient.
Instructions
Mint a new NFT via Metaplex. Supports both standard and compressed (cNFT) minting. 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 NFT metadata JSON (image, attributes, etc.) | |
| name | Yes | NFT name | |
| symbol | No | NFT symbol | |
| creators | No | Creators parameter for Metaplex-nft Mint N F T. | |
| authority | Yes | Mint authority wallet | |
| isMutable | No | Is Mutable parameter for Metaplex-nft Mint N F T. | |
| recipient | No | Solana public key (base58) | |
| collection | No | NFT mint address (base58) | |
| merkleTree | No | Solana public key (base58) | |
| isCompressed | No | Mint as compressed NFT (cNFT) for lower cost | |
| sellerFeeBasisPoints | No | Seller Fee Basis Points parameter for Metaplex-nft Mint N F T. |
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. |