Skip to main content
Glama

Server Details

Anomaly detection API powered by physics simulation. Scan any data for outliers.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

19 tools
waveguard_action_surfaceInspect

Score candidate actions and extract robust action zones.

ParametersJSON Schema
NameRequiredDescriptionDefault
trainingYes2+ baseline normal samples used to define the reference profile.
field_levelNo0 = real scalar field, 1 = complex field.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
action_testsYes1+ candidate actions/scenarios to score against baseline.
encoder_typeNoOptional encoder override. Omit to auto-detect.
action_labelsNoOptional labels for each action variant.
waveguard_cascade_riskInspect

Estimate shock propagation and resilience from adjacency-linked entities.

ParametersJSON Schema
NameRequiredDescriptionDefault
entitiesYes2+ entities/nodes participating in the cascade graph.
field_levelNoField representation level. Default 1 for graph interaction dynamics.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
encoder_typeNoOptional encoder override. Omit to auto-detect.
shock_indicesYesIndices of initially shocked entities within the entities array.
shock_strengthNoInitial perturbation magnitude injected at shock indices.
adjacency_matrixYesN×N weighted adjacency matrix describing link strengths between entities.
training_contextYes2+ baseline context samples used for normalization.
waveguard_compareInspect

Compare two data items for structural similarity using physics-based fingerprints. Returns cosine similarity (0–1) and Euclidean distance. Use for duplicate detection, behavioral matching, drift analysis, or checking if two tokens/wallets/contracts are structurally similar.

Cosine similarity > 0.95 = very similar. < 0.80 = structurally different.

ParametersJSON Schema
NameRequiredDescriptionDefault
data_aYesFirst data item to compare.
data_bYesSecond data item to compare (same type as data_a).
encoder_typeNoData encoder. Omit to auto-detect.
waveguard_counterfactualInspect

Run baseline plus counterfactual variants and measure verdict/score sensitivity.

ParametersJSON Schema
NameRequiredDescriptionDefault
trainingYes2+ baseline normal samples used to build the reference profile.
base_testYesBaseline candidate sample to evaluate before counterfactual perturbations.
field_levelNo0 = real scalar field (faster), 1 = complex field (richer phase dynamics).
sensitivityNoAnomaly sensitivity multiplier (default: 1.0). Higher values flag more aggressively.
encoder_typeNoOptional encoder override. Omit to auto-detect from input structure.
counterfactual_testsYes1+ perturbed variants of base_test for sensitivity analysis.
waveguard_fingerprintInspect

Get a physics embedding of any data item (52-dim at Level 0, 62-dim at Level 1 with phase statistics). The fingerprint captures structural properties via wave-equation dynamics — useful for similarity search, clustering, baseline comparison, and drift detection. Works on JSON objects, token metrics, wallet activity, trading data, or any structured data.

Returns a deterministic vector with labeled dimensions (chi statistics, energy distribution, gradient patterns, and phase coherence at Level 1).

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesAny data item to fingerprint: JSON object, numeric array, string, or structured record.
field_levelNo0 = real scalar 52-dim (default), 1 = complex field 62-dim.
encoder_typeNoData encoder. Omit to auto-detect.
waveguard_healthInspect

Check WaveGuard API health, GPU availability, version, and engine status. No authentication required. Returns status, version, and GPU info.

ParametersJSON Schema
NameRequiredDescriptionDefault
verboseNoReturn detailed health info including memory and uptime (default: false).
waveguard_instabilityInspect

Estimate instability under controlled perturb-and-resolve trials.

ParametersJSON Schema
NameRequiredDescriptionDefault
testYes1+ candidate samples to stress-test with perturbation trials.
trialsNoNumber of perturbation trials per sample.
trainingYes2+ baseline normal samples for reference dynamics.
field_levelNo0 = real scalar field, 1 = complex field.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
encoder_typeNoOptional encoder override. Omit to auto-detect.
perturbation_strengthNoRelative perturbation amplitude applied during instability assay.
waveguard_interaction_matrixInspect

Compute pairwise interaction matrix and cluster decomposition for entities.

ParametersJSON Schema
NameRequiredDescriptionDefault
entitiesYes2+ entities to evaluate for pairwise interaction effects.
field_levelNoField representation level. Default 1 for interaction/phase features.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
encoder_typeNoOptional encoder override. Omit to auto-detect.
training_contextYes2+ baseline context samples used for normalization.
waveguard_market_dataInspect

Fetch live crypto market data from CoinGecko and DexScreener. No external data needed — WaveGuard pulls it for you.

Use 'coin_id' for CoinGecko (e.g. 'bitcoin', 'ethereum', 'solana'). Use 'contract_address' for DexScreener (any chain). Use 'search' to find token IDs by name/symbol.

Returns: price, volume, market cap, liquidity, price history, OHLC candles — ready to feed into waveguard_token_risk, waveguard_volume_check, or waveguard_price_manipulation.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days of history (default: 90 for price_history, 30 for ohlc).
countNoNumber of results for top_coins (default: 25).
queryNoSearch query. Required for search, dex_search.
actionYesWhat data to fetch: - token_data: full metrics for a CoinGecko coin - price_history: daily prices (for price_manipulation) - ohlc: OHLC candles (for volume_check) - top_coins: top N by market cap (training baseline) - search: find CoinGecko coin IDs - dex_token: DEX data by contract address - dex_search: search DEX pairs
coin_idNoCoinGecko coin ID (e.g. 'bitcoin', 'ethereum'). Required for token_data, price_history, ohlc.
contract_addressNoToken contract address (any chain). Required for dex_token.
waveguard_mechanism_probeInspect

Run targeted interventions and rank effect sizes.

ParametersJSON Schema
NameRequiredDescriptionDefault
trainingYes2+ baseline normal samples used to construct the reference profile.
base_testYesBaseline candidate sample before interventions.
field_levelNo0 = real scalar field, 1 = complex field.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
encoder_typeNoOptional encoder override. Omit to auto-detect.
intervention_testsYes1+ intervention variants used to estimate effect sizes.
intervention_labelsNoOptional labels for intervention variants (same order as intervention_tests).
waveguard_multi_horizon_outlookInspect

Compute horizon-specific anomaly outlook and consistency across windows.

ParametersJSON Schema
NameRequiredDescriptionDefault
horizonsYesList of horizon lengths (in sequence steps) to evaluate.
sequenceYesOrdered sample sequence used for multi-horizon outlook analysis.
trainingYes2+ baseline normal samples used to establish reference behavior.
field_levelNo0 = real scalar field, 1 = complex field.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
encoder_typeNoOptional encoder override. Omit to auto-detect.
waveguard_phase_coherenceInspect

Measure coherence/entropy and collapse-risk indicators for candidate data.

ParametersJSON Schema
NameRequiredDescriptionDefault
testYes1+ candidate samples to evaluate for phase coherence and entropy.
trainingYes2+ baseline normal samples for reference coherence metrics.
field_levelNoField representation level. Default 1 for phase-aware analysis.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
encoder_typeNoOptional encoder override. Omit to auto-detect.
waveguard_price_manipulationInspect

Detect price manipulation in time-series data. Send a price or price+volume history as a numeric array. Early windows define 'normal' trading, recent windows are tested for manipulation patterns (pump-and-dump, spoofing, layering).

Example: Send 90 days of closing prices → detect manipulated windows.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesPrice time-series array (chronological). At least 20 data points.
sensitivityNoDetection sensitivity (default: 1.5).
window_sizeNoWindow size (default: 10). Smaller = finer detection.
test_windowsNoNumber of recent windows to test (default: half).
waveguard_scanInspect

Find outliers and anomalies in structured data — ideal as a second step after pulling records from Google Sheets, Airtable, Supabase, Notion databases, HubSpot, Financial APIs, GitHub, NPM, or any source that returns rows of JSON. Fully stateless: send known-good rows as training and suspect rows as test in ONE call. Returns per-row anomaly scores, confidence levels, and the top features explaining WHY each row was flagged.

Typical workflow: (1) Pull data from another tool (e.g. Google Sheets, Supabase query, HubSpot deals). (2) Pass the first N rows as training (normal baseline). (3) Pass remaining or new rows as test. (4) Report which rows are anomalous and why.

Works on JSON objects, numbers, text, arrays. No separate training step required.

Examples:

  • Spreadsheet QA: Pull 500 sales rows from Sheets → train on first 400 → test last 100 → flag outlier entries

  • Financial screening: Get ratios for 50 stocks from a financial API → find anomalous ones

  • CRM hygiene: Pull HubSpot deals → flag deals with unusual discount/value patterns

  • Dependency audit: Get NPM package metrics → flag packages with anomalous quality scores

  • Commit review: Pull GitHub commit metadata → flag unusual commit patterns

ParametersJSON Schema
NameRequiredDescriptionDefault
testYes1+ data points to check for anomalies — new entries, recent rows, or the subset you want validated. Same type/shape as training. Each sample is scored independently.
trainingYes2+ examples of NORMAL/expected data — the known-good baseline. Typically the bulk of rows from a spreadsheet, database query, or API response. All samples should be the same type/shape. More samples = better baseline (10-100 is ideal for tabular data).
field_levelNoPhysics field complexity. 0 = real scalar (default). 1 = complex field (phase-aware, 62-dim fingerprint).
sensitivityNoAnomaly threshold multiplier (default: 2.0). Lower = more sensitive. Higher = less sensitive. Range: 0.5 to 5.0.
encoder_typeNoData encoder type. Omit to auto-detect from data shape.
waveguard_scan_timeseriesInspect

Detect anomalies in time-series data — use after pulling numeric metrics from monitoring APIs, financial data sources, IoT sensors, or spreadsheet columns. Send a single numeric array and specify a window size. Early windows define 'normal', recent windows are tested for anomalies.

Typical workflow: (1) Pull a column of numbers from Sheets, a Supabase time-series table, or a metrics API. (2) Pass the array here. (3) Get back which time windows are anomalous.

Examples:

  • Revenue monitoring: Pull monthly revenue from Sheets → detect anomalous months

  • Stock screening: Pull 90 days of closing prices → find unusual price windows

  • Server health: Pull response-time metrics → identify degradation windows

  • Sensor QA: Pull temperature readings from IoT API → flag sensor drift

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesNumeric time-series array, ordered chronologically. Should have at least 3x window_size data points.
sensitivityNoAnomaly sensitivity (default: 1.0). Higher = more sensitive.
window_sizeNoNumber of data points per window (default: 10). Smaller windows detect finer-grained anomalies.
test_windowsNoNumber of most recent windows to test (default: half of total windows). The rest are used as training (normal baseline).
waveguard_token_riskInspect

Assess crypto token legitimacy risk. Send metrics from known-good tokens as training (price, volume, holders, liquidity, market_cap, age_days, etc.) and suspect tokens as test. Detects pump-and-dump patterns, fake metrics, and anomalous token profiles.

Example: Pull CoinGecko data for 20 established tokens → train. Test a new token → get risk score and which metrics are suspicious.

ParametersJSON Schema
NameRequiredDescriptionDefault
testYes1+ suspect token metric objects to evaluate.
trainingYes3+ known-good token metric objects. Each should include fields like price, volume_24h, market_cap, holders, liquidity, age_days, etc.
sensitivityNoRisk sensitivity (default: 1.5). Higher = more flags.
waveguard_trajectory_scanInspect

Analyze sequence drift and regime shifts over ordered samples.

ParametersJSON Schema
NameRequiredDescriptionDefault
sequenceYesOrdered samples (time sequence) to scan for drift and regime shifts.
trainingYes2+ baseline normal samples used to establish the reference regime.
field_levelNo0 = real scalar field, 1 = complex field.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
encoder_typeNoOptional encoder override. Omit to auto-detect.
waveguard_volume_checkInspect

Detect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spikes, suspiciously regular patterns, and manipulated price-volume relationships.

Example: Send 100 candles from a liquid pair as baseline, test candles from a suspicious pair.

ParametersJSON Schema
NameRequiredDescriptionDefault
testYes1+ suspect candle objects to evaluate.
trainingYes3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, volume.
sensitivityNoDetection sensitivity (default: 1.5).
waveguard_wallet_profileInspect

Profile wallet behavior against baselines. Send normal wallet transaction patterns as training (tx_count, avg_value, unique_tokens, gas_spent, active_days, etc.) and suspect wallets as test. Detects bot activity, wash trading wallets, and sybil patterns.

Example: Profile 50 organic wallets → test 10 suspect addresses.

ParametersJSON Schema
NameRequiredDescriptionDefault
testYes1+ suspect wallet profiles to evaluate.
trainingYes3+ known-organic wallet activity profiles.
sensitivityNoDetection sensitivity (default: 1.5).

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.