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
Available Tools
19 toolswaveguard_action_surfaceInspect
Score candidate actions and extract robust action zones.
| Name | Required | Description | Default |
|---|---|---|---|
| training | Yes | 2+ baseline normal samples used to define the reference profile. | |
| field_level | No | 0 = real scalar field, 1 = complex field. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| action_tests | Yes | 1+ candidate actions/scenarios to score against baseline. | |
| encoder_type | No | Optional encoder override. Omit to auto-detect. | |
| action_labels | No | Optional labels for each action variant. |
waveguard_cascade_riskInspect
Estimate shock propagation and resilience from adjacency-linked entities.
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | 2+ entities/nodes participating in the cascade graph. | |
| field_level | No | Field representation level. Default 1 for graph interaction dynamics. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| encoder_type | No | Optional encoder override. Omit to auto-detect. | |
| shock_indices | Yes | Indices of initially shocked entities within the entities array. | |
| shock_strength | No | Initial perturbation magnitude injected at shock indices. | |
| adjacency_matrix | Yes | N×N weighted adjacency matrix describing link strengths between entities. | |
| training_context | Yes | 2+ 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.
| Name | Required | Description | Default |
|---|---|---|---|
| data_a | Yes | First data item to compare. | |
| data_b | Yes | Second data item to compare (same type as data_a). | |
| encoder_type | No | Data encoder. Omit to auto-detect. |
waveguard_counterfactualInspect
Run baseline plus counterfactual variants and measure verdict/score sensitivity.
| Name | Required | Description | Default |
|---|---|---|---|
| training | Yes | 2+ baseline normal samples used to build the reference profile. | |
| base_test | Yes | Baseline candidate sample to evaluate before counterfactual perturbations. | |
| field_level | No | 0 = real scalar field (faster), 1 = complex field (richer phase dynamics). | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). Higher values flag more aggressively. | |
| encoder_type | No | Optional encoder override. Omit to auto-detect from input structure. | |
| counterfactual_tests | Yes | 1+ 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).
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Any data item to fingerprint: JSON object, numeric array, string, or structured record. | |
| field_level | No | 0 = real scalar 52-dim (default), 1 = complex field 62-dim. | |
| encoder_type | No | Data 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.
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Return detailed health info including memory and uptime (default: false). |
waveguard_instabilityInspect
Estimate instability under controlled perturb-and-resolve trials.
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ candidate samples to stress-test with perturbation trials. | |
| trials | No | Number of perturbation trials per sample. | |
| training | Yes | 2+ baseline normal samples for reference dynamics. | |
| field_level | No | 0 = real scalar field, 1 = complex field. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| encoder_type | No | Optional encoder override. Omit to auto-detect. | |
| perturbation_strength | No | Relative perturbation amplitude applied during instability assay. |
waveguard_interaction_matrixInspect
Compute pairwise interaction matrix and cluster decomposition for entities.
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | 2+ entities to evaluate for pairwise interaction effects. | |
| field_level | No | Field representation level. Default 1 for interaction/phase features. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| encoder_type | No | Optional encoder override. Omit to auto-detect. | |
| training_context | Yes | 2+ 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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of history (default: 90 for price_history, 30 for ohlc). | |
| count | No | Number of results for top_coins (default: 25). | |
| query | No | Search query. Required for search, dex_search. | |
| action | Yes | What 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_id | No | CoinGecko coin ID (e.g. 'bitcoin', 'ethereum'). Required for token_data, price_history, ohlc. | |
| contract_address | No | Token contract address (any chain). Required for dex_token. |
waveguard_mechanism_probeInspect
Run targeted interventions and rank effect sizes.
| Name | Required | Description | Default |
|---|---|---|---|
| training | Yes | 2+ baseline normal samples used to construct the reference profile. | |
| base_test | Yes | Baseline candidate sample before interventions. | |
| field_level | No | 0 = real scalar field, 1 = complex field. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| encoder_type | No | Optional encoder override. Omit to auto-detect. | |
| intervention_tests | Yes | 1+ intervention variants used to estimate effect sizes. | |
| intervention_labels | No | Optional labels for intervention variants (same order as intervention_tests). |
waveguard_multi_horizon_outlookInspect
Compute horizon-specific anomaly outlook and consistency across windows.
| Name | Required | Description | Default |
|---|---|---|---|
| horizons | Yes | List of horizon lengths (in sequence steps) to evaluate. | |
| sequence | Yes | Ordered sample sequence used for multi-horizon outlook analysis. | |
| training | Yes | 2+ baseline normal samples used to establish reference behavior. | |
| field_level | No | 0 = real scalar field, 1 = complex field. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| encoder_type | No | Optional encoder override. Omit to auto-detect. |
waveguard_phase_coherenceInspect
Measure coherence/entropy and collapse-risk indicators for candidate data.
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ candidate samples to evaluate for phase coherence and entropy. | |
| training | Yes | 2+ baseline normal samples for reference coherence metrics. | |
| field_level | No | Field representation level. Default 1 for phase-aware analysis. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| encoder_type | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Price time-series array (chronological). At least 20 data points. | |
| sensitivity | No | Detection sensitivity (default: 1.5). | |
| window_size | No | Window size (default: 10). Smaller = finer detection. | |
| test_windows | No | Number 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
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ 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. | |
| training | Yes | 2+ 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_level | No | Physics field complexity. 0 = real scalar (default). 1 = complex field (phase-aware, 62-dim fingerprint). | |
| sensitivity | No | Anomaly threshold multiplier (default: 2.0). Lower = more sensitive. Higher = less sensitive. Range: 0.5 to 5.0. | |
| encoder_type | No | Data 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
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Numeric time-series array, ordered chronologically. Should have at least 3x window_size data points. | |
| sensitivity | No | Anomaly sensitivity (default: 1.0). Higher = more sensitive. | |
| window_size | No | Number of data points per window (default: 10). Smaller windows detect finer-grained anomalies. | |
| test_windows | No | Number 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.
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ suspect token metric objects to evaluate. | |
| training | Yes | 3+ known-good token metric objects. Each should include fields like price, volume_24h, market_cap, holders, liquidity, age_days, etc. | |
| sensitivity | No | Risk sensitivity (default: 1.5). Higher = more flags. |
waveguard_trajectory_scanInspect
Analyze sequence drift and regime shifts over ordered samples.
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes | Ordered samples (time sequence) to scan for drift and regime shifts. | |
| training | Yes | 2+ baseline normal samples used to establish the reference regime. | |
| field_level | No | 0 = real scalar field, 1 = complex field. | |
| sensitivity | No | Anomaly sensitivity multiplier (default: 1.0). | |
| encoder_type | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ suspect candle objects to evaluate. | |
| training | Yes | 3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, volume. | |
| sensitivity | No | Detection 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.
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ suspect wallet profiles to evaluate. | |
| training | Yes | 3+ known-organic wallet activity profiles. | |
| sensitivity | No | Detection 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!