Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BSC_RPC_URL | No | The RPC URL for connecting to the Binance Smart Chain | https://bsc-dataseed.binance.org |
| MORALIS_API_KEY | No | Optional: Your Moralis API key if you want to fetch token balances from Moralis | |
| BSC_WALLET_PRIVATE_KEY | Yes | Your private key for a Binance Smart Chain (BSC) wallet |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| transferNativeToken | Transfer native token (BNB) |
| transferBEP20Token | Transfer BEP-20 token by symbol or address |
| pancakeSwap | Swap tokens in BSC chain via PancakeSwap |
| getWalletInfo | Get wallet info for an address |
| createFourMeme | create new meme token on four.meme |
| createBEP20Token | create bep20 token |
| buyMemeToken | buy meme token |
| sellMemeToken | sell meme token |
| pancakeAddLiquidity | add liquidity to pancake |
| pancakeMyPosition | check my liquidity position on panceke |
| pancakeRemovePosition | remove liquidity position on panceke |
| securityCheck | Check security of BSC tokens |