← Registry

AI & Machine Learning

emidlabs.com

Provides access to historical asset data and backtesting functionality for trading strategies.

1 endpoint6 known toolsFirst detected July 28, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.backtest.emidlabs.com/mcp

No auth detected

MCP server metadata

Name
emidlabs-backtest-mcp
Version
0.1.0
Capabilities
loggingresourcestools
Server instructions

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_assets

Lists every asset pair with real historical data, each with its supported timeframes and the date range actually available.

Inferred read-only
submit_backtest_batch

Submits 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-only
get_backtest_batch_results

Fetches every asset's outcome from a submit_backtest_batch call, paginated.

Inferred read-only
get_backtest_trades

Fetches the closed-trade list for a completed backtest, paginated and sortable — the trade-by-trade detail get_backtest_result deliberately omits.

Potential side effects
get_backtest_result

Fetches a submitted backtest by id.

Inferred read-only
submit_backtest

Submits a strategy for backtesting against historical OHLCV data.

Inferred read-only

CONNECT 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.

Trust status Trusted

emidlabs.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.