You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.9.16).

magicblock_initializeMint

Inactive

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SAP MCP Server

https://github.com/OOBE-PROTOCOL/sap-mcp

2/7 registries
View full server →