{"endpoint":"/api/mev/optimal-route","method":"POST","service_trust":"https://defi-shield-hazel.vercel.app/api/trust-signal","free_check":{"endpoint":"https://defi-shield-hazel.vercel.app/api/free/token-check","method":"POST","price":"FREE","note":"Try before you buy — free basic token safety check with risk math."},"also_available_on":{"virtuals_acp":{"agent":"Authensor","agent_id":18805,"offerings":["pre_trade_safety","token_deep_scan","wallet_report","batch_seal"],"marketplace":"https://app.virtuals.io/acp/scan/agents","note":"Same service, accessible to 18,000+ autonomous agents on Virtuals Protocol."},"mcp_server":{"package":"devsecure-mcp","install":"npx devsecure-mcp","tools":67,"note":"Install as MCP server in Claude, Cursor, or any MCP-compatible client for direct tool access."},"bazaar":"https://defi-shield-hazel.vercel.app/.well-known/x402","agent_card":"https://defi-shield-hazel.vercel.app/.well-known/agent-card.json"},"powered_by":"DeFi Shield by Authensor","price":"$0.50","description":"Find the optimal trading route across multiple DEX pools using real-time liquidity data. Splits trades proportional to pool liquidity to minimize total price impact.","llm_usage_prompt":"Call this endpoint BEFORE executing any trade to find the optimal multi-DEX routing. Provide token_address, amount_usd, and optionally chain. Returns routes[] with dex, pair, allocation_percent, estimated_impact per pool, plus total_price_impact, single_pool_impact, savings_vs_single_pool, and recommended_slippage. Use this to minimize slippage and MEV exposure on large trades. Costs $0.50.","params":{"token_address":"string (required) - Contract address of the token to trade","amount_usd":"number (required) - Trade size in USD","chain":"string (optional) - Chain identifier (default: base)"},"exampleRequest":{"token_address":"0x6982508145454Ce325dDbE47a25d4ec3d2311933","amount_usd":50000},"exampleResponse":{"token_address":"0x6982508145454Ce325dDbE47a25d4ec3d2311933","amount_usd":50000,"routes":[{"dex":"uniswap","pair":"PEPE/WETH","allocation_percent":62.5,"estimated_impact":0.04},{"dex":"sushiswap","pair":"PEPE/USDC","allocation_percent":37.5,"estimated_impact":0.06}],"total_price_impact":0.02,"single_pool_impact":0.05,"savings_vs_single_pool":0.03,"recommended_slippage":0.5,"recommendation":"Split across top 2 pools to reduce impact."}}