{ "name": "stillos-swap-mcp", "version": "1.0.0", "mcpName": "io.github.stillmarcus24/stillos-swap-mcp", "description": "Non-custodial Solana swap routing for agents: best-price via Jupiter, a 0.25% router fee (cheaper than the 0.5-1% bots), and a free on-chain scam-check (mint/freeze authority) on every token you buy. You sign with your own key — StillOS never holds funds.", "bin": { "stillos-swap-mcp": "bin.cjs" }, "main": "index.cjs", "keywords": [ "solana", "swap", "jupiter", "dex", "memecoin", "pump.fun", "trading", "mcp", "agent", "agentic-economy", "non-custodial", "scam-check", "rug", "x402" ], "author": "StillOS / NolaWealth", "license": "MIT", "homepage": "https://nolawealthfinancial.com", "engines": { "node": ">=18" }, "dependencies": { "@solana/web3.js": "^1.95.0", "@solana/spl-token": "^0.4.0" }, "files": ["router.cjs", "index.cjs", "mcp.cjs", "bin.cjs", "README.md", "LICENSE"] }