metaplex-nft_setAndVerifyCollection
InactiveTool of SAP MCP Server
Set and verify a collection on an NFT in a single transaction. 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": [
"mint",
"collection",
"collectionAuthority",
"updateAuthority"
],
"properties": {
"mint": {
"type": "string",
"description": "NFT mint address (base58)"
},
"collection": {
"type": "string",
"description": "NFT mint address (base58)"
},
"updateAuthority": {
"type": "string",
"description": "NFT update authority"
},
"collectionAuthority": {
"type": "string",
"description": "Solana public key (base58)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries