dmoera-mcp

CacheCarti/dmoera-mcp
★ 0 stars Python AI/LLM Updated 3d ago
dMoERA Creator Studio MCP Server — build, backtest, and deploy crypto trading strategies via AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dmoera-mcp": {
      "command": "uvx",
      "args": [
        "dmoera-mcp"
      ]
    }
  }
}

Or install with pip: pip install dmoera-mcp

README Excerpt

Build, backtest, and deploy crypto trading strategies using any MCP-compatible AI agent (Claude, Cursor, Windsurf, Devin, Copilot, etc.). The dMoERA MCP server exposes the [dMoERA](https://dmoera.xyz) Creator API as Model Context Protocol tools. Your AI agent can: - **Discover** trading domains, data feeds, and market regimes

Tools (12)

get_bot_profileget_current_pricesget_feature_catalogget_market_regimeget_marketplace_botsget_strategy_reportget_tournament_statuslist_botslist_domainslist_strategiessandbox_backtestsubmit_strategy