{"name":"FoxD Trading Engine","version":"1.0.0","description":"BSC-first AI-powered trading engine with MEV protection, intelligence pipeline, and strategy automation.","provider":{"name":"0xFOX Foundation","url":"https://0xfox.org"},"api":{"type":"rest","url":"https://api.foxden.trade/v1/mcp"},"authentication":{"type":"api_key","header":"X-API-Key"},"tools":[{"name":"foxden_execute_swap","description":"Execute token swap on BSC DEXes with MEV protection and AI safety check","inputSchema":{"type":"object","properties":{"tokenIn":{"type":"string","description":"Input token address"},"tokenOut":{"type":"string","description":"Output token address"},"amount":{"type":"string","description":"Amount in wei"},"slippage":{"type":"number","description":"Slippage tolerance in bps","default":100},"sender":{"type":"string","description":"Sender wallet address"}},"required":["tokenIn","tokenOut","amount","sender"]}},{"name":"foxden_analyze_token","description":"Real-time token analysis: honeypot, tax, holder distribution, liquidity, composite score","inputSchema":{"type":"object","properties":{"address":{"type":"string"},"chainId":{"type":"number","default":56}},"required":["address"]}},{"name":"foxden_portfolio","description":"Get portfolio snapshot with holdings, P&L, and risk analysis","inputSchema":{"type":"object","properties":{"wallet":{"type":"string"}},"required":["wallet"]}},{"name":"foxden_snipe_launch","description":"Monitor and snipe new token launch on Four.Meme or PancakeSwap","inputSchema":{"type":"object","properties":{"launchpad":{"type":"string","enum":["fourmeme","pancakeswap"]},"maxBuy":{"type":"string","description":"Max BNB to spend"},"conditions":{"type":"object","description":"Min buys, max mcap, etc."}},"required":["launchpad","maxBuy"]}},{"name":"foxden_create_strategy","description":"Create an autonomous trading strategy from natural language description","inputSchema":{"type":"object","properties":{"description":{"type":"string","description":"Strategy in plain language"},"locale":{"type":"string","default":"en"}},"required":["description"]}}]}