API Tools
sygnliq.com
Provides market regime analysis, pricing, and execution cost estimation via API.
ENDPOINT 1
https://api.sygnliq.com/mcp
MCP server metadata
- Name
- sygnldata
- Version
- 1.28.1
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_sampleFREE: 24h-delayed market regime snapshot (taste of the live paid feed).
Inferred read-onlyget_pricingFREE: price list, payment network, and payTo address for all paid tools.
Potential side effectsget_regime_currentLive market regime: STABLE/VOLATILE + confidence + position_scalar ($0.
Inferred read-onlyget_regime_historyHistorical regime snapshots, 5-min cadence since 2026-02, 417k+ rows ($0.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.