Skip to main content
Glama

buy_stbtcx

Purchase STBTCx memecoin on Solana by generating transaction links and providing clear instructions for completing the cryptocurrency transaction.

Instructions

Buy STBTCx memecoin on Solana — get purchase links and instructions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoAmount in USD
walletNoYour Solana wallet address (optional)

Implementation Reference

  • Handler for the 'buy_stbtcx' tool, which provides purchase links and information for the STBTCx token on Solana.
    server.tool("buy_stbtcx", "Buy STBTCx memecoin on Solana — get purchase links and instructions", {
      amount: z.number().default(1).describe("Amount in USD"),
      wallet: z.string().default("").describe("Your Solana wallet address (optional)")
    }, async ({ amount, wallet }) => {
      const contract = "386JZJtkvf43yoNawAHmHHeEhZWUTZ4UuJJtxC9fpump";
      const jupiter = `https://jup.ag/swap/SOL-${contract}`;
      const pumpfun = `https://pump.fun/coin/${contract}`;
      const raydium = `https://raydium.io/swap/?inputCurrency=SOL&outputCurrency=${contract}`;
    
      let priceText = "~$1.00 USD (1:1 parity)";
      try {
        const data = await safeFetch("https://api.coingecko.com/api/v3/simple/price?ids=stbtcx&vs_currencies=usd");
        if (data.stbtcx) priceText = `$${data.stbtcx.usd}`;
      } catch {}
    
      const walletInfo = wallet ? `\n**Your Wallet**: ${wallet}` : "\n*Provide your Solana wallet to receive tokens*";
    
      return { content: [{ type: "text", text: `# Buy STBTCx Token\n\n**Amount**: $${amount} USD\n**Price**: ${priceText}\n**Tokens**: ~${amount} STBTCx\n**Network**: Solana Mainnet\n**Contract**: \`${contract}\`${walletInfo}\n\n## Buy Options\n1. **Jupiter** (recommended): ${jupiter}\n2. **pump.fun**: ${pumpfun}\n3. **Raydium**: ${raydium}\n\n## Card Payment\nVisit: https://sintex.ai (click golden STBTCx button)\n\n*STBTCx by Padrao Bitcoin — Standard Bitcoin X*` }] };
    });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ElromEvedElElyon/claw-mcp-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server