{ "name": "soldefi-mcp", "mcpName": "io.github.thomenz/soldefi-mcp", "version": "0.5.2", "description": "MCP server for Solana DeFi risk intelligence, paid automatically via x402 micropayments (USDC on Solana or Base). Tools: rug/honeypot scan of any SPL token (mint/freeze-authority, Token-2022 transfer tax, holder concentration, and a live Jupiter buy->sell round trip as a strong sellability signal), a one-call full-scan bundle (honeypot + LP + deployer + exit-risk), an exit-risk check crossing Birdeye smart-money flow / bundler-sniper manipulation tags / sell-pressure with a live Jupiter exit-slippage ladder ('can I get out, and at what cost?'), deep liquidity-pool analysis (real fee APR, wash-trade risk, executable slippage ladder) across Raydium/Orca/Meteora/pumpswap, and a wash-filtered risk-adjusted 'real best pools' ranking. For trading, sniper, LP, yield and MEV agents that need to vet a token or pool before acting.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thomenz/soldefi-mcp.git" }, "homepage": "https://github.com/thomenz/soldefi-mcp#readme", "bugs": "https://github.com/thomenz/soldefi-mcp/issues", "type": "module", "bin": { "soldefi-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md" ], "keywords": [ "x402", "mcp", "model-context-protocol", "solana", "defi", "rug-check", "honeypot", "token-safety", "liquidity-pool", "wash-trading", "slippage", "yield", "mev", "raydium", "orca", "meteora", "jupiter", "spl-token", "usdc", "stablecoin", "agent-tools", "ai-agents" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit -p tsconfig.json", "prepublishOnly": "pnpm run build", "check-prices": "node scripts/check-prices.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@solana/kit": "^5.5.1", "@x402/core": "~2.17.0", "@x402/evm": "~2.17.0", "@x402/svm": "~2.17.0", "@x402/fetch": "~2.17.0", "viem": "^2.21.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.0", "tsx": "^4.19.0", "typescript": "^5.7.3" }, "engines": { "node": ">=20" } }