← sygnliq.com

INDIVIDUAL MCP TOOL

check_bar_quality

Forensic QC on YOUR OHLCV bars before you backtest on them ($0.

sygnliq.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

sygnliq.com

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.sygnldata]
url = "https://api.sygnliq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sygnldata": {
      "type": "http",
      "url": "https://api.sygnliq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sygnldata
Remote MCP URL: https://api.sygnliq.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": {
    "sygnldata": {
      "url": "https://api.sygnliq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sygnldata": {
      "type": "http",
      "url": "https://api.sygnliq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sygnldata",
  "transport": "streamable-http",
  "url": "https://api.sygnliq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_regime_sample — FREE: 24h-delayed market regime snapshot (taste of the live paid feed).
  • get_pricing — FREE: price list, payment network, and payTo address for all paid tools.
  • get_regime_current — Live market regime: STABLE/VOLATILE + confidence + position_scalar ($0.
  • get_regime_history — Historical regime snapshots, 5-min cadence since 2026-02, 417k+ rows ($0.
  • estimate_execution_cost — Realistic execution cost in bps for an order ($0.
  • audit_backtest — Forensic audit of a backtest trade ledger ($5.
  • trade_preflight — Pre-trade decision gate for AI trading agents ($0.