← Registry

API Tools

sygnliq.com

Provides market regime analysis, pricing, and execution cost estimation via API.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.sygnliq.com/mcp

No auth detected

MCP server metadata

Name
sygnldata
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Market intelligence for trading agents: live market regime (validated variance detector), execution-cost estimates calibrated to measured fills, OHLCV bar-quality forensics, and forensic backtest audits. Paid tools use x402: call without payment_signature to get USDC payment requirements (Base mainnet), sign an EIP-3009 authorization, retry with the base64 payload. No account or API key needed.

Known tools 8

get_regime_sample

FREE: 24h-delayed market regime snapshot (taste of the live paid feed).

Inferred read-only
get_pricing

FREE: price list, payment network, and payTo address for all paid tools.

Potential side effects
get_regime_current

Live market regime: STABLE/VOLATILE + confidence + position_scalar ($0.

Inferred read-only
get_regime_history

Historical regime snapshots, 5-min cadence since 2026-02, 417k+ rows ($0.

Inferred read-only
estimate_execution_cost

Realistic execution cost in bps for an order ($0.

Inferred read-only
check_bar_quality

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

Inferred read-only
audit_backtest

Forensic audit of a backtest trade ledger ($5.

Potential side effects
trade_preflight

Pre-trade decision gate for AI trading agents ($0.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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