AI & Machine Learning
emidlabs.com
Provides access to historical asset data and backtesting functionality for trading strategies.
ENDPOINT 1
https://mcp.backtest.emidlabs.com/mcp
MCP server metadata
- Name
- emidlabs-backtest-mcp
- Version
- 0.1.0
Tools for running EmidLabs strategy backtests against historical crypto OHLCV data. Read the strategy-dsl-spec resource first for the exact JSON shape submit_backtest expects. list_available_assets is optional — only call it to explore what's available or to recover from an unknown-asset error, not before every submit_backtest.
Known tools 6
list_available_assetsLists every asset pair with real historical data, each with its supported timeframes and the date range actually available.
Inferred read-onlysubmit_backtest_batchSubmits ONE strategy against MANY asset pairs in a single call — the same backtest you'd get from calling submit_backtest once per asset, without needing dozens of round trips.
Inferred read-onlyget_backtest_batch_resultsFetches every asset's outcome from a submit_backtest_batch call, paginated.
Inferred read-onlyget_backtest_tradesFetches the closed-trade list for a completed backtest, paginated and sortable — the trade-by-trade detail get_backtest_result deliberately omits.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.emidlabs-backtest-mcp]
url = "https://mcp.backtest.emidlabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"emidlabs-backtest-mcp": {
"type": "http",
"url": "https://mcp.backtest.emidlabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: emidlabs-backtest-mcp
Remote MCP URL: https://mcp.backtest.emidlabs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"emidlabs-backtest-mcp": {
"url": "https://mcp.backtest.emidlabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"emidlabs-backtest-mcp": {
"type": "http",
"url": "https://mcp.backtest.emidlabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "emidlabs-backtest-mcp",
"transport": "streamable-http",
"url": "https://mcp.backtest.emidlabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for emidlabs.com was fetched 2026-08-23T13:18:18.125Z.
emidlabs.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.