{"name":"io.github.CacheCarti/dmoera-creator","slug":"cachecarti-dmoera-creator","title":"dMoERA Creator","description":"Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.","url":"https://mcp.market/server/cachecarti-dmoera-creator","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"devtools","tags":["devtools","finance"],"presence":{"score":30,"stars":9,"forks":2,"downloads_week":null,"last_push_at":"2026-09-14T02:31:53.000Z","license":"MIT"},"uptime":{"percent":78,"checks":9,"ok":7,"last_checked_at":"2026-09-21T14:51:02.769Z","last_ok_at":"2026-09-21T14:51:02.769Z","latency_ms":1038},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/CacheCarti/dmoera-mcp","website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://dmoera.xyz/mcp"}],"packages":[],"tools":[{"name":"activate_fund","description":"Activate Manager Mode for a fund — starts the personal router.\n\n    This deploys capital across the fund's roster bots according to their\n    weights and the fund's risk caps. The main platform router is paused\n    while Manager Mode is active.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns success or error.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"activate_fundArguments"}},{"name":"add_bot_to_fund","description":"Add a bot to a fund's roster.\n\n    Personal funds can only contain the authenticated user's OWN bots.\n    Use list_my_bots to see eligible strategies.\n\n    Args:\n        fund_id: The fund's ID.\n        bot_id: The bot to add (e.g. \"momentum_eth_v3\").\n        bot_domain: The bot's domain (e.g. \"eth_usdc\", \"btc_usdc\").\n        weight: Initial allocation weight in percent (default 20.0).\n\n    Returns the updated roster entry.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"bot_id":{"title":"Bot Id","type":"string"},"bot_domain":{"title":"Bot Domain","type":"string"},"weight":{"default":20,"title":"Weight","type":"number"}},"required":["fund_id","bot_id","bot_domain"],"title":"add_bot_to_fundArguments"}},{"name":"close_fund","description":"Permanently close a hedge fund. Returns all capital to the wallet.\n\n    This is irreversible. The fund's performance record is preserved for\n    reporting and copy-trader settlement.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns success or error.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"close_fundArguments"}},{"name":"create_fund","description":"Create a new personal hedge fund for the authenticated user.\n\n    The fund starts inactive — call activate_fund to start Manager Mode.\n    Initial capital is taken from the user's wallet_cash at creation time.\n    Personal funds can ONLY contain the user's own bots — use list_my_bots\n    to see eligible strategies.\n\n    Args:\n        fund_name: Display name for the fund.\n        router_preset: Risk profile — one of \"prudent\", \"standard\",\n                      \"opportunistic\", \"unrestricted\".\n        aggression_mode: \"normal\" or \"yolo\".\n        philosophy: Optional text describing the fund's investment thesis\n                   (max 2000 chars).\n\n    Returns the created fund object.\n    ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_name":{"default":"My Hedge Fund","title":"Fund Name","type":"string"},"router_preset":{"default":"standard","title":"Router Preset","type":"string"},"aggression_mode":{"default":"normal","title":"Aggression Mode","type":"string"},"philosophy":{"default":"","title":"Philosophy","type":"string"}},"title":"create_fundArguments"}},{"name":"deactivate_fund","description":"Deactivate Manager Mode — returns to the main platform router.\n\n    Closes all roster bot positions and returns capital to the wallet.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns success or error.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"deactivate_fundArguments"}},{"name":"estimate_swap_cost","description":"Estimate the friction cost (in bps) of swapping a bot in a fund.\n\n    Use this before calling swap_bot_in_fund to understand the cost of\n    winding down the old bot's positions and opening new ones.\n\n    Args:\n        fund_id: The fund's ID.\n        old_bot_id: The bot being considered for removal.\n        new_bot_id: The replacement bot.\n        new_bot_domain: The replacement bot's domain.\n\n    Returns the estimated friction in bps of fund AUM.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"old_bot_id":{"title":"Old Bot Id","type":"string"},"new_bot_id":{"title":"New Bot Id","type":"string"},"new_bot_domain":{"title":"New Bot Domain","type":"string"}},"required":["fund_id","old_bot_id","new_bot_id","new_bot_domain"],"title":"estimate_swap_costArguments"}},{"name":"generate_fund_report_card","description":"Generate a new report card for a fund (immutable once saved).\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns the generated report card with grades and analysis.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"generate_fund_report_cardArguments"}},{"name":"get_active_fund","description":"Get the authenticated user's currently active (Manager Mode) fund.\n\n    Returns the active fund object or null if Manager Mode is not active.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_active_fundArguments"}},{"name":"get_bot_profile","description":"Get detailed profile and performance stats for a specific bot.\n\n    Args:\n        bot_id: The bot identifier (e.g. \"Eth_Full_Ensemble\").\n\n    Returns JSON with: bot_id, domain, strategy type, full performance\n    metrics (Sharpe, Sortino, Calmar, profit factor, regime breakdown),\n    current position if any, and recent trade history.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bot_id":{"title":"Bot Id","type":"string"}},"required":["bot_id"],"title":"get_bot_profileArguments"}},{"name":"get_current_prices","description":"Get current live prices for all tracked symbols.\n\n    Returns JSON with symbol → {price, bid, ask, source, change_24h_pct,\n    volume_24h} for ETHUSDT, BTCUSDT, SOLUSDT from Binance/Coinbase/Kraken.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_current_pricesArguments"}},{"name":"get_feature_catalog","description":"List all data feeds available to strategies via ctx.features.\n\n    Features are external data that strategies can read during on_bar().\n    Each feature has a status: \"live\" (available now, requirable) or\n    \"planned\" (roadmap, not yet available). Only live features can be\n    used in required_features.\n\n    Returns JSON array of features with: key, label, description, unit,\n    example, cadence, source, status, and backtest_mode.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_feature_catalogArguments"}},{"name":"get_fund","description":"Get detailed info for a specific hedge fund, including its roster.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns a JSON object with fund details and active roster entries\n    (bot_id, bot_name, weight, domain, current_pnl).\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"get_fundArguments"}},{"name":"get_fund_analytics","description":"Get real-time analytics for a fund dashboard.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns fund analytics: allocation breakdown, per-bot performance,\n    risk metrics, and benchmark comparison.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"get_fund_analyticsArguments"}},{"name":"get_fund_live_pnl","description":"Build a real-time PnL chart from closed positions for a fund's roster.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns a JSON series of cumulative PnL points.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"get_fund_live_pnlArguments"}},{"name":"get_fund_performance","description":"Get performance snapshots for a fund's P&L graph.\n\n    Args:\n        fund_id: The fund's ID.\n        limit: Max snapshots to return (default 100).\n\n    Returns a JSON time-series of AUM/PnL snapshots.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"limit":{"default":100,"title":"Limit","type":"integer"}},"required":["fund_id"],"title":"get_fund_performanceArguments"}},{"name":"get_fund_positions","description":"Get open positions for a fund's roster bots.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns a JSON array of open positions with entry/exit prices and PnL.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"get_fund_positionsArguments"}},{"name":"get_fund_report_card","description":"Get the latest report card for a fund.\n\n    Args:\n        fund_id: The fund's ID.\n\n    Returns the latest immutable report card, or null if none exists.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"}},"required":["fund_id"],"title":"get_fund_report_cardArguments"}},{"name":"get_fund_trades","description":"Get closed trade history for a fund's roster bots.\n\n    Args:\n        fund_id: The fund's ID.\n        limit: Max trades to return (default 50).\n        offset: Pagination offset.\n\n    Returns a JSON array of closed trades.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"limit":{"default":50,"title":"Limit","type":"integer"},"offset":{"default":0,"title":"Offset","type":"integer"}},"required":["fund_id"],"title":"get_fund_tradesArguments"}},{"name":"get_market_regime","description":"Get current market regime classification.\n\n    Returns the aggregate regime (e.g. \"bull_calm\", \"bear_volatile\"),\n    per-symbol regimes, crisis score, and the derivatives data driving\n    the classification (funding rates, open interest, long/short ratios,\n    taker buy/sell ratios).\n\n    Regime determines which trade directions are allowed:\n    - bull_* → longs only\n    - bear_* → shorts only\n    - neutral_* → both longs and shorts\n    - crisis/meltdown → no new positions\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_market_regimeArguments"}},{"name":"get_marketplace_bots","description":"List bots published to the marketplace.\n\n    Args:\n        domain: Filter by domain (e.g. \"eth_usdc\"). Omit for all domains.\n        sort: Sort order — \"rating\", \"return\", \"subscribers\", or \"newest\".\n        limit: Max results (default 20, max 100).\n\n    Returns JSON array of marketplace listings with: listing_id, bot_id,\n    title, description, domain, creator, monthly_price_usd, cached stats\n    (win_rate, return_bps, sharpe), subscriber_count, and avg_rating.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Domain"},"sort":{"default":"rating","title":"Sort","type":"string"},"limit":{"default":20,"title":"Limit","type":"integer"}},"title":"get_marketplace_botsArguments"}},{"name":"get_strategy_report","description":"Get a detailed report card for a strategy.\n\n    Includes validation run results for all 7 stages, performance metrics,\n    and the integrity block (code hash, AST hash, parameter fingerprint).\n\n    Args:\n        strategy_id: The strategy's database ID.\n\n    Returns JSON with: strategy details, latest validation runs, metrics.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"strategy_id":{"title":"Strategy Id","type":"integer"}},"required":["strategy_id"],"title":"get_strategy_reportArguments"}},{"name":"get_tournament_status","description":"Get current tournament round status and leaderboard.\n\n    Tournaments run every 3 days. Top 3 bots per domain win prizes\n    from the reward pool. Scoring is weighted: 50% risk-adjusted return,\n    30% total PnL, 20% consistency.\n\n    Returns JSON with: current round info (round_id, start/end time,\n    reward_pool_usd, total_participants), and leaderboard entries.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_tournament_statusArguments"}},{"name":"get_vault_history","description":"Get the Vault's regime switch history for the timeline.\n\n    Returns a JSON array of past regime transitions with timestamps.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_vault_historyArguments"}},{"name":"get_vault_status","description":"Get the authenticated user's Vault state.\n\n    The Vault is a regime-aware allocator: in strong markets most capital\n    holds BTC/ETH/SOL; when the market weakens it rotates into savings and\n    funding arbitrage. Returns current regime, allocation weights, and\n    sleeve holdings.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_vault_statusArguments"}},{"name":"list_bots","description":"List trading bots ranked by performance.\n\n    Args:\n        domain: Filter by domain key (e.g. \"eth_usdc\", \"btc_usdc\", \"sol_usdc\").\n               If omitted, returns top bots across all domains.\n        limit: Maximum number of bots to return (default 20, max 100).\n\n    Returns JSON array of bots with: bot_id, domain, strategy_name, sharpe,\n    win_rate, total_trades, return_bps, and validation_score.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Domain"},"limit":{"default":20,"title":"Limit","type":"integer"}},"title":"list_botsArguments"}},{"name":"list_domains","description":"List all available trading domains on dMoERA.\n\n    Domains define what asset pair a strategy trades, what time horizon\n    it uses (scalp=5m, swing=1h, crisis=2m), and what data is available.\n    Strategies must declare which domain they belong to.\n\n    Returns a JSON array of domain objects with: key, name, type,\n    base_asset, quote_asset, grading_seconds, and feed_symbols.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"list_domainsArguments"}},{"name":"list_funds","description":"List all hedge funds for the authenticated user (active + closed).\n\n    Returns a JSON array of fund objects with: id, fund_name, is_active,\n    inception_date, initial_capital, current_aum, router_preset,\n    aggression_mode, total_pnl_usd, total_pnl_bps, and roster summary.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"list_fundsArguments"}},{"name":"list_my_bots","description":"List the authenticated user's OWN bots eligible for a personal fund roster.\n\n    Personal funds can NEVER contain another user's bots — this returns only\n    the caller's own personal + incubating + live bots with live engine stats\n    and gamified card ratings.\n\n    Args:\n        domain: Filter by domain (e.g. \"eth_usdc\").\n\n    Returns a JSON array of the user's bots.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Domain"}},"title":"list_my_botsArguments"}},{"name":"list_open_source_bots","description":"Browse open-source bots with normalized stats and capacity info.\n\n    NOTE: personal funds can only contain the authenticated user's OWN\n    bots — use list_my_bots for roster-eligible strategies. This tool is\n    for researching the broader bot ecosystem.\n\n    Args:\n        domain: Filter by domain (e.g. \"eth_usdc\").\n\n    Returns a JSON array of bot entries with gamified card ratings.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Domain"}},"title":"list_open_source_botsArguments"}},{"name":"list_strategies","description":"List all strategies created by a user.\n\n    Args:\n        user_id: The creator's user ID.\n\n    Returns JSON array of strategies with: id, bot_id, name, domain,\n    status, declared_sl_bps, declared_tp_bps, and created_at.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"user_id":{"title":"User Id","type":"string"}},"required":["user_id"],"title":"list_strategiesArguments"}},{"name":"remove_bot_from_fund","description":"Remove a bot from a fund's roster (triggers wind-down of its positions).\n\n    Args:\n        fund_id: The fund's ID.\n        bot_id: The bot to remove.\n        reason: Optional reason for removal.\n\n    Returns success or error.\n    ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"bot_id":{"title":"Bot Id","type":"string"},"reason":{"default":"","title":"Reason","type":"string"}},"required":["fund_id","bot_id"],"title":"remove_bot_from_fundArguments"}},{"name":"run_fund_historical_test","description":"Simulate how a roster of bots would have performed historically.\n\n    Queries each bot's closed positions over the available historical\n    period and combines them (weighted) into a single PnL time-series\n    with diagnosis. Rate limited: 1 request per 30 seconds per user.\n\n    Args:\n        roster: List of {\"bot_id\": str, \"weight_pct\": float} entries.\n        initial_capital: Starting capital for the simulation (default 10000).\n\n    Returns the simulated PnL time-series and diagnosis.\n    ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"roster":{"items":{"additionalProperties":true,"type":"object"},"title":"Roster","type":"array"},"initial_capital":{"default":10000,"title":"Initial Capital","type":"number"}},"required":["roster"],"title":"run_fund_historical_testArguments"}},{"name":"sandbox_backtest","description":"Run a sandbox backtest of strategy code without persisting anything.\n\n    This is the fastest way to test a strategy. The code is run through\n    static checks and a full backtest on historical data, but no Strategy\n    or StrategyVersion rows are created. Use this for rapid iteration.\n\n    Args:\n        code: Python source code implementing the Strategy contract.\n              Must define a METADATA dict and a class extending Strategy\n              with an on_bar(ctx) -> Signal method. See CREATOR_API.md.\n        domain: Trading domain (e.g. \"eth_usdc\", \"btc_usdc\", \"sol_usdc\").\n        symbol: Price symbol for historical data (e.g. \"ETHUSDT\").\n        user_id: Identifier for trial tracking (used for DSR correction).\n\n    Returns JSON with: success, metrics (sharpe, sortino, win_rate,\n    total_trades, return_bps, max_drawdown, regime_breakdown,\n    exit_reason_breakdown), or error details if validation failed.\n    ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"title":"Code","type":"string"},"domain":{"default":"eth_usdc","title":"Domain","type":"string"},"symbol":{"default":"ETHUSDT","title":"Symbol","type":"string"},"user_id":{"default":"mcp_sandbox","title":"User Id","type":"string"}},"required":["code"],"title":"sandbox_backtestArguments"}},{"name":"submit_strategy","description":"Submit a strategy for full validation and live deployment.\n\n    Runs the complete 7-stage validation pipeline:\n    1. static_check — code safety (banned imports, syntax)\n    2. in_sample — sanity check on training data\n    3. out_of_sample — test on unseen data (70/30 split)\n    4. walk_forward — rolling window validation\n    5. randomized_start — different random start points\n    6. perturbation — market stress test\n    7. holdout — server-side reserved data (pass/fail only)\n\n    If all stages pass, the strategy is registered for isolated live\n    paper trading with status=\"incubating\". Promotion to \"live\" requires\n    a proven track record.\n\n    Args:\n        name: Human-readable strategy name (e.g. \"ETH Momentum v2\").\n        domain: Trading domain key (e.g. \"eth_usdc\").\n        code: Python source code implementing the Strategy contract.\n        user_id: The creator's user ID.\n        symbol: Price symbol for historical data.\n\n    Returns JSON with: success, strategy_id, bot_id, validation results\n    per stage, or error details.\n    ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"title":"Name","type":"string"},"domain":{"title":"Domain","type":"string"},"code":{"title":"Code","type":"string"},"user_id":{"title":"User Id","type":"string"},"symbol":{"default":"ETHUSDT","title":"Symbol","type":"string"}},"required":["name","domain","code","user_id"],"title":"submit_strategyArguments"}},{"name":"swap_bot_in_fund","description":"Swap one bot for another in a fund's roster.\n\n    Closes the old bot's positions and opens new ones for the replacement.\n    Incurs friction cost — use estimate_swap_cost first.\n\n    Args:\n        fund_id: The fund's ID.\n        old_bot_id: The bot to remove.\n        new_bot_id: The bot to add in its place.\n        new_bot_domain: The new bot's domain (e.g. \"eth_usdc\").\n        weight: Allocation weight for the new bot (defaults to old bot's weight).\n        reason: Optional reason for the swap.\n\n    Returns the updated roster entry and friction estimate.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"old_bot_id":{"title":"Old Bot Id","type":"string"},"new_bot_id":{"title":"New Bot Id","type":"string"},"new_bot_domain":{"title":"New Bot Domain","type":"string"},"weight":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"title":"Weight"},"reason":{"default":"","title":"Reason","type":"string"}},"required":["fund_id","old_bot_id","new_bot_id","new_bot_domain"],"title":"swap_bot_in_fundArguments"}},{"name":"tag_team_badges","description":"Get the authenticated user's Tag Team badges.\n\n    Badges: Daily Champion, Podium Finish, Top 10, Perfect Day,\n    High Scorer, Active Trader, Bot Whisperer, Comeback King.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"tag_team_badgesArguments"}},{"name":"tag_team_history","description":"Get the authenticated user's past Tag Team sessions with scores.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"tag_team_historyArguments"}},{"name":"tag_team_info","description":"Get the authenticated user's Tag Team session info.\n\n    Tag Team is a daily paper-trading competition: you get $10k paper\n    capital split 70% human / 30% Co-Pilot bot. Make manual trades,\n    deploy the Co-Pilot after 3 closed manual trades, and your combined\n    PnL is scored on the daily leaderboard.\n\n    Returns session state, open positions, bot status, and rank.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"tag_team_infoArguments"}},{"name":"tag_team_leaderboard","description":"Get the daily Tag Team leaderboard.\n\n    Args:\n        date: Optional date filter (YYYY-MM-DD). Defaults to today.\n\n    Scoring needs 5+ human trades AND 5+ bot trades to qualify.\n    score = sharpe x trade_factor x (1 + win_bonus).\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date"}},"title":"tag_team_leaderboardArguments"}},{"name":"tag_team_templates","description":"List all available Co-Pilot templates (momentum, scalper, etc.).\n\n    Each template defines the Co-Pilot bot's signal logic and tunable\n    parameter ranges. Bot params carry over between days for the same\n    template — trained settings persist.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"tag_team_templatesArguments"}},{"name":"tag_team_tier","description":"Get the authenticated user's Tag Team tier and stats.\n\n    Tiers: Rookie (0) -> Apprentice (10) -> Trader (50) -> Veteran (150)\n    -> Expert (500) -> Master (1000+), based on total trades across all\n    sessions (persists across days).\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"tag_team_tierArguments"}},{"name":"tag_team_weekly","description":"Get weekly championship standings (best 5 daily scores per user).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"tag_team_weeklyArguments"}},{"name":"update_fund_caps","description":"Update a fund's risk caps and settings.\n\n    Args:\n        fund_id: The fund's ID.\n        max_per_bot_pct: Max allocation per single bot (e.g. 40.0 = 40%).\n        max_per_domain_pct: Max allocation per domain (e.g. 60.0 = 60%).\n        regime_veto_enabled: Whether the regime detector can veto trades.\n\n    Only provided fields are updated; others remain unchanged.\n\n    Returns success or error.\n    ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"max_per_bot_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"title":"Max Per Bot Pct"},"max_per_domain_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"title":"Max Per Domain Pct"},"regime_veto_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"title":"Regime Veto Enabled"}},"required":["fund_id"],"title":"update_fund_capsArguments"}},{"name":"update_fund_weights","description":"Update allocation weights for bots in a fund's roster.\n\n    Args:\n        fund_id: The fund's ID.\n        weights: A dict mapping bot_id to new weight percentage (e.g.\n                {\"momentum_eth_v3\": 15.0, \"scalper_btc_v2\": 20.0}).\n\n    Returns success or error.\n    ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"fund_id":{"title":"Fund Id","type":"integer"},"weights":{"additionalProperties":{"type":"number"},"title":"Weights","type":"object"}},"required":["fund_id","weights"],"title":"update_fund_weightsArguments"}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-21T13:02:50.844Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T13:02:50.869Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1275ms"]},"poisoning":{"score":15,"max":15,"notes":["44 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 7 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 7 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://dmoera.xyz/mcp","reachable":true,"authRequired":false,"latencyMs":1275,"serverInfo":{"name":"dmoera-creator","version":"1.30.0"}}],"packages":[],"repo":{"found":true,"owner":"CacheCarti","repo":"dmoera-mcp","archived":false,"pushedAt":"2026-09-14T02:31:53Z","stars":9,"forks":2,"openIssues":2,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/210200604?v=4","ownerCreatedAt":"2025-05-04T01:15:24Z","license":"MIT"},"icon":{"url":"https://www.dmoera.xyz/favicon.png?v=3","source":"site","width":1060,"height":892},"presence":{"stars":9,"forks":2,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-14T02:31:53.000Z","score":30}}}},"grade_history":[],"reviews":[]}