Skip to main content
Glama
nirholas

Boosty MCP DeFi Platform

by nirholas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_DBNoRedis database index.
LOG_LEVELNoLogging level (debug, info, warn, error).info
REDIS_URLYesRedis connection URL (e.g., redis://localhost:6379).
JWT_SECRETNoSecret used for JWT authentication if using the HTTP transport.
LOG_FORMATNoLogging format (json, pretty).json
DATABASE_SSLNoWhether to use SSL for the database connection (true/false).
DATABASE_URLYesPostgreSQL connection string (e.g., postgresql://user:password@localhost:5432/boosty).
X402_NETWORKNoBlockchain network for x402 payments (e.g., base-mainnet).
CACHE_MAX_SIZENoMaximum number of items to keep in the cache.
DEBANK_API_KEYNoDeBank API key for detailed DeFi position data.
HELIUS_API_KEYNoHelius API key for dedicated RPC access.
REDIS_PASSWORDNoPassword for the Redis connection.
SOLANA_RPC_URLYesSolana RPC endpoint, required for trading operations.
TX_MAX_RETRIESNoMaximum number of times to retry a failed transaction.
ALCHEMY_API_KEYYesAlchemy API key, required for EVM wallet data.
SOLSCAN_API_KEYNoSolscan API key for Solana block data.
ARBISCAN_API_KEYNoArbiscan API key for Arbitrum block data.
BASESCAN_API_KEYNoBasescan API key for Base block data.
CACHE_TTL_SECONDSNoTime-to-live for cached data in seconds.
COINGECKO_API_KEYYesCoinGecko API key, required for token price data.
ETHERSCAN_API_KEYNoEtherscan API key for Ethereum block data.
JITO_AUTH_KEYPAIRNoPath to the Jito authentication keypair JSON file.
SOLANA_RPC_WS_URLNoSolana RPC WebSocket endpoint.
TX_RETRY_DELAY_MSNoDelay between transaction retries in milliseconds.
DATABASE_POOL_SIZENoSize of the PostgreSQL connection pool.
QUICKNODE_ENDPOINTNoQuickNode endpoint URL.
X402_PAY_TO_ADDRESSNoAddress to receive USDC micropayments via x402 protocol.
DEFAULT_SLIPPAGE_BPSNoDefault slippage for trades in basis points (100 = 1%).
X402_FACILITATOR_URLNoURL of the x402 payment facilitator.
JITO_BLOCK_ENGINE_URLNoJito block engine URL for MEV protection.
MASTER_ENCRYPTION_KEYYesA 256-bit hex key used for encrypting wallet private keys at rest.
RATE_LIMIT_BURST_SIZENoMaximum burst size for rate limiting.
PRIORITY_FEE_PERCENTILENoThe percentile to use for calculating priority fees.
MAX_PRIORITY_FEE_LAMPORTSNoMaximum priority fee in lamports.
TX_CONFIRMATION_TIMEOUT_MSNoTimeout for waiting for transaction confirmation.
RATE_LIMIT_REQUESTS_PER_MINUTENoMaximum requests allowed per minute.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/nirholas/defi-mcp-servers'

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