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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/thomenz/soldefi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server