2026-04-19 04:53:23 +07:00
{
2026-04-19 08:47:58 +07:00
"$schema" : "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json" ,
2026-04-19 04:53:23 +07:00
"name" : "io.github.masdevid/mt5-quant" ,
"title" : "MT5-Quant" ,
2026-04-20 02:51:36 +07:00
"description" : "MCP server for MT5 strategy development with 85 tools. Compile, backtest, analyze, optimize, and debug MQL5 EAs on macOS/Linux. Includes Wine/MT5 crash diagnostics." ,
2026-04-19 04:53:23 +07:00
"repository" : {
"url" : "https://github.com/masdevid/mt5-quant" ,
"source" : "github"
},
2026-04-20 02:51:36 +07:00
"version" : "1.30.0" ,
2026-04-19 04:53:23 +07:00
"packages" : [
{
"registryType" : "mcpb" ,
2026-04-20 02:51:36 +07:00
"version" : "1.30.0" ,
"identifier" : "https://github.com/masdevid/mt5-quant/releases/download/v1.30.0/mcp-mt5-quant-macos-arm64.tar.gz" ,
"fileSha256" : "PLACEHOLDER_SHA256" ,
2026-04-19 04:53:23 +07:00
"transport" : {
"type" : "stdio"
},
"environmentVariables" : [
{
"description" : "Path to MT5-Quant config directory (default: ~/.config/mt5-quant)" ,
"isRequired" : false ,
"format" : "string" ,
"name" : "MT5_MCP_HOME"
}
]
}
]
}