This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.9.16).
magicblock_initializeMint
InactiveTool of SAP MCP Server
declared in 0.9.16
Build an unsigned transaction that initializes a validator-scoped transfer queue for a mint. Then use sap_preview_transaction, sap_sign_transaction, and sap_submit_signed_transaction. Builder fee applies.
Parameters schema
{
"type": "object",
"required": [
"owner",
"mint"
],
"properties": {
"mint": {
"type": "string",
"description": "SPL mint to initialize a transfer queue for"
},
"owner": {
"type": "string",
"description": "Wallet pubkey that will sign the transaction"
},
"cluster": {
"type": "string",
"description": "Cluster: 'mainnet', 'devnet', or custom RPC URL"
},
"validator": {
"type": "string",
"description": "Optional ER validator pubkey"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries