← hergertsynthora.com

INDIVIDUAL MCP TOOL

insider_radar

Insider-style trade detection on Polymarket: scans the latest large fills (min_usd, default 10000 USD) over lookback_hours (default 24) and flags wallets that are fresh (few lifetime trades), sized big vs the market 24h volume, or entered at extreme odds right before the market moved.

hergertsynthora.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.hergertsynthora.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for insider_radar and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "synthora-mcp": {
      "type": "http",
      "url": "https://mcp.hergertsynthora.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synthora-mcp": {
      "type": "http",
      "url": "https://mcp.hergertsynthora.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synthora-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.hergertsynthora.com/mcp"
}
MCP Inspector

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

Related tools

  • codeaudit — Multi-LLM Smart Contract Audit: 3 independent LLM perspectives (security, logic, gas) + static pattern scan on Solidity/Vyper source.
  • identity_risk — SYNTHORA identity-risk: brand-impersonation verdict (AUTHENTIC / DOUBTFUL / ACTIVE_IMPERSONATION) over decentralised social identities, correlated across independent sources.
  • polymarket_whales — Live whale-tracking on Polymarket: the latest large trades (default >= 5000 USD, tunable via min_usd) with wallet, side, outcome, size, price, USD value, market title/slug and tx hash, straight from Polymarket public trades data API.
  • wallet_enrich — Wallet enrichment for any EVM wallet (0x address or ENS name) in one call: 0-100 risk score with low/medium/high level, sanctions exposure screening (OFAC SDN wallet lists: Tornado Cash, Lazarus, Garantex), on-chain activity on Ethereum + Base (native balance, transaction count, contract-vs-EOA dete
  • polymarket_odds_movers — Polymarket odds movers: active markets ranked by biggest price swing in the last 1h / 24h / 1wk (window param), with yes price, change and direction, best bid/ask, spread, 24h volume, liquidity and end date.
  • polymarket_resolution_watch — Polymarket resolution watch: markets ending within N days (default 7) with UMA resolution status (proposed/disputed), UMA bond and reward, hours to resolution, last price, 24h volume, liquidity and a uma_risk flag for contested or undecided resolutions.
  • daily_intel_brief — SYNTHORA daily-intel-brief: the daily intelligence briefing in ONE call — funding spreads cross-venue, stablecoin depeg radar, US funding stress (SOFR-EFFR), chokepoint status (PortWatch), narrative tension (GDELT), plus executive alerts.
  • txintent — Tx Intent Classifier: decodes the REAL intent of an on-chain transaction (Base/Ethereum) and returns an Ed25519-signed risk verdict (safe/review/suspicious/dangerous).