SicariusGuard
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address | 0.0.0.0 |
| PORT | No | API server port | 3400 |
| HELIUS_RPC_URL | No | Solana RPC endpoint (Helius recommended) | https://api.mainnet-beta.solana.com |
| BIRDEYE_API_KEY | No | Birdeye API key (optional, enriches scans) | |
| TREASURY_WALLET | No | SOL payment recipient (x402) | |
| CACHE_TTL_SECONDS | No | Cache duration | 300 |
| FREE_TIER_CALLS_PER_DAY | No | Free tier rate limit | 100 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/Chronolapse411/sicarius-guard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server