soldefi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X402_NETWORK | No | Network for x402 micropayments: 'base' (mainnet) or 'base-sepolia' (testnet). Default: base | base |
| SOLANA_RPC_URL | No | Optional RPC URL for building Solana payments (e.g. a Helius URL). Default uses public RPC. | |
| EVM_PRIVATE_KEY | No | 0x-prefixed key of the paying Base wallet. Required for Base payments. | |
| SOLDEFI_BASE_URL | No | Base URL for the hosted Solana DeFi Intelligence API. Default: https://soldefi.thomenz.me | https://soldefi.thomenz.me |
| SOLANA_PRIVATE_KEY | No | Base58 or JSON-array secret key (32 or 64 bytes) of a dedicated Solana wallet holding USDC. Required for Solana payments. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_honeypotA | Rug & honeypot scan of a Solana SPL token by mint. On-chain: mint/freeze authority renounced?, Token-2022 transfer tax, top-holder concentration, plus a live Jupiter buy->sell round trip proving the token is actually sellable (not a honeypot). Returns a 0-100 risk score, machine flags and an agent-readable verdict (AVOID/CAUTION/SAFE). Paid ($0.02). |
| analyze_poolsA | Deep liquidity-pool analysis for a Solana token across Raydium, Orca, Meteora and pumpswap. Per pool: real fee APR (volume x fee / TVL), wash-trade risk (turnover + executable-depth cross-check), age and TVL. Plus a token rug/honeypot verdict and a real Jupiter slippage ladder for true liquidity depth. Recommends the best risk-adjusted pool. Paid ($0.04). |
| top_poolsA | The real best Solana DEX pools: the same top-pools feed a free API returns, but wash-traded and fake-volume pools are filtered out and the rest ranked by risk-adjusted fee yield (Raydium/Orca/Meteora). Returns clean, decision-ready pools plus an |
| check_lp_statusA | Assess how durable a Solana token's liquidity is and whether a dev could pull it: pools (TVL, age, DEX), largest-pool depth, burned-supply share, and whether mint/freeze authority is still live. Returns a 0-100 liquidity-risk score + verdict (DURABLE/SHAKY/FRAGILE/RUG-PRONE). A durability signal, not a cryptographic LP time-lock proof. Paid ($0.02). |
| check_deployerA | Trace who launched a Solana token: the mint's creator wallet, how much of the token the deployer still holds, the deployer wallet's age and the token's age. Returns a 0-100 risk score + verdict flagging fresh wallets, heavy insider self-holding and brand-new tokens. Paid ($0.03). |
| can_i_sellA | Simulate exiting a specific USD amount of a Solana token via a live Jupiter buy->sell round trip: whether you can actually sell, USDC recovered, real sell price impact and tax/friction loss. Answers 'can I get $X out right now, and at what cost?' — catches honeypots and thin books at your real trade size. Paid ($0.01). |
| check_exit_riskB | Answer 'can I actually EXIT this Solana token right now, or am I trapped?' Crosses Birdeye smart-money signals — whale net buy/sell flow (24h), bundler/sniper manipulation tags, 1h sell-pressure and holder count — with a LIVE Jupiter exit-slippage ladder at $1k and $10k. Returns an exit_risk verdict (LOW/ELEVATED/HIGH): are the whales dumping into a thin book that traps you, or is the exit clean? The sellability wedge — for exit-planning and trading agents. Paid ($0.04). |
| scan_wallet_riskA | Read a Solana wallet's SPL holdings and run the full honeypot/rug scan on each (up to 10 positions). Returns per-token risk plus a summary of how many holdings are critical/high/medium/low and which mints to exit. For portfolio-manager and risk agents auditing exposure. Paid ($0.05). |
| scan_honeypot_batchA | Scan up to 10 Solana token mints in one paid call and get the full per-token honeypot verdict (0-100 risk score, flags, sellability) for each — cheaper than scanning individually. For vetting a watchlist or a set of launch candidates at once. Paid ($0.10). |
| validate_mintA | Free local base58 address-format validation of a single Solana mint. No payment required. Use it to avoid paying on a malformed mint. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Tools have largely distinct purposes, such as pool analysis, deployer check, honeypot scan, and exit risk. Some overlap exists between 'can_i_sell' and 'check_exit_risk' as both involve selling, but their focus differs (simulation vs. risk assessment). Overall, agents should be able to differentiate based on descriptions.
All tools use consistent snake_case with a verb_noun pattern (e.g., analyze_pools, check_deployer, scan_honeypot). Even compound names like 'can_i_sell' follow a predictable style. No mixing of conventions.
With 10 tools covering various aspects of Solana token risk analysis, the count is well-scoped. Each tool has a clear role, and the set is neither too sparse nor bloated.
The tool set covers major workflows: deployer analysis, honeypot detection, exit risk, liquidity assessment, and pool ranking. A minor gap is the lack of a basic token metadata tool (e.g., supply, decimals). However, the focus on risk assessment is adequately covered.