MCP server for AiDataTaskRunner Panel (MT5) - Control data generation and ML model training via MCP
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-tradesystemsnique-aidatataskrunner-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for AiDataTaskRunner Panel (MT5) - Control data generation and ML model training via MCP
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.TradeSystemsNique/aidatataskrunner-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Control AiDataTaskRunner Panel directly via MCP
Control your backtesting queue directly from Claude:
Manage panel settings via Claude:
Use Claude to automate your trading data pipeline:
# Install from PyPI
pip install aidatataskrunner-mcp
# Or install in development mode
pip install -e .
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aidatataskrunner": {
"command": "aidatataskrunner-mcp",
"args": ["--host", "127.0.0.1", "--port", "9999"]
}
}
}
Start your AiDataTaskRunner Panel in MT5 with the AI tab enabled:
Add a new EURUSD backtest from 2023.01.01 to 2024.01.01 on H1 timeframe
Claude will automatically translate this to the appropriate MCP call.
AiDataTaskRunerMcp/
└── aidatataskruner-mcp/ # Python MCP server source code
└── __init__.py
requirements.txt and pyproject.tomlgit clone https://github.com/TradeSystemsNique/AiDataTaskRunerMcp.git
cd AiDataTaskRunerMcp
pip install -e .
aidatataskrunner-mcp
Contact me privately on MQL5 chats (user: nique_372) to be added as a collaborator with your MQL5 nickname (read-only access), which will make the repository automatically appear in your Shared Projects folder.
Fork the repository.
aidatataskrunner_add_task — Add a new backtest taskaidatataskrunner_get_task_total — Get total task countaidatataskrunner_get_task_by_index — Get task details by indexaidatataskrunner_get_task_status — Get task execution statusaidatataskrunner_execute_all_tasks — Execute all pending tasksaidatataskrunner_clean_all_tasks — Clean completed tasks