{"protocolVersion":"2025-03-26","capabilities":{"tools":{}},"serverInfo":{"name":"vigil-prop-firm-compliance","version":"1.0.0"},"tools":[{"name":"lookup_firm_rules","description":"Look up the complete trading rules for any prop trading firm. Returns account sizes, drawdown limits, profit targets, daily loss limits, profit splits, and restrictions.","inputSchema":{"type":"object","properties":{"firm_name":{"type":"string","description":"Name of the prop firm (e.g., FTMO, TopStep, Apex)"}},"required":["firm_name"]}},{"name":"compare_firms","description":"Compare two prop trading firms side by side. Returns differences in drawdown type, profit split, fees, rules, and which firm is better for different trading styles.","inputSchema":{"type":"object","properties":{"firm_a":{"type":"string","description":"First firm name (e.g., FTMO)"},"firm_b":{"type":"string","description":"Second firm name (e.g., TopStep)"}},"required":["firm_a","firm_b"]}},{"name":"check_trust_score","description":"Check the independent trust score for a prop trading firm. Scores are based on company fundamentals, payout track record, community reputation, and regulatory standing.","inputSchema":{"type":"object","properties":{"firm_name":{"type":"string","description":"Name of the prop firm to check"}},"required":["firm_name"]}},{"name":"lookup_term","description":"Look up a prop firm trading term definition. Returns the definition, real-world example with numbers, and related terms.","inputSchema":{"type":"object","properties":{"term":{"type":"string","description":"Trading term to look up (e.g., trailing drawdown, profit target)"}},"required":["term"]}},{"name":"simulate_drawdown","description":"Simulate how trailing drawdown works for a specific firm and account size. Shows how the drawdown floor moves with daily P&L.","inputSchema":{"type":"object","properties":{"firm_name":{"type":"string","description":"Name of the prop firm"},"account_size":{"type":"number","description":"Account size in dollars (e.g., 50000, 100000)"},"daily_pnl":{"type":"array","description":"Array of daily P&L values in dollars (e.g., [500, -200, 300])","items":{"type":"number"}}},"required":["firm_name","account_size","daily_pnl"]}},{"name":"list_firms","description":"List all prop trading firms in the database with basic info.","inputSchema":{"type":"object","properties":{}}},{"name":"find_best_firm","description":"Find the best prop firm based on specific criteria like budget, trading style, market preference, and drawdown tolerance.","inputSchema":{"type":"object","properties":{"budget":{"type":"string","description":"Budget range: \"under100\", \"100-300\", \"300-500\", or \"500plus\""},"trading_style":{"type":"string","description":"Trading style: \"scalp\", \"daytrade\", or \"swing\""},"market":{"type":"string","description":"Preferred market: \"futures\", \"forex\", or \"both\""},"drawdown_preference":{"type":"string","description":"Drawdown preference: \"static\" (fixed floor) or \"trailing\" (moving floor)"}}}}]}