mcp-solana-ico
by waifuai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SLOPE | Yes | Only used if CURVE_TYPE is linear | |
| ICO_IDS | Yes | Comma-separated list of ICO IDs | |
| CURVE_TYPE | Yes | Bonding curve type (fixed, linear, exponential, sigmoid, or custom) | |
| FIXED_PRICE | Yes | Only used if CURVE_TYPE is fixed | |
| GROWTH_RATE | Yes | Only used if CURVE_TYPE is exponential | |
| RPC_ENDPOINT | Yes | Your Solana RPC endpoint (default: http://localhost:8899) | |
| INITIAL_PRICE | Yes | Only used if CURVE_TYPE is not fixed | |
| CUSTOM_FORMULA | Yes | Only used if CURVE_TYPE is custom | |
| ICO_WALLET_SEED | Yes | Seed for ICO wallet (replace with secure method in production) | |
| ICO_END_TIMESTAMP | Yes | Unix timestamp for ICO end | |
| TOKEN_MINT_ADDRESS | Yes | Token mint address | |
| ICO_START_TIMESTAMP | Yes | Unix timestamp for ICO start | |
| SELL_FEE_PERCENTAGE | Yes | Sell fee percentage | |
| RATE_LIMIT_PER_MINUTE | Yes | Rate limit per minute | |
| TOKEN_PRICE_PER_LAMPORTS | Yes | Default fixed price (if used) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/waifuai/mcp-solana-ico'
If you have feedback or need assistance with the MCP directory API, please join our Discord server