metaplex-nft_mintNFT
InactiveTool of SAP MCP Server
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.
Parameters schema
{
"type": "object",
"required": [
"authority",
"name",
"uri"
],
"properties": {
"uri": {
"type": "string",
"description": "URI to NFT metadata JSON (image, attributes, etc.)"
},
"name": {
"type": "string",
"description": "NFT name"
},
"symbol": {
"type": "string",
"description": "NFT symbol"
},
"creators": {
"type": "array",
"items": {
"type": "object",
"required": [
"address",
"share"
],
"properties": {
"share": {
"type": "number",
"description": "Share parameter for Metaplex-nft Mint N F T."
},
"address": {
"type": "string",
"description": "Solana public key (base58)"
},
"verified": {
"type": "boolean",
"description": "Verified parameter for Metaplex-nft Mint N F T."
}
},
"description": "Creators parameter for Metaplex-nft Mint N F T.",
"additionalProperties": false
},
"description": "Creators parameter for Metaplex-nft Mint N F T."
},
"authority": {
"type": "string",
"description": "Mint authority wallet"
},
"isMutable": {
"type": "boolean",
"description": "Is Mutable parameter for Metaplex-nft Mint N F T."
},
"recipient": {
"type": "string",
"description": "Solana public key (base58)"
},
"collection": {
"type": "string",
"description": "NFT mint address (base58)"
},
"merkleTree": {
"type": "string",
"description": "Solana public key (base58)"
},
"isCompressed": {
"type": "boolean",
"description": "Mint as compressed NFT (cNFT) for lower cost"
},
"sellerFeeBasisPoints": {
"type": "number",
"description": "Seller Fee Basis Points parameter for Metaplex-nft Mint N F T."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries