Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address0.0.0.0
PORTNoAPI server port3400
HELIUS_RPC_URLNoSolana RPC endpoint (Helius recommended)https://api.mainnet-beta.solana.com
BIRDEYE_API_KEYNoBirdeye API key (optional, enriches scans)
TREASURY_WALLETNoSOL payment recipient (x402)
CACHE_TTL_SECONDSNoCache duration300
FREE_TIER_CALLS_PER_DAYNoFree tier rate limit100

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_token_safetyA

Analyze a Solana SPL token for rug pull, honeypot, and safety risks. Call this BEFORE executing any swap or buy transaction. Performs 5 checks: mint authority, freeze authority, Token-2022 extensions, honeypot simulation, and holder concentration. Returns a combined risk score (0-100) and verdict.

check_honeypotA

Check if a Solana token is a honeypot by simulating a sell order through Jupiter. Zero cost — only requests a quote. Returns whether the token is sellable.

check_holder_concentrationA

Analyze the distribution of token holders. Detects if supply is concentrated in a few wallets (rug pull indicator). Flags if top 1 holder >50%, top 5 >80%, or top 10 >90%.

full_token_scanA

Most comprehensive safety analysis: on-chain byte-level inspection + Birdeye market intelligence. Use for high-value trades. Returns dual risk score (on-chain + market) with weighted final verdict.

get_wallet_reputationA

Analyze a Solana wallet's reputation using Helius DAS identity data and funding chain analysis. Checks deployer/wallet age, funding source identity, and known entity classification. Use this to evaluate whether a token deployer or counterparty is trustworthy before transacting.

get_market_intelA

Get real-time market intelligence for a Solana token from Birdeye. Returns price, 24h volume, liquidity depth, market cap, holder count, and market risk flags (wash trading, low liquidity, extreme volume ratios). Use this for trade sizing and market health assessment.

batch_scanA

Scan multiple Solana tokens in a single call for portfolio-level risk assessment. Runs full_token_scan on each mint in parallel (max 10 per batch). Returns an array of results with verdicts for each token. Use this when evaluating a portfolio, watchlist, or multiple tokens from a pool discovery.

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/Chronolapse411/sicarius-guard'

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