GPU-backed, stateless anomaly detection for structured data and time series through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by WaveGuardClient.
waveguard_scanDetect anomalies in any structured data
waveguard_scan_timeseriesAuto-window time-series and detect anomalous segments
waveguard_healthCheck API status and GPU availability
The gpartin/WaveGuardClient MCP server gives an MCP-compatible agent access to WaveGuard, a general-purpose anomaly detection API. It accepts structured data and time-series data, then returns anomaly scores and related detection results. The README also describes support for numeric and text data through the underlying WaveGuard client.
The detection process is stateless. Data is sent to the API for processing, and the README states that nothing is stored after each call. The compute runs server-side on GPU infrastructure, so the client does not need CUDA or a local model runtime.
The gpartin/WaveGuardClient MCP server passes agent requests to the WaveGuard API. According to the project documentation, the API encodes data onto a 64³ lattice and runs coupled wave-equation simulations on a GPU. Normal inputs produce stable patterns, while anomalous inputs produce divergent patterns. The service also compares a 52-dimensional statistical fingerprint between training and test data.
For ordinary scans, callers provide examples representing normal or training data and test records to evaluate. The API can return anomaly scores, confidence values, and explanations of which features contributed to an alert. Time-series requests can be divided into windows automatically so the service can identify anomalous segments rather than treating an entire series as one record.
The Python package is installed with:
The README shows the client being initialized with an API key obtained through RapidAPI. The supplied material does not document a specific environment-variable name or a standalone MCP launch command, so configuration should follow the repository's current MCP or client instructions rather than assuming one.
Because processing is performed by a remote API, network access and a valid API key are required. The only Python dependency identified in the README is requests for the SDK. Local GPU hardware is not required for the documented client flow.
The documented MCP tools are:
waveguard_scan: Detects anomalies in structured data.waveguard_scan_timeseries: Automatically windows time-series input and detects anomalous segments.waveguard_health: Checks API status and GPU availability.The broader API examples cover server metrics, financial transactions, log records, sensor readings, and other structured or text inputs. The project describes the same underlying scan operation as usable across these data types, provided the caller can define representative normal data.
The gpartin/WaveGuardClient MCP server depends on the remote WaveGuard API rather than performing detection locally. API availability and GPU status can be checked with waveguard_health. An API key is required, and the README points to RapidAPI for obtaining one.
The published benchmark material reports different results by scenario, including weaker performance for the listed time-series benchmark than for several other categories. These figures are benchmark results, not a guarantee for a particular dataset. The project also describes a minimum of two samples as sufficient for its approach, but callers still need suitable examples of normal behavior for meaningful anomaly detection.
The README identifies Claude Desktop as an MCP target. It does not provide enough information here to confirm compatibility with other clients or to specify the exact MCP startup command. The gpartin/WaveGuardClient MCP server should therefore be evaluated with the repository's current configuration instructions before deployment.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gpartin-waveguardclient)<a href="https://allmcps.com/mcp/gpartin-waveguardclient"><img src="https://allmcps.com/api/badge/gpartin-waveguardclient?style=directory" alt="WaveGuardClient on AllMCPs" /></a>